Uses of Class
org.w3.soap.Fault
-
Packages that use Fault Package Description org.w3.soap -
-
Uses of Fault in org.w3.soap
Fields in org.w3.soap declared as Fault Modifier and Type Field Description protected FaultFault.Builder. _storedValueMethods in org.w3.soap with type parameters of type Fault Modifier and Type Method Description protected <_P extends Fault>
_PFault.Builder. init(_P _product)Methods in org.w3.soap that return Fault Modifier and Type Method Description FaultFault.Builder. build()FaultObjectFactory. createFault()Create an instance ofFaultMethods in org.w3.soap that return types with arguments of type Fault Modifier and Type Method Description javax.xml.bind.JAXBElement<Fault>ObjectFactory. createFault(Fault value)Methods in org.w3.soap with parameters of type Fault Modifier and Type Method Description static Fault.Builder<Void>Fault. copyExcept(Fault _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Fault.Builder<_B>Fault.Builder. copyOf(Fault _other)static <_B> Fault.Builder<_B>Fault. copyOf(Fault _other)static <_B> Fault.Builder<_B>Fault. copyOf(Fault _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static Fault.Builder<Void>Fault. copyOnly(Fault _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<Fault>ObjectFactory. createFault(Fault value)Constructors in org.w3.soap with parameters of type Fault Constructor Description Builder(_B _parentBuilder, Fault _other, boolean _copy)Builder(_B _parentBuilder, Fault _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-