| 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.picketlink.identity.federation.core.util | |
| org.picketlink.identity.federation.core.wstrust |
| 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 |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
SOAPMessage |
PicketLinkSTS.invoke(SOAPMessage request) |
| Modifier and Type | Method and Description |
|---|---|
SOAPMessage |
PicketLinkSTS.invoke(SOAPMessage request) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.