| java.lang.Object org.apache.axis2.jaxws.BindingProvider org.apache.axis2.jaxws.client.dispatch.BaseDispatch
serviceClient | protected ServiceClient serviceClient(Code) | | |
createAsyncResponseListener | abstract protected AsyncResponse createAsyncResponseListener()(Code) | | Creates an instance of the AsyncListener that is to be used for waiting for async responses.
a configured AsyncListener instance |
createMessageFromValue | abstract protected Message createMessageFromValue(Object value)(Code) | | Take the input object and turn it into an OMElement so that it can be sent.
Parameters: value - |
getFaultResponse | public static WebServiceException getFaultResponse(MessageContext msgCtx)(Code) | | Returns the fault that is contained within the MessageContext for an invocation. If no fault
exists, null will be returned.
Parameters: msgCtx - |
getMode | public Mode getMode()(Code) | | |
getValueFromMessage | abstract protected Object getValueFromMessage(Message message)(Code) | | Given a message, return the business object based on the requestor's required format (PAYLOAD
vs. MESSAGE) and datatype.
Parameters: message - |
hasFaultResponse | public boolean hasFaultResponse(MessageContext msgCtx)(Code) | | Returns a boolean indicating whether or not the MessageContext contained a fault.
Parameters: msgCtx - |
setMode | public void setMode(Mode m)(Code) | | |
setServiceClient | public void setServiceClient(ServiceClient sc)(Code) | | |
|
|