public class AutoResponder extends AbstractResponder
| Constructor and Description |
|---|
AutoResponder(org.reficio.ws.builder.SoapBuilder builder)
Constructs an auto responder for the specified binding of the builder
|
AutoResponder(org.reficio.ws.builder.SoapBuilder builder,
org.reficio.ws.SoapContext context)
Constructs an auto responder for the specified binding of the builder, fine-tuning the content of the generated messages
by passing the SoapContext
|
| Modifier and Type | Method and Description |
|---|---|
Source |
respond(org.reficio.ws.builder.SoapOperation invokedOperation,
org.springframework.ws.soap.SoapMessage message)
Abstract method that should be implemented by overriding classes.
|
getBuilder, respondpublic AutoResponder(org.reficio.ws.builder.SoapBuilder builder)
builder - Soap builder used to construct messagespublic AutoResponder(org.reficio.ws.builder.SoapBuilder builder,
org.reficio.ws.SoapContext context)
builder - Soap builder used to construct messagescontext - Contect that is passed to the builder to fine-tune the content of the generated responsespublic Source respond(org.reficio.ws.builder.SoapOperation invokedOperation, org.springframework.ws.soap.SoapMessage message)
AbstractResponderrespond in class AbstractResponderinvokedOperation - operation from the binding that is matched to the SOAP messagemessage - SOAP message passed by the clientCopyright © 2012-2018. All Rights Reserved.