public class XMLDispatch<T> extends BaseDispatch<T>
ic, mode, serviceClientBINDING_PROVIDER, endpointDesc, requestContext, responseContext, serviceDelegateENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, SOAPACTION_URI_PROPERTY, SOAPACTION_USE_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
XMLDispatch(ServiceDelegate svcDelegate,
org.apache.axis2.jaxws.description.EndpointDescription endpointDesc,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
javax.xml.ws.WebServiceFeature... features) |
XMLDispatch(ServiceDelegate svcDelegate,
org.apache.axis2.jaxws.description.EndpointDescription endpointDesc,
javax.xml.ws.WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResponse |
createAsyncResponseListener()
Creates an instance of the AsyncListener that is to be used for waiting for async responses.
|
Message |
createMessageFromValue(Object value)
Take the input object and turn it into an OMElement so that it can be sent.
|
Class |
getType() |
Object |
getValueFromMessage(Message message)
Given a message, return the business object based on the requestor's required format (PAYLOAD
vs.
|
protected void |
initMessageContext(Object obj,
MessageContext requestMsgCtx) |
void |
setType(Class c) |
getFaultResponse, getMode, hasFaultResponse, invoke, invokeAsync, invokeAsync, invokeOneWay, setMode, setServiceClientcheckMaintainSessionState, getBinding, getEndpointDescription, getEndpointReference, getEndpointReference, getRequestContext, getResponseContext, getServiceDelegate, setupSessionContext, useSoapActionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBinding, getEndpointReference, getEndpointReference, getRequestContext, getResponseContextpublic XMLDispatch(ServiceDelegate svcDelegate, org.apache.axis2.jaxws.description.EndpointDescription endpointDesc, javax.xml.ws.WebServiceFeature... features)
public XMLDispatch(ServiceDelegate svcDelegate, org.apache.axis2.jaxws.description.EndpointDescription endpointDesc, org.apache.axis2.addressing.EndpointReference epr, String addressingNamespace, javax.xml.ws.WebServiceFeature... features)
public Class getType()
public void setType(Class c)
public AsyncResponse createAsyncResponseListener()
BaseDispatchcreateAsyncResponseListener in class BaseDispatch<T>public Message createMessageFromValue(Object value)
BaseDispatchcreateMessageFromValue in class BaseDispatch<T>public Object getValueFromMessage(Message message)
BaseDispatchgetValueFromMessage in class BaseDispatch<T>protected void initMessageContext(Object obj, MessageContext requestMsgCtx)
initMessageContext in class BaseDispatch<T>Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.