Uses of Interface
javax.xml.soap.Detail
-
Packages that use Detail Package Description javax.xml.rpc.soap javax.xml.soap org.apache.axis.message org.apache.axis.soap -
-
Uses of Detail in javax.xml.rpc.soap
Methods in javax.xml.rpc.soap that return Detail Modifier and Type Method Description DetailSOAPFaultException. getDetail()Gets the detail element.Constructors in javax.xml.rpc.soap with parameters of type Detail Constructor Description SOAPFaultException(QName faultcode, java.lang.String faultstring, java.lang.String faultactor, Detail detail)Constructor for SOAPFaultException. -
Uses of Detail in javax.xml.soap
Methods in javax.xml.soap that return Detail Modifier and Type Method Description DetailSOAPFault. addDetail()Creates aDetailobject and sets it as theDetailobject for thisSOAPFaultobject.abstract DetailSOAPFactory. createDetail()Creates a newDetailobject which serves as a container forDetailEntryobjects.DetailSOAPFault. getDetail()Returns the detail element for thisSOAPFaultobject. -
Uses of Detail in org.apache.axis.message
Classes in org.apache.axis.message that implement Detail Modifier and Type Class Description classDetailDetail Container implementationMethods in org.apache.axis.message that return Detail Modifier and Type Method Description DetailSOAPFault. addDetail()Creates aDetailobject and sets it as theDetailobject for thisSOAPFaultExceptionobject.DetailSOAPFault. getDetail()Returns the detail element for thisSOAPFaultExceptionobject. -
Uses of Detail in org.apache.axis.soap
Methods in org.apache.axis.soap that return Detail Modifier and Type Method Description DetailSOAPFactoryImpl. createDetail()
-