Class MarshallingPayloadBuilder.Builder
java.lang.Object
org.citrusframework.message.builder.MarshallingPayloadBuilder.Builder
- All Implemented Interfaces:
MessagePayloadBuilder.Builder<MarshallingPayloadBuilder,MarshallingPayloadBuilder.Builder>
- Enclosing class:
- MarshallingPayloadBuilder
public static class MarshallingPayloadBuilder.Builder
extends Object
implements MessagePayloadBuilder.Builder<MarshallingPayloadBuilder,MarshallingPayloadBuilder.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()marshal(Object model, Marshaller marshaller) marshaller(String marshallerName) marshaller(Marshaller marshaller)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
marshal
-
marshal
-
marshal
-
marshaller
-
marshaller
-
build
- Specified by:
buildin interfaceMessagePayloadBuilder.Builder<MarshallingPayloadBuilder,MarshallingPayloadBuilder.Builder>
-