Package | Description |
---|---|
javax.xml.rpc.handler.soap | |
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
org.jboss.ws.core | |
org.jboss.ws.core.client | |
org.jboss.ws.core.jaxrpc | |
org.jboss.ws.core.jaxrpc.handler | |
org.jboss.ws.core.server | |
org.jboss.ws.core.soap | |
org.jboss.ws.core.soap.attachment | |
org.jboss.ws.core.soap.utils | |
org.picketlink.identity.federation.core.util | |
org.picketlink.identity.federation.core.wstrust | |
org.picketlink.trust.jbossws |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPMessageContext.getMessage() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPMessageContext.setMessage(SOAPMessage message) |
Modifier and Type | Method and Description |
---|---|
abstract SOAPMessage |
SOAPConnection.call(SOAPMessage request,
Object to)
Sends the given message to the specified endpoint and blocks until
it has returned the response.
|
abstract SOAPMessage |
MessageFactory.createMessage()
Creates a new
SOAPMessage object with the default
SOAPPart , SOAPEnvelope , SOAPBody ,
and SOAPHeader objects. |
abstract SOAPMessage |
MessageFactory.createMessage(MimeHeaders headers,
InputStream in)
Internalizes the contents of the given
InputStream object into a
new SOAPMessage object and returns the SOAPMessage
object. |
SOAPMessage |
SOAPConnection.get(Object to)
Gets a message from a specific endpoint and blocks until it receives,
|
Modifier and Type | Method and Description |
---|---|
abstract SOAPMessage |
SOAPConnection.call(SOAPMessage request,
Object to)
Sends the given message to the specified endpoint and blocks until
it has returned the response.
|
Constructor and Description |
---|
SAAJResult(SOAPMessage message)
Creates a
SAAJResult that will write the results into the
SOAPPart of the supplied SOAPMessage . |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPMessageContext.getMessage()
Gets the
SOAPMessage |
Modifier and Type | Method and Description |
---|---|
void |
SOAPMessageContext.setMessage(SOAPMessage message)
Sets the SOAPMessage in this message context
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
CommonSOAPBinding.bindFaultMessage(Exception ex) |
SOAPMessage |
CommonBinding.bindFaultMessage(Exception ex)
bind an exception to a fault message
|
SOAPMessage |
CommonSOAPBinding.bindRequestMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the client side, generate the payload from IN parameters.
|
SOAPMessage |
CommonBinding.bindRequestMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the client side, generate the Object from IN parameters.
|
SOAPMessage |
CommonSOAPBinding.bindResponseMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the server side, generate the payload from OUT parameters.
|
SOAPMessage |
CommonBinding.bindResponseMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the server side, generate the Object from OUT parameters in the Invocation object.
|
protected abstract SOAPMessage |
CommonSOAPBinding.createFaultMessageFromException(Exception ex) |
protected abstract SOAPMessage |
CommonSOAPBinding.createMessage(OperationMetaData opMetaData)
Create the message
|
protected SOAPMessage |
CommonSOAP12Binding.createMessage(OperationMetaData opMetaData)
Create the SOAP-1.1 message
|
protected SOAPMessage |
CommonSOAP11Binding.createMessage(OperationMetaData opMetaData)
Create the SOAP-1.1 message
|
SOAPMessage |
CommonMessageContext.getSOAPMessage() |
Modifier and Type | Method and Description |
---|---|
protected void |
CommonClient.addAttachmentParts(SOAPMessage reqMessage) |
protected void |
CommonClient.addSessionInfo(SOAPMessage reqMessage,
Map<String,Object> callProperties) |
abstract void |
CommonSOAPBinding.setSOAPActionHeader(OperationMetaData opMetaData,
SOAPMessage reqMessage)
Override to set the SOAPAction header
|
void |
CommonMessageContext.setSOAPMessage(SOAPMessage soapMessage) |
EndpointInvocation |
CommonSOAPBinding.unbindRequestMessage(OperationMetaData opMetaData,
SOAPMessage payload)
On the server side, extract the IN parameters from the payload and populate an Invocation object
|
EndpointInvocation |
CommonBinding.unbindRequestMessage(OperationMetaData opMetaData,
SOAPMessage reqMessage)
On the server side, extract the IN parameters from the Object and populate an Invocation object
|
void |
CommonSOAPBinding.unbindResponseMessage(OperationMetaData opMetaData,
SOAPMessage payload,
EndpointInvocation epInv)
On the client side, extract the OUT parameters from the payload and return them to the client.
|
void |
CommonBinding.unbindResponseMessage(OperationMetaData opMetaData,
SOAPMessage resMessage,
EndpointInvocation epInv)
On the client side, extract the OUT parameters from the Object and return them to the client.
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPProtocolConnectionHTTP.invoke(SOAPMessage reqMessage,
Object endpoint,
boolean oneway) |
SOAPMessage |
RemoteConnection.invoke(SOAPMessage reqMessage,
Object endpoint,
boolean oneway) |
SOAPMessage |
HTTPRemotingConnection.invoke(SOAPMessage reqMessage,
Object endpoint,
boolean oneway)
Sends the given message to the specified endpoint.
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPProtocolConnectionHTTP.invoke(SOAPMessage reqMessage,
Object endpoint,
boolean oneway) |
SOAPMessage |
RemoteConnection.invoke(SOAPMessage reqMessage,
Object endpoint,
boolean oneway) |
SOAPMessage |
HTTPRemotingConnection.invoke(SOAPMessage reqMessage,
Object endpoint,
boolean oneway)
Sends the given message to the specified endpoint.
|
protected void |
SOAPProtocolConnectionHTTP.populateHeaders(SOAPMessage reqMessage,
Map<String,Object> metadata) |
protected void |
HTTPRemotingConnection.populateHeaders(SOAPMessage reqMessage,
Map<String,Object> metadata) |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAP12BindingJAXRPC.createFaultMessageFromException(Exception ex) |
SOAPMessage |
SOAP11BindingJAXRPC.createFaultMessageFromException(Exception ex) |
static SOAPMessage |
SOAPFaultHelperJAXRPC.exceptionToFaultMessage(Exception reqEx)
Translate the request exception into a SOAPFault message.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAP12BindingJAXRPC.setSOAPActionHeader(OperationMetaData opMetaData,
SOAPMessage reqMessage) |
void |
SOAP11BindingJAXRPC.setSOAPActionHeader(OperationMetaData opMetaData,
SOAPMessage reqMessage) |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPMessageContextJAXRPC.getMessage() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPMessageContextJAXRPC.setMessage(SOAPMessage message) |
protected String |
HandlerChainBaseImpl.traceSOAPPart(String logMsg,
SOAPMessage message,
String lastMessageTrace)
Trace the SOAPPart, do nothing if the String representation is equal to the last one.
|
Modifier and Type | Method and Description |
---|---|
OperationMetaData |
ServiceEndpointInvoker.getOperationMetaData(EndpointMetaData epMetaData,
SOAPMessage soapMsg)
Get the operation meta data for this SOAP message
|
Modifier and Type | Class and Description |
---|---|
class |
SOAPMessageImpl
The root class for all SOAP messages.
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPConnectionImpl.call(SOAPMessage reqMessage,
Object endpoint)
Sends the given message to the specified endpoint and blocks until it has
returned the response.
|
SOAPMessage |
SOAPConnectionImpl.callOneWay(SOAPMessage reqMessage,
Object endpoint)
Sends the given message to the specified endpoint.
|
SOAPMessage |
MessageFactoryImpl.createMessage()
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope,
SOAPBody, and SOAPHeader objects.
|
SOAPMessage |
MessageFactoryImpl.createMessage(MimeHeaders mimeHeaders,
InputStream ins)
Internalizes the contents of the given InputStream object into a new
SOAPMessage object and returns the SOAPMessage object.
|
SOAPMessage |
MessageFactoryImpl.createMessage(MimeHeaders mimeHeaders,
InputStream inputStream,
boolean ignoreParseError) |
SOAPMessage |
SOAPConnectionImpl.get(Object endpoint)
Sends an HTTP GET request to an endpoint and blocks until a SOAP message is received
|
SOAPMessage |
SOAPPartImpl.getSOAPMessage() |
SOAPMessage |
SOAPEnvelopeImpl.getSOAPMessage() |
Modifier and Type | Method and Description |
---|---|
SOAPEnvelope |
EnvelopeBuilderDOM.build(SOAPMessage soapMessage,
Element domEnv) |
SOAPEnvelope |
EnvelopeBuilder.build(SOAPMessage soapMessage,
Element domEnv) |
SOAPEnvelope |
EnvelopeBuilderDOM.build(SOAPMessage soapMessage,
InputStream ins,
boolean ignoreParseError) |
SOAPEnvelope |
EnvelopeBuilder.build(SOAPMessage soapMessage,
InputStream in,
boolean ignoreParseError) |
SOAPEnvelope |
EnvelopeBuilderDOM.build(SOAPMessage soapMessage,
Reader reader,
boolean ignoreParseError) |
SOAPEnvelope |
EnvelopeBuilder.build(SOAPMessage soapMessage,
Reader reader,
boolean ignoreParseError) |
SOAPMessage |
SOAPConnectionImpl.call(SOAPMessage reqMessage,
Object endpoint)
Sends the given message to the specified endpoint and blocks until it has
returned the response.
|
SOAPMessage |
SOAPConnectionImpl.callOneWay(SOAPMessage reqMessage,
Object endpoint)
Sends the given message to the specified endpoint.
|
OperationMetaData |
SOAPMessageDispatcher.getDispatchDestination(EndpointMetaData epMetaData,
SOAPMessage soapMessage)
Get the operation meta data for a given SOAP message
|
Modifier and Type | Field and Description |
---|---|
protected SOAPMessage |
MultipartRelatedEncoder.soapMessage |
Constructor and Description |
---|
MultipartRelatedEncoder(SOAPMessage soapMessage) |
MultipartRelatedSwAEncoder(SOAPMessage soapMessage)
Construct a MultipartRelatedEncoder from the specified
SOAPMessage . |
Modifier and Type | Method and Description |
---|---|
static boolean |
SOAPUtils.isFaultMessage(SOAPMessage msg) |
Modifier and Type | Method and Description |
---|---|
static SOAPMessage |
SOAPUtil.create()
Create an empty
SOAPMessage |
static SOAPMessage |
SOAPUtil.createFault(String message)
Given a string message, create a
SOAPFault |
static SOAPMessage |
SOAPUtil.createFault12(String message)
Given a string message, create a
SOAPFault that is SOAP 1.2 |
static SOAPMessage |
SOAPUtil.createSOAP12()
Create a SOAP 1.2 Message
|
static SOAPMessage |
SOAPUtil.getSOAP12Message(InputStream is)
Given a stream of
SOAPMessage that is SOAP 1.2, construct the SOAPMessage |
static SOAPMessage |
SOAPUtil.getSOAPMessage(InputStream is)
Given a stream of
SOAPMessage , construct the SOAPMessage |
Modifier and Type | Method and Description |
---|---|
static void |
SOAPUtil.addData(Source data,
SOAPMessage soapMessage)
Add content to
SOAPMessage |
static Document |
SOAPUtil.getSOAPData(SOAPMessage soapMessage)
Given a
SOAPMessage , get the content as a Document |
static boolean |
SOAPUtil.isSOAP12(SOAPMessage soapMessage)
Determine if a SOAPMessage is SOAP 1.2
|
static String |
SOAPUtil.soapMessageAsString(SOAPMessage soapMessage)
Utility method to dump soapMessage to String.
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
PicketLinkSTS.invoke(SOAPMessage request) |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
PicketLinkSTS.invoke(SOAPMessage request) |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
PicketLinkDispatch.PLMessageContext.getMessage() |
Modifier and Type | Method and Description |
---|---|
void |
PicketLinkDispatch.PLMessageContext.setMessage(SOAPMessage message) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.