| org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping
SoapActionEndpointMapping | public class SoapActionEndpointMapping extends AbstractMapBasedEndpointMapping implements SoapEndpointMapping(Code) | | Implementation of the EndpointMapping interface to map from SOAPAction headers to endpoint
beans. Supports both mapping to bean instances and mapping to bean names: the latter is required for prototype
handlers.
The endpointMap property is suitable for populating the endpoint map with bean references, e.g. via the
map element in XML bean definitions.
Mappings to bean names can be set via the mappings property, in a form accepted by the
java.util.Properties class, like as follows:
http://www.springframework.org/spring-ws/samples/airline/BookFlight=bookFlightEndpoint
http://www.springframework.org/spring-ws/samples/airline/GetFlights=getFlightsEndpoint
The syntax is SOAP_ACTION=ENDPOINT_BEAN_NAME.
This endpoint mapping does not read from the request message, and therefore is more suitable for message factories
which directly read from the transport request (such as the
AxiomSoapMessageFactory with the
payloadCaching disabled).
author: Arjen Poutsma since: 1.0.0 |
setActorOrRole | final public void setActorOrRole(String actorOrRole)(Code) | | |
setActorsOrRoles | final public void setActorsOrRoles(String[] actorsOrRoles)(Code) | | |
setUltimateReceiver | final public void setUltimateReceiver(boolean ultimateReceiver)(Code) | | |
validateLookupKey | protected boolean validateLookupKey(String key)(Code) | | |
|
|