public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v20
|
public ObjectFactory()
public MessageRefFaultType createMessageRefFaultType()
MessageRefFaultTypepublic BindingOperationMessageType createBindingOperationMessageType()
BindingOperationMessageTypepublic BindingOperationType createBindingOperationType()
BindingOperationTypepublic InterfaceOperationType createInterfaceOperationType()
InterfaceOperationTypepublic BindingFaultType createBindingFaultType()
BindingFaultTypepublic BindingOperationFaultType createBindingOperationFaultType()
BindingOperationFaultTypepublic MessageRefType createMessageRefType()
MessageRefTypepublic Description createDescription()
Descriptionpublic InterfaceFaultType createInterfaceFaultType()
InterfaceFaultTypepublic Documentation createDocumentation()
Documentationpublic DocumentedType createDocumentedType()
DocumentedTypepublic JAXBElement<InterfaceOperationType> createInterfaceOperation(InterfaceOperationType value)
public JAXBElement<InterfaceFaultType> createInterfaceFault(InterfaceFaultType value)
public JAXBElement<BindingOperationFaultType> createBindingOperationTypeOutfault(BindingOperationFaultType value)
public JAXBElement<BindingOperationMessageType> createBindingOperationTypeInput(BindingOperationMessageType value)
public JAXBElement<BindingOperationMessageType> createBindingOperationTypeOutput(BindingOperationMessageType value)
public JAXBElement<BindingOperationFaultType> createBindingOperationTypeInfault(BindingOperationFaultType value)
public JAXBElement<BindingOperationType> createBindingOperation(BindingOperationType value)
public JAXBElement<BindingFaultType> createBindingFault(BindingFaultType value)
public JAXBElement<MessageRefFaultType> createInterfaceOperationTypeOutfault(MessageRefFaultType value)
public JAXBElement<MessageRefType> createInterfaceOperationTypeInput(MessageRefType value)
public JAXBElement<MessageRefType> createInterfaceOperationTypeOutput(MessageRefType value)
public JAXBElement<MessageRefFaultType> createInterfaceOperationTypeInfault(MessageRefFaultType value)
Copyright © 2017. All rights reserved.