Uses of Class
org.xmlsoap.schemas.soap.envelope.Fault
-
Packages that use Fault Package Description org.xmlsoap.schemas.soap.envelope -
-
Uses of Fault in org.xmlsoap.schemas.soap.envelope
Fields in org.xmlsoap.schemas.soap.envelope declared as Fault Modifier and Type Field Description protected FaultFault.Builder. _storedValueMethods in org.xmlsoap.schemas.soap.envelope with type parameters of type Fault Modifier and Type Method Description protected <_P extends Fault>
_PFault.Builder. init(_P _product)Methods in org.xmlsoap.schemas.soap.envelope that return Fault Modifier and Type Method Description FaultFault.Builder. build()FaultObjectFactory. createFault()Create an instance ofFaultMethods in org.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope 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)
-