Uses of Class
com.sun.identity.liberty.ws.paos.PAOSException
Packages that use PAOSException
-
Uses of PAOSException in com.sun.identity.liberty.ws.paos
Methods in com.sun.identity.liberty.ws.paos that throw PAOSExceptionModifier and TypeMethodDescriptionPAOSRequest.toXMLString()
Returns a String representation of this Object.PAOSRequest.toXMLString
(boolean includeNSPrefix, boolean declareNS) Returns a String representationConstructors in com.sun.identity.liberty.ws.paos that throw PAOSExceptionModifierConstructorDescriptionPAOSHeader
(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.