Uses of Class
com.sun.identity.liberty.ws.paos.PAOSException
-
Packages that use PAOSException Package Description com.sun.identity.liberty.ws.paos Reverse SOAP Binding classes. -
-
Uses of PAOSException in com.sun.identity.liberty.ws.paos
Methods in com.sun.identity.liberty.ws.paos that throw PAOSException Modifier and Type Method Description String
PAOSRequest. toXMLString()
Returns a String representation of this Object.String
PAOSRequest. toXMLString(boolean includeNSPrefix, boolean declareNS)
Returns a String representationConstructors in com.sun.identity.liberty.ws.paos that throw PAOSException Constructor Description PAOSHeader(String paosHeaderString)
This constructor accepts aPAOS
header string and tries to parse it.PAOSHeader(javax.servlet.http.HttpServletRequest req)
This constructor accepts anHttpServletRequest
and tries to parse thePAOS
header string if there is one inside.PAOSRequest(String xmlString)
Constructs thePAOSRequest
Object.PAOSRequest(String responseConsumerURL, String service, String messageID, Boolean mustUnderstand, String actor)
Constructs thePAOSRequest
Object.PAOSRequest(Element element)
Constructs thePAOSRequest
Object.
-