Uses of Class
com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Packages that use SOAPFaultDetail
Package
Description
Provides classes to manage Liberty SOAP Binding.
-
Uses of SOAPFaultDetail in com.sun.identity.liberty.ws.soapbinding
Methods in com.sun.identity.liberty.ws.soapbinding that return SOAPFaultDetailMethods in com.sun.identity.liberty.ws.soapbinding with parameters of type SOAPFaultDetailModifier and TypeMethodDescriptionvoid
SOAPFault.setDetail
(SOAPFaultDetail detail) Sets a SOAP Fault Detail.Constructors in com.sun.identity.liberty.ws.soapbinding with parameters of type SOAPFaultDetailModifierConstructorDescriptionSOAPFault
(QName faultcode, String faultstring, String faultactor, SOAPFaultDetail detail) Constructor.