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.apache.cxf.ws.security.wss4j.policyhandlers | |
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 | Field and Description |
---|---|
protected SOAPMessage |
AbstractBindingBuilder.saaj |
Constructor and Description |
---|
AbstractBindingBuilder(WSSConfig config,
AbstractBinding binding,
SOAPMessage saaj,
WSSecHeader secHeader,
org.apache.cxf.ws.policy.AssertionInfoMap aim,
org.apache.cxf.binding.soap.SoapMessage message) |
AsymmetricBindingHandler(WSSConfig config,
AsymmetricBinding binding,
SOAPMessage saaj,
WSSecHeader secHeader,
org.apache.cxf.ws.policy.AssertionInfoMap aim,
org.apache.cxf.binding.soap.SoapMessage message) |
SymmetricBindingHandler(WSSConfig config,
SymmetricBinding binding,
SOAPMessage saaj,
WSSecHeader secHeader,
org.apache.cxf.ws.policy.AssertionInfoMap aim,
org.apache.cxf.binding.soap.SoapMessage message) |
TransportBindingHandler(WSSConfig config,
TransportBinding binding,
SOAPMessage saaj,
WSSecHeader secHeader,
org.apache.cxf.ws.policy.AssertionInfoMap aim,
org.apache.cxf.binding.soap.SoapMessage message) |
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 © 2017 JBoss by Red Hat. All rights reserved.