Package | Description |
---|---|
com.sun.identity.liberty.ws.dst.service |
Defines DST service.
|
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 |
---|---|
abstract Object |
DSTRequestHandler.processDSTRequest(Object request,
Message msg,
Message response)
Processes query/modify request.
|
Message |
DSTRequestHandler.processRequest(Message msg)
Processes the request for the given personal profile service request.
|
Modifier and Type | Method and Description |
---|---|
SOAPFaultException |
InteractionSOAPFaultException.getSOAPFaultException()
Gets the
SOAPFaultException that contains SOAP fault |
Modifier and Type | Method and Description |
---|---|
Message |
InteractionManager.handleInteraction(Message requestMessage,
InquiryType inquiryElement,
String language)
Handles resource owner interactions on behalf of
WSP . |
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 |
---|---|
Message |
RequestHandler.processRequest(Message request)
Generates a response according to the request.
|
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.
|
Constructor and Description |
---|
Message(SOAPMessage soapMessage)
This constructor takes a SOAP message which is received from a SOAP
connection.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.