public class SOAPMessageDispatch extends DispatchImpl<javax.xml.soap.SOAPMessage>
SOAPMessageDispatch
class provides support
for the dynamic invocation of a service endpoint operation using
the SOAPMessage
class. The javax.xml.ws.Service
interface acts as a factory for the creation of SOAPMessageDispatch
instances.allowFaultResponseMsg, AWAIT_TERMINATION_TIME, HTTP_REQUEST_METHOD_GET, HTTP_REQUEST_METHOD_POST, HTTP_REQUEST_METHOD_PUT, mode, soapVersion
addrVersion, binding, endpointReference, operationDispatcher, owner, portInfo, portname, PREVENT_SYNC_START_FOR_ASYNC_INVOKE, requestContext, wsdlPort
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, SOAPACTION_URI_PROPERTY, SOAPACTION_USE_PROPERTY, USERNAME_PROPERTY
Constructor and Description |
---|
SOAPMessageDispatch(QName port,
Service.Mode mode,
WSServiceDelegate owner,
Tube pipe,
BindingImpl binding,
WSEndpointReference epr)
Deprecated.
|
SOAPMessageDispatch(WSPortInfo portInfo,
Service.Mode mode,
BindingImpl binding,
WSEndpointReference epr) |
Modifier and Type | Method and Description |
---|---|
(package private) Packet |
createPacket(javax.xml.soap.SOAPMessage arg)
Abstract method that is implemented by each concrete Dispatch class
|
(package private) javax.xml.soap.SOAPMessage |
toReturnValue(Packet response)
Obtains the value to return from the response message.
|
checkNullAllowed, checkValidDataSourceDispatch, checkValidSOAPMessageDispatch, createSourceDispatch, createSourceDispatch, doInvoke, getPortName, invoke, invokeAsync, invokeAsync, invokeOneWay, isPAYLOADMode, isXMLHttp, methodNotOk, resolveEndpointAddress, resolveURI, setOutboundAttachments, setOutboundHeaders, setProperties
close, getBinding, getComponents, getEndpointReference, getEndpointReference, getExecutor, getInboundHeaders, getManagedObjectManager, getOperationDispatcher, getPortInfo, getRequestContext, getResponseContext, getService, getServiceName, getSPI, getTubes, getWSDLPort, getWSEndpointReference, process, processAsync, resetRequestContext, setAddress, setOutboundHeaders, setOutboundHeaders, setResponseContext, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBinding, getEndpointReference, getEndpointReference, getRequestContext, getResponseContext
@Deprecated public SOAPMessageDispatch(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
public SOAPMessageDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
Packet createPacket(javax.xml.soap.SOAPMessage arg)
DispatchImpl
createPacket
in class DispatchImpl<javax.xml.soap.SOAPMessage>
arg
- message passed in from the client program on the invocationjavax.xml.soap.SOAPMessage toReturnValue(Packet response)
DispatchImpl
toReturnValue
in class DispatchImpl<javax.xml.soap.SOAPMessage>
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.