public interface SoapEndpointMapping extends EndpointMapping
EndpointMapping
. Adds associated actors (SOAP 1.1) or roles (SOAP
1.2). Used by the SoapMessageDispatcher
to determine the MustUnderstand headers for particular
endpoint.
The main purpose for this interface is to add consitency between all SOAP-specific EndpointMappings
. The
SoapMessageDispatcher
does not require all endpoint mappings to implement this interface.
Modifier and Type | Method and Description |
---|---|
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.
|
getEndpoint
void setActorOrRole(String actorOrRole)
void setActorsOrRoles(String[] actorsOrRoles)
void setUltimateReceiver(boolean ultimateReceiver)
Copyright © 2020 Pivotal Software. All rights reserved.