|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SoapEndpointMapping
SOAP-specific sub-interface of the EndpointMapping. Adds associated actors (SOAP 1.1) or roles (SOAP
1.2). Used by the SoapMessageDispatcher to determine the MustUnderstand headers for particular
endpoint.
EndpointMappings. The
SoapMessageDispatcher does not require all endpoint mappings to implement this interface.
| Method Summary | |
|---|---|
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 |
setUltimateReceiver(boolean ultimateReceiver)
Indicates whether this the endpoint fulfills the SOAP 1.2 Ultimate Receiver role. |
| Methods inherited from interface org.springframework.ws.server.EndpointMapping |
|---|
getEndpoint |
| Method Detail |
|---|
void setActorOrRole(String actorOrRole)
void setActorsOrRoles(String[] actorsOrRoles)
void setUltimateReceiver(boolean ultimateReceiver)
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||