|
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.server.EndpointInvocationChain
public class EndpointInvocationChain
Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
EndpointInterceptor
Constructor Summary | |
---|---|
EndpointInvocationChain(Object endpoint)
Create new EndpointInvocationChain . |
|
EndpointInvocationChain(Object endpoint,
EndpointInterceptor[] interceptors)
Create new EndpointInvocationChain . |
Method Summary | |
---|---|
Object |
getEndpoint()
Returns the endpoint object to invoke. |
EndpointInterceptor[] |
getInterceptors()
Returns the array of interceptors to apply before the handler executes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 applyMethod Detail |
---|
public Object getEndpoint()
public EndpointInterceptor[] getInterceptors()
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |