public class SoapEndpointInvocationChain extends EndpointInvocationChain
EndpointInvocationChain
. Adds associated actors (SOAP 1.1) or roles (SOAP
1.2). Used by the SoapMessageDispatcher
to determine the MustUnderstand headers for particular
endpoint.getActorsOrRoles()
,
SoapMessageDispatcher
Constructor and Description |
---|
SoapEndpointInvocationChain(Object endpoint)
Create new
SoapEndpointInvocationChain . |
SoapEndpointInvocationChain(Object endpoint,
EndpointInterceptor[] interceptors)
Create new
SoapEndpointInvocationChain . |
SoapEndpointInvocationChain(Object endpoint,
EndpointInterceptor[] interceptors,
String[] actorsOrRoles,
boolean isUltimateReceiver)
Create new
EndpointInvocationChain . |
Modifier and Type | Method and Description |
---|---|
String[] |
getActorsOrRoles()
Gets the actors (SOAP 1.1) or roles (SOAP 1.2) associated with an invocation of this chain and its contained
interceptors and endpoint.
|
boolean |
isUltimateReceiver()
Indicates whether this chain fulfills the SOAP 1.2 Ultimate Receiver role.
|
getEndpoint, getInterceptors
public SoapEndpointInvocationChain(Object endpoint)
SoapEndpointInvocationChain
.endpoint
- the endpoint object to invokepublic SoapEndpointInvocationChain(Object endpoint, EndpointInterceptor[] interceptors)
SoapEndpointInvocationChain
.endpoint
- the endpoint object to invokeinterceptors
- the array of interceptors to applypublic SoapEndpointInvocationChain(Object endpoint, EndpointInterceptor[] interceptors, String[] actorsOrRoles, boolean isUltimateReceiver)
EndpointInvocationChain
.endpoint
- the endpoint object to invokeinterceptors
- the array of interceptors to applyactorsOrRoles
- the array of actorsOrRoles to setisUltimateReceiver
- whether this chain fullfils the SOAP 1.2 Ultimate receiver rolepublic String[] getActorsOrRoles()
public boolean isUltimateReceiver()
true
.Copyright © 2020 Pivotal Software. All rights reserved.