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 StringPAOSRequest. toXMLString()Returns a String representation of this Object.StringPAOSRequest. 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 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.
-