Class MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageHandlerSpec<S,E>
org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec<MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec,MarshallingWebServiceOutboundGateway>
org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<MarshallingWebServiceOutboundGateway>
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
- Enclosing class:
- MarshallingWsOutboundGatewaySpec
public static class MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec extends BaseWsOutboundGatewaySpec<MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec,MarshallingWebServiceOutboundGateway>
Spec for a
MarshallingWebServiceOutboundGateway
where an external
WebServiceTemplate
is not provided.-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.oxm.Marshaller
gatewayMarshaller
protected org.springframework.oxm.Unmarshaller
gatewayUnmarshaller
Fields inherited from class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
destinationProvider, extractPayload, faultMessageResolver, gatewayInterceptors, messageSenders, template, uri, webServiceMessageFactory
-
Constructor Summary
Constructors Constructor Description MarshallingWsOutboundGatewayNoTemplateSpec()
-
Method Summary
Modifier and Type Method Description protected MarshallingWebServiceOutboundGateway
assemble(MarshallingWebServiceOutboundGateway gateway)
protected MarshallingWebServiceOutboundGateway
create()
MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
faultMessageResolver(org.springframework.ws.client.core.FaultMessageResolver resolver)
Specify theFaultMessageResolver
to use.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
interceptors(org.springframework.ws.client.support.interceptor.ClientInterceptor... interceptors)
Specify theClientInterceptor
s to use.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
marshaller(org.springframework.oxm.Marshaller marshaller)
Configure the marshaller to use.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
messageFactory(org.springframework.ws.WebServiceMessageFactory messageFactory)
Specify theWebServiceMessageFactory
to use.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
messageSenders(org.springframework.ws.transport.WebServiceMessageSender... senders)
Specify theWebServiceMessageSender
s to use.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
unmarshaller(org.springframework.oxm.Unmarshaller unmarshaller)
Configure the unmarshaller to use.Methods inherited from class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
destinationProvider, doGet, encodingMode, headerMapper, ignoreEmptyResponses, requestCallback, uri, uriVariableExpressions
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
-
Field Details
-
gatewayMarshaller
protected org.springframework.oxm.Marshaller gatewayMarshaller -
gatewayUnmarshaller
protected org.springframework.oxm.Unmarshaller gatewayUnmarshaller
-
-
Constructor Details
-
MarshallingWsOutboundGatewayNoTemplateSpec
public MarshallingWsOutboundGatewayNoTemplateSpec()
-
-
Method Details
-
marshaller
public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec marshaller(org.springframework.oxm.Marshaller marshaller)Configure the marshaller to use.- Parameters:
marshaller
- the marshaller.- Returns:
- the spec.
-
unmarshaller
public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec unmarshaller(org.springframework.oxm.Unmarshaller unmarshaller)Configure the unmarshaller to use.- Parameters:
unmarshaller
- the unmarshaller.- Returns:
- the spec.
-
messageFactory
public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec messageFactory(org.springframework.ws.WebServiceMessageFactory messageFactory)Specify theWebServiceMessageFactory
to use.- Parameters:
messageFactory
- the message factory.- Returns:
- the spec.
-
faultMessageResolver
public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec faultMessageResolver(org.springframework.ws.client.core.FaultMessageResolver resolver)Specify theFaultMessageResolver
to use.- Parameters:
resolver
- the resolver.- Returns:
- the spec.
-
messageSenders
public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec messageSenders(org.springframework.ws.transport.WebServiceMessageSender... senders)Specify theWebServiceMessageSender
s to use.- Parameters:
senders
- the senders.- Returns:
- the spec.
-
interceptors
public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec interceptors(org.springframework.ws.client.support.interceptor.ClientInterceptor... interceptors)Specify theClientInterceptor
s to use.- Parameters:
interceptors
- the interceptors.- Returns:
- the spec.
-
create
-
assemble
protected MarshallingWebServiceOutboundGateway assemble(MarshallingWebServiceOutboundGateway gateway)
-