Class MarshallerAdapter

java.lang.Object
org.citrusframework.xml.MarshallerAdapter
All Implemented Interfaces:
Marshaller, Unmarshaller

public class MarshallerAdapter extends Object implements Marshaller, Unmarshaller
Marshaller delegates to given Spring Oxm marshaller.
Author:
Christoph Deppisch
  • Constructor Details

    • MarshallerAdapter

      public MarshallerAdapter(org.springframework.oxm.Marshaller marshaller)
    • MarshallerAdapter

      public MarshallerAdapter(org.springframework.oxm.Marshaller marshaller, org.springframework.oxm.Unmarshaller unmarshaller)
  • Method Details