Uses of Class
com.sun.identity.liberty.ws.soapbinding.SOAPBindingException
Packages that use SOAPBindingException
Package
Description
Provides classes to manage Liberty SOAP Binding.
-
Uses of SOAPBindingException in com.sun.identity.liberty.ws.soapbinding
Methods in com.sun.identity.liberty.ws.soapbinding that throw SOAPBindingExceptionModifier and TypeMethodDescriptionMessage.toDocument
(boolean refresh) Returns the SOAP message inorg.w3c.dom.Document
format.Constructors in com.sun.identity.liberty.ws.soapbinding that throw SOAPBindingExceptionModifierConstructorDescriptionMessage
(InputStream inputStream) This constructor takes an InputStream.Message
(javax.xml.soap.SOAPMessage soapMessage) This constructor takes a SOAP message which is received from a SOAP connection.Constructor.