Package | Description |
---|---|
com.sun.identity.liberty.ws.paos |
Reverse SOAP Binding classes.
|
Modifier and Type | Method and Description |
---|---|
String |
PAOSResponse.toXMLString()
Returns a String representation of this Object.
|
String |
PAOSRequest.toXMLString()
Returns a String representation of this Object.
|
String |
PAOSResponse.toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation
|
String |
PAOSRequest.toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation
|
Constructor and Description |
---|
PAOSHeader(javax.servlet.http.HttpServletRequest req)
This constructor accepts an
HttpServletRequest
and tries to parse the PAOS header string if there is one
inside. |
PAOSHeader(String paosHeaderString)
This constructor accepts a
PAOS header string and tries to
parse it. |
PAOSRequest(Element element)
Constructs the
PAOSRequest Object. |
PAOSRequest(String xmlString)
Constructs the
PAOSRequest Object. |
PAOSRequest(String responseConsumerURL,
String service,
String messageID,
Boolean mustUnderstand,
String actor)
Constructs the
PAOSRequest Object. |
PAOSResponse(Element element)
Constructs the
PAOSResponse Object. |
PAOSResponse(String xmlString)
Constructs the
PAOSResponse Object. |
PAOSResponse(String refToMessageID,
Boolean mustUnderstand,
String actor)
Constructs the
PAOSResponse Object. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.