|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.core.InvocationContextImpl org.apache.axis2.jaxws.server.EndpointInvocationContextImpl
public class EndpointInvocationContextImpl
Constructor Summary | |
---|---|
EndpointInvocationContextImpl()
|
Method Summary | |
---|---|
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()
|
java.util.Collection<InvocationListenerFactory> |
getInvocationListenerFactories()
Returns the InvocationListenerFactory instances registered with JAX-WS. |
java.util.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(java.util.Collection<InvocationListenerFactory> ilFactories)
Sets the InvocationListenerFactory instances registered with JAX-WS. |
void |
setInvocationListeners(java.util.List<InvocationListener> listeners)
Sets list of InvocationListener instances |
void |
setIsOneWay(boolean value)
Sets the value for marking the request as a one way invocation. |
Methods inherited from class org.apache.axis2.jaxws.core.InvocationContextImpl |
---|
getAsyncResponseListener, getExecutor, getHandlers, getRequestMessageContext, getResponseMessageContext, getServiceClient, setAsyncResponseListener, setExecutor, setHandlers, setRequestMessageContext, setResponseMessageContext, setServiceClient |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axis2.jaxws.core.InvocationContext |
---|
getAsyncResponseListener, getExecutor, getHandlers, getRequestMessageContext, getResponseMessageContext, getServiceClient, setAsyncResponseListener, setExecutor, setHandlers, setRequestMessageContext, setResponseMessageContext, setServiceClient |
Constructor Detail |
---|
public EndpointInvocationContextImpl()
Method Detail |
---|
public EndpointCallback getCallback()
EndpointInvocationContext
getCallback
in interface EndpointInvocationContext
public EndpointDispatcher getDispatcher()
getDispatcher
in interface EndpointInvocationContext
public void setCallback(EndpointCallback cb)
EndpointInvocationContext
setCallback
in interface EndpointInvocationContext
cb
- - the EndpointCallback instance to be used.public void setEndpointDispatcher(EndpointDispatcher ed)
setEndpointDispatcher
in interface EndpointInvocationContext
public boolean isOneWay()
EndpointInvocationContext
isOneWay
in interface EndpointInvocationContext
public void setIsOneWay(boolean value)
EndpointInvocationContext
setIsOneWay
in interface EndpointInvocationContext
public void setInvocationListenerFactories(java.util.Collection<InvocationListenerFactory> ilFactories)
EndpointInvocationContext
setInvocationListenerFactories
in interface EndpointInvocationContext
public java.util.Collection<InvocationListenerFactory> getInvocationListenerFactories()
EndpointInvocationContext
getInvocationListenerFactories
in interface EndpointInvocationContext
public void setInvocationListeners(java.util.List<InvocationListener> listeners)
EndpointInvocationContext
setInvocationListeners
in interface EndpointInvocationContext
public void addInvocationListener(InvocationListener listener)
EndpointInvocationContext
addInvocationListener
in interface EndpointInvocationContext
public java.util.List<InvocationListener> getInvocationListeners()
EndpointInvocationContext
getInvocationListeners
in interface EndpointInvocationContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |