public class JAXBDispatch<T> extends BaseDispatch<T>
ic, mode, serviceClient
BINDING_PROVIDER, endpointDesc, requestContext, responseContext, serviceDelegate
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, SOAPACTION_URI_PROPERTY, SOAPACTION_USE_PROPERTY, USERNAME_PROPERTY
Constructor and Description |
---|
JAXBDispatch(ServiceDelegate svcDelegate,
EndpointDescription epDesc,
EndpointReference epr,
String addressingNamespace,
WebServiceFeature... features) |
JAXBDispatch(ServiceDelegate svcDelegate,
EndpointDescription epDesc,
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.
|
JAXBContext |
getJAXBContext() |
Object |
getValueFromMessage(Message message)
Given a message, return the business object based on the requestor's required format (PAYLOAD
vs.
|
void |
setJAXBContext(JAXBContext jbc) |
getFaultResponse, getMode, hasFaultResponse, initMessageContext, invoke, invokeAsync, invokeAsync, invokeOneWay, setMode, setServiceClient
checkMaintainSessionState, getBinding, getEndpointDescription, getEndpointReference, getEndpointReference, getRequestContext, getResponseContext, getServiceDelegate, setupSessionContext, useSoapAction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBinding, getEndpointReference, getEndpointReference, getRequestContext, getResponseContext
public JAXBDispatch(ServiceDelegate svcDelegate, EndpointDescription epDesc, WebServiceFeature... features)
public JAXBDispatch(ServiceDelegate svcDelegate, EndpointDescription epDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
public JAXBContext getJAXBContext()
public void setJAXBContext(JAXBContext jbc)
public AsyncResponse createAsyncResponseListener()
BaseDispatch
createAsyncResponseListener
in class BaseDispatch<T>
public Message createMessageFromValue(Object value)
BaseDispatch
createMessageFromValue
in class BaseDispatch<T>
public Object getValueFromMessage(Message message)
BaseDispatch
getValueFromMessage
in class BaseDispatch<T>
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.