public class EndpointInvocationChain extends Object
EndpointInterceptor
Constructor and Description |
---|
EndpointInvocationChain(Object endpoint)
Create new
EndpointInvocationChain . |
EndpointInvocationChain(Object endpoint,
EndpointInterceptor[] interceptors)
Create new
EndpointInvocationChain . |
Modifier and Type | Method and Description |
---|---|
Object |
getEndpoint()
Returns the endpoint object to invoke.
|
EndpointInterceptor[] |
getInterceptors()
Returns the array of interceptors to apply before the handler executes.
|
public EndpointInvocationChain(Object endpoint)
EndpointInvocationChain
.endpoint
- the endpoint object to invokepublic EndpointInvocationChain(Object endpoint, EndpointInterceptor[] interceptors)
EndpointInvocationChain
.endpoint
- the endpoint object to invokeinterceptors
- the array of interceptors to applypublic Object getEndpoint()
public EndpointInterceptor[] getInterceptors()
Copyright © 2020 Pivotal Software. All rights reserved.