public class ObjectFactory
extends java.lang.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.hisrc.w3c.wsdl.v_2_0
|
public ObjectFactory()
public DocumentationType createDocumentationType()
DocumentationTypepublic DescriptionType createDescriptionType()
DescriptionTypepublic ImportType createImportType()
ImportTypepublic IncludeType createIncludeType()
IncludeTypepublic InterfaceType createInterfaceType()
InterfaceTypepublic BindingType createBindingType()
BindingTypepublic ServiceType createServiceType()
ServiceTypepublic EndpointType createEndpointType()
EndpointTypepublic DocumentedType createDocumentedType()
DocumentedTypepublic InterfaceOperationType createInterfaceOperationType()
InterfaceOperationTypepublic MessageRefType createMessageRefType()
MessageRefTypepublic MessageRefFaultType createMessageRefFaultType()
MessageRefFaultTypepublic InterfaceFaultType createInterfaceFaultType()
InterfaceFaultTypepublic BindingOperationType createBindingOperationType()
BindingOperationTypepublic BindingOperationMessageType createBindingOperationMessageType()
BindingOperationMessageTypepublic BindingOperationFaultType createBindingOperationFaultType()
BindingOperationFaultTypepublic BindingFaultType createBindingFaultType()
BindingFaultTypepublic javax.xml.bind.JAXBElement<DocumentationType> createDocumentation(DocumentationType value)
value - Java instance representing xml element's value.JAXBElement<DocumentationType>public javax.xml.bind.JAXBElement<DescriptionType> createDescription(DescriptionType value)
value - Java instance representing xml element's value.JAXBElement<DescriptionType>public javax.xml.bind.JAXBElement<ImportType> createImport(ImportType value)
value - Java instance representing xml element's value.JAXBElement<ImportType>public javax.xml.bind.JAXBElement<IncludeType> createInclude(IncludeType value)
value - Java instance representing xml element's value.JAXBElement<IncludeType>public javax.xml.bind.JAXBElement<TypesType> createTypes(TypesType value)
value - Java instance representing xml element's value.JAXBElement<TypesType>public javax.xml.bind.JAXBElement<InterfaceType> createInterface(InterfaceType value)
value - Java instance representing xml element's value.JAXBElement<InterfaceType>public javax.xml.bind.JAXBElement<BindingType> createBinding(BindingType value)
value - Java instance representing xml element's value.JAXBElement<BindingType>public javax.xml.bind.JAXBElement<ServiceType> createService(ServiceType value)
value - Java instance representing xml element's value.JAXBElement<ServiceType>public javax.xml.bind.JAXBElement<EndpointType> createEndpoint(EndpointType value)
value - Java instance representing xml element's value.JAXBElement<EndpointType>public javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeInput(BindingOperationMessageType value)
value - Java instance representing xml element's value.JAXBElement<BindingOperationMessageType>public javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeOutput(BindingOperationMessageType value)
value - Java instance representing xml element's value.JAXBElement<BindingOperationMessageType>public javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeInfault(BindingOperationFaultType value)
value - Java instance representing xml element's value.JAXBElement<BindingOperationFaultType>public javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeOutfault(BindingOperationFaultType value)
value - Java instance representing xml element's value.JAXBElement<BindingOperationFaultType>public javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeInput(MessageRefType value)
value - Java instance representing xml element's value.JAXBElement<MessageRefType>public javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeOutput(MessageRefType value)
value - Java instance representing xml element's value.JAXBElement<MessageRefType>public javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeInfault(MessageRefFaultType value)
value - Java instance representing xml element's value.JAXBElement<MessageRefFaultType>public javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeOutfault(MessageRefFaultType value)
value - Java instance representing xml element's value.JAXBElement<MessageRefFaultType>public javax.xml.bind.JAXBElement<BindingOperationType> createBindingTypeOperation(BindingOperationType value)
value - Java instance representing xml element's value.JAXBElement<BindingOperationType>public javax.xml.bind.JAXBElement<BindingFaultType> createBindingTypeFault(BindingFaultType value)
value - Java instance representing xml element's value.JAXBElement<BindingFaultType>public javax.xml.bind.JAXBElement<InterfaceOperationType> createInterfaceTypeOperation(InterfaceOperationType value)
value - Java instance representing xml element's value.JAXBElement<InterfaceOperationType>public javax.xml.bind.JAXBElement<InterfaceFaultType> createInterfaceTypeFault(InterfaceFaultType value)
value - Java instance representing xml element's value.JAXBElement<InterfaceFaultType>Copyright © 2014-2022. All Rights Reserved.