Package | Description |
---|---|
com.sun.identity.liberty.ws.interaction |
Defines Interaction service.
|
com.sun.identity.liberty.ws.soapbinding |
Provides classes to manage Liberty SOAP Binding.
|
Modifier and Type | Method and Description |
---|---|
Message |
InteractionManager.resendRequest(String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Resends a previously cached SOAP request message to
WSP . |
Message |
InteractionManager.resendRequest(String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
Message requestMessage)
Resends a SOAP request message to
WSP . |
Message |
InteractionManager.sendRequest(Message requestMessage,
String connectTo,
String certAlias,
String soapAction,
String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Sends SOAP request to
WSP . |
Modifier and Type | Method and Description |
---|---|
static SOAPMessage |
Utils.DocumentToSOAPMessage(Document doc)
Converts Document to SOAPMessage
|
static Message |
Client.sendRequest(Message req,
String connectTo)
Sends a request to a SOAP endpoint and returns the response.
|
static Message |
Client.sendRequest(Message req,
String connectTo,
String certAlias)
Sends a request to a SOAP endpoint and returns the response.
|
static Message |
Client.sendRequest(Message req,
String connectTo,
String certAlias,
String soapAction)
Sends a request to a SOAP endpoint and returns the response.
|
Document |
Message.toDocument()
Returns the SOAP message in
org.w3c.dom.Document format. |
Document |
Message.toDocument(boolean refresh)
Returns the SOAP message in
org.w3c.dom.Document format. |
Constructor and Description |
---|
Message(InputStream inputStream)
This constructor takes an InputStream.
|
Message(ProviderHeader providerHeader)
The default constructor uses default cert alias defined in AMConfig for
signing.
|
Message(ProviderHeader providerHeader,
BinarySecurityToken token)
This constructor takes a binary security token for signing.
|
Message(ProviderHeader providerHeader,
SecurityAssertion assertion)
This constructor takes a SAML assertion for signing.
|
Message(SOAPMessage soapMessage)
This constructor takes a SOAP message which is received from a SOAP
connection.
|
ProcessingContextHeader(String elementValue)
Constructor.
|
ProviderHeader(String providerID)
This constructor takes value of 'providerID' attribute which is
required.
|
UsageDirectiveHeader(String ref)
Constructor.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.