|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.ws.soap.server.endpoint.mapping.DelegatingSoapEndpointMapping
public class DelegatingSoapEndpointMapping
EndpointMapping
implement that adds SOAP actors or roles to a delegate endpoint. Delegates to another
EndpointMapping
, set by delegate
, and adds the actors or roles specified by
actorsOrRoles
.
SoapHeader.examineMustUnderstandHeaderElements(String)
,
SoapVersion.getNextActorOrRoleUri()
Constructor Summary | |
---|---|
DelegatingSoapEndpointMapping()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
EndpointInvocationChain |
getEndpoint(MessageContext messageContext)
Creates a new SoapEndpointInvocationChain based on the delegate endpoint, the delegate interceptors,
and set actors/roles. |
void |
setActorOrRole(String actorOrRole)
Sets a single SOAP actor/actorOrRole to apply to all endpoints mapped by the delegate endpoint mapping. |
void |
setActorsOrRoles(String[] actorsOrRoles)
Sets the array of SOAP actors/actorsOrRoles to apply to all endpoints mapped by the delegate endpoint mapping. |
void |
setDelegate(EndpointMapping delegate)
Sets the delegate EndpointMapping to resolve the endpoint with. |
void |
setUltimateReceiver(boolean ultimateReceiver)
Indicates whether this the endpoint fulfills the SOAP 1.2 Ultimate Receiver role. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatingSoapEndpointMapping()
Method Detail |
---|
public void setDelegate(EndpointMapping delegate)
EndpointMapping
to resolve the endpoint with.
public final void setActorOrRole(String actorOrRole)
SoapEndpointMapping
setActorOrRole
in interface SoapEndpointMapping
public final void setActorsOrRoles(String[] actorsOrRoles)
SoapEndpointMapping
setActorsOrRoles
in interface SoapEndpointMapping
public final void setUltimateReceiver(boolean ultimateReceiver)
SoapEndpointMapping
setUltimateReceiver
in interface SoapEndpointMapping
public EndpointInvocationChain getEndpoint(MessageContext messageContext) throws Exception
SoapEndpointInvocationChain
based on the delegate endpoint, the delegate interceptors,
and set actors/roles.
getEndpoint
in interface EndpointMapping
null
if
no mapping is found
Exception
- if there is an internal errorsetActorsOrRoles(String[])
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |