|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndpointInvocationContext
The EndpointInvocationContext is an extension of the base InvocationContext that provides extensions specific to the environment of the service endpoint.
| 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()
|
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. |
| Methods inherited from interface org.apache.axis2.jaxws.core.InvocationContext |
|---|
getAsyncResponseListener, getExecutor, getHandlers, getRequestMessageContext, getResponseMessageContext, getServiceClient, setAsyncResponseListener, setExecutor, setHandlers, setRequestMessageContext, setResponseMessageContext, setServiceClient |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||