public class EndpointInvocationContextImpl extends InvocationContextImpl implements EndpointInvocationContext
| Constructor and Description |
|---|
EndpointInvocationContextImpl() |
| 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> ilFactories)
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, setServiceClientclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncResponseListener, getExecutor, getHandlers, getRequestMessageContext, getResponseMessageContext, getServiceClient, setAsyncResponseListener, setExecutor, setHandlers, setRequestMessageContext, setResponseMessageContext, setServiceClientpublic EndpointCallback getCallback()
EndpointInvocationContextgetCallback in interface EndpointInvocationContextpublic EndpointDispatcher getDispatcher()
getDispatcher in interface EndpointInvocationContextpublic void setCallback(EndpointCallback cb)
EndpointInvocationContextsetCallback in interface EndpointInvocationContextcb - - the EndpointCallback instance to be used.public void setEndpointDispatcher(EndpointDispatcher ed)
setEndpointDispatcher in interface EndpointInvocationContextpublic boolean isOneWay()
EndpointInvocationContextisOneWay in interface EndpointInvocationContextpublic void setIsOneWay(boolean value)
EndpointInvocationContextsetIsOneWay in interface EndpointInvocationContextpublic void setInvocationListenerFactories(Collection<InvocationListenerFactory> ilFactories)
EndpointInvocationContextsetInvocationListenerFactories in interface EndpointInvocationContextpublic Collection<InvocationListenerFactory> getInvocationListenerFactories()
EndpointInvocationContextgetInvocationListenerFactories in interface EndpointInvocationContextpublic void setInvocationListeners(List<InvocationListener> listeners)
EndpointInvocationContextsetInvocationListeners in interface EndpointInvocationContextpublic void addInvocationListener(InvocationListener listener)
EndpointInvocationContextaddInvocationListener in interface EndpointInvocationContextpublic List<InvocationListener> getInvocationListeners()
EndpointInvocationContextgetInvocationListeners in interface EndpointInvocationContextCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.