public interface EndpointInvocationContext extends InvocationContext
Modifier and Type | Method and Description |
---|---|
void |
addInvocationListener(InvocationListener listener)
Adds an InvocationListener to the contex.
|
EndpointCallback |
getCallback()
Returns the callback object to be used for asynchronous
endpoint invocations.
|
EndpointDispatcher |
getDispatcher() |
Collection<InvocationListenerFactory> |
getInvocationListenerFactories()
Returns the InvocationListenerFactory instances registered with JAX-WS.
|
List<InvocationListener> |
getInvocationListeners()
Gets the InvocationListener instances from the context.
|
boolean |
isOneWay()
Returns a boolean value indicating whether or not the invocation
pattern for the request is one way or not.
|
void |
setCallback(EndpointCallback cb)
Sets the callback object to be used for asynchronous
endpoint invocations.
|
void |
setEndpointDispatcher(EndpointDispatcher ed) |
void |
setInvocationListenerFactories(Collection<InvocationListenerFactory> factories)
Sets the InvocationListenerFactory instances registered with JAX-WS.
|
void |
setInvocationListeners(List<InvocationListener> listeners)
Sets list of InvocationListener instances
|
void |
setIsOneWay(boolean value)
Sets the value for marking the request as a one way invocation.
|
getAsyncResponseListener, getExecutor, getHandlers, getRequestMessageContext, getResponseMessageContext, getServiceClient, setAsyncResponseListener, setExecutor, setHandlers, setRequestMessageContext, setResponseMessageContext, setServiceClient
EndpointCallback getCallback()
void setCallback(EndpointCallback cb)
cb
- - the EndpointCallback instance to be used.EndpointDispatcher getDispatcher()
void setEndpointDispatcher(EndpointDispatcher ed)
ed
- boolean isOneWay()
void setIsOneWay(boolean value)
value
- void setInvocationListenerFactories(Collection<InvocationListenerFactory> factories)
Collection<InvocationListenerFactory> getInvocationListenerFactories()
void addInvocationListener(InvocationListener listener)
void setInvocationListeners(List<InvocationListener> listeners)
List<InvocationListener> getInvocationListeners()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.