public class ObjectFactory extends Object
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.oasis_open.docs.wsrf.bf_2
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<BaseFaultType> |
createBaseFault(BaseFaultType value)
|
BaseFaultType |
createBaseFaultType()
Create an instance of
BaseFaultType |
BaseFaultType.Description |
createBaseFaultTypeDescription()
Create an instance of
BaseFaultType.Description |
BaseFaultType.ErrorCode |
createBaseFaultTypeErrorCode()
Create an instance of
BaseFaultType.ErrorCode |
BaseFaultType.FaultCause |
createBaseFaultTypeFaultCause()
Create an instance of
BaseFaultType.FaultCause |
public ObjectFactory()
public BaseFaultType createBaseFaultType()
BaseFaultTypepublic BaseFaultType.ErrorCode createBaseFaultTypeErrorCode()
BaseFaultType.ErrorCodepublic BaseFaultType.Description createBaseFaultTypeDescription()
BaseFaultType.Descriptionpublic BaseFaultType.FaultCause createBaseFaultTypeFaultCause()
BaseFaultType.FaultCausepublic JAXBElement<BaseFaultType> createBaseFault(BaseFaultType value)
value - Java instance representing xml element's value.JAXBElement<BaseFaultType>Apache CXF