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 aPAOSheader string and tries to parse it.PAOSHeader(javax.servlet.http.HttpServletRequest req) This constructor accepts anHttpServletRequestand tries to parse thePAOSheader string if there is one inside.PAOSRequest(String xmlString) Constructs thePAOSRequestObject.PAOSRequest(String responseConsumerURL, String service, String messageID, Boolean mustUnderstand, String actor) Constructs thePAOSRequestObject.PAOSRequest(Element element) Constructs thePAOSRequestObject.