org.ow2.easywsdl.wsdl.org.w3.ns.wsdl
Class ObjectFactory

java.lang.Object
  extended by org.ow2.easywsdl.wsdl.org.w3.ns.wsdl.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.ow2.easywsdl.wsdl.org.w3.ns.wsdl package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.ow2.easywsdl.wsdl.org.w3.ns.wsdl
 
Method Summary
 javax.xml.bind.JAXBElement<BindingType> createBinding(BindingType value)
          Create an instance of JAXBElement<BindingType>}
 BindingFaultType createBindingFaultType()
          Create an instance of BindingFaultType
 BindingOperationFaultType createBindingOperationFaultType()
          Create an instance of BindingOperationFaultType
 BindingOperationMessageType createBindingOperationMessageType()
          Create an instance of BindingOperationMessageType
 BindingOperationType createBindingOperationType()
          Create an instance of BindingOperationType
 javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeInfault(BindingOperationFaultType value)
          Create an instance of JAXBElement<BindingOperationFaultType>}
 javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeInput(BindingOperationMessageType value)
          Create an instance of JAXBElement<BindingOperationMessageType>}
 javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeOutfault(BindingOperationFaultType value)
          Create an instance of JAXBElement<BindingOperationFaultType>}
 javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeOutput(BindingOperationMessageType value)
          Create an instance of JAXBElement<BindingOperationMessageType>}
 BindingType createBindingType()
          Create an instance of BindingType
 javax.xml.bind.JAXBElement<BindingFaultType> createBindingTypeFault(BindingFaultType value)
          Create an instance of JAXBElement<BindingFaultType>}
 javax.xml.bind.JAXBElement<BindingOperationType> createBindingTypeOperation(BindingOperationType value)
          Create an instance of JAXBElement<BindingOperationType>}
 javax.xml.bind.JAXBElement<DescriptionType> createDescription(DescriptionType value)
          Create an instance of JAXBElement<DescriptionType>}
 DescriptionType createDescriptionType()
          Create an instance of DescriptionType
 javax.xml.bind.JAXBElement<DocumentationType> createDocumentation(DocumentationType value)
          Create an instance of JAXBElement<DocumentationType>}
 DocumentationType createDocumentationType()
          Create an instance of DocumentationType
 DocumentedType createDocumentedType()
          Create an instance of DocumentedType
 javax.xml.bind.JAXBElement<EndpointType> createEndpoint(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 EndpointType createEndpointType()
          Create an instance of EndpointType
 javax.xml.bind.JAXBElement<ImportType> createImport(ImportType value)
          Create an instance of JAXBElement<ImportType>}
 ImportType createImportType()
          Create an instance of ImportType
 javax.xml.bind.JAXBElement<IncludeType> createInclude(IncludeType value)
          Create an instance of JAXBElement<IncludeType>}
 IncludeType createIncludeType()
          Create an instance of IncludeType
 javax.xml.bind.JAXBElement<InterfaceType> createInterface(InterfaceType value)
          Create an instance of JAXBElement<InterfaceType>}
 InterfaceFaultType createInterfaceFaultType()
          Create an instance of InterfaceFaultType
 InterfaceOperationType createInterfaceOperationType()
          Create an instance of InterfaceOperationType
 javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeInfault(MessageRefFaultType value)
          Create an instance of JAXBElement<MessageRefFaultType>}
 javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeInput(MessageRefType value)
          Create an instance of JAXBElement<MessageRefType>}
 javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeOutfault(MessageRefFaultType value)
          Create an instance of JAXBElement<MessageRefFaultType>}
 javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeOutput(MessageRefType value)
          Create an instance of JAXBElement<MessageRefType>}
 InterfaceType createInterfaceType()
          Create an instance of InterfaceType
 javax.xml.bind.JAXBElement<InterfaceFaultType> createInterfaceTypeFault(InterfaceFaultType value)
          Create an instance of JAXBElement<InterfaceFaultType>}
 javax.xml.bind.JAXBElement<InterfaceOperationType> createInterfaceTypeOperation(InterfaceOperationType value)
          Create an instance of JAXBElement<InterfaceOperationType>}
 MessageRefFaultType createMessageRefFaultType()
          Create an instance of MessageRefFaultType
 MessageRefType createMessageRefType()
          Create an instance of MessageRefType
 javax.xml.bind.JAXBElement<ServiceType> createService(ServiceType value)
          Create an instance of JAXBElement<ServiceType>}
 ServiceType createServiceType()
          Create an instance of ServiceType
 javax.xml.bind.JAXBElement<TypesType> createTypes(TypesType value)
          Create an instance of JAXBElement<TypesType>}
 TypesType createTypesType()
          Create an instance of TypesType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.ow2.easywsdl.wsdl.org.w3.ns.wsdl

Method Detail

createInterfaceOperationType

public InterfaceOperationType createInterfaceOperationType()
Create an instance of InterfaceOperationType


createServiceType

public ServiceType createServiceType()
Create an instance of ServiceType


createDocumentationType

public DocumentationType createDocumentationType()
Create an instance of DocumentationType


createBindingType

public BindingType createBindingType()
Create an instance of BindingType


createDocumentedType

public DocumentedType createDocumentedType()
Create an instance of DocumentedType


createBindingFaultType

public BindingFaultType createBindingFaultType()
Create an instance of BindingFaultType


createEndpointType

public EndpointType createEndpointType()
Create an instance of EndpointType


createBindingOperationType

public BindingOperationType createBindingOperationType()
Create an instance of BindingOperationType


createTypesType

public TypesType createTypesType()
Create an instance of TypesType


createMessageRefFaultType

public MessageRefFaultType createMessageRefFaultType()
Create an instance of MessageRefFaultType


createImportType

public ImportType createImportType()
Create an instance of ImportType


createBindingOperationFaultType

public BindingOperationFaultType createBindingOperationFaultType()
Create an instance of BindingOperationFaultType


createDescriptionType

public DescriptionType createDescriptionType()
Create an instance of DescriptionType


createIncludeType

public IncludeType createIncludeType()
Create an instance of IncludeType


createInterfaceType

public InterfaceType createInterfaceType()
Create an instance of InterfaceType


createBindingOperationMessageType

public BindingOperationMessageType createBindingOperationMessageType()
Create an instance of BindingOperationMessageType


createMessageRefType

public MessageRefType createMessageRefType()
Create an instance of MessageRefType


createInterfaceFaultType

public InterfaceFaultType createInterfaceFaultType()
Create an instance of InterfaceFaultType


createService

public javax.xml.bind.JAXBElement<ServiceType> createService(ServiceType value)
Create an instance of JAXBElement<ServiceType>}


createDocumentation

public javax.xml.bind.JAXBElement<DocumentationType> createDocumentation(DocumentationType value)
Create an instance of JAXBElement<DocumentationType>}


createBinding

public javax.xml.bind.JAXBElement<BindingType> createBinding(BindingType value)
Create an instance of JAXBElement<BindingType>}


createInterface

public javax.xml.bind.JAXBElement<InterfaceType> createInterface(InterfaceType value)
Create an instance of JAXBElement<InterfaceType>}


createEndpoint

public javax.xml.bind.JAXBElement<EndpointType> createEndpoint(EndpointType value)
Create an instance of JAXBElement<EndpointType>}


createInclude

public javax.xml.bind.JAXBElement<IncludeType> createInclude(IncludeType value)
Create an instance of JAXBElement<IncludeType>}


createDescription

public javax.xml.bind.JAXBElement<DescriptionType> createDescription(DescriptionType value)
Create an instance of JAXBElement<DescriptionType>}


createTypes

public javax.xml.bind.JAXBElement<TypesType> createTypes(TypesType value)
Create an instance of JAXBElement<TypesType>}


createImport

public javax.xml.bind.JAXBElement<ImportType> createImport(ImportType value)
Create an instance of JAXBElement<ImportType>}


createInterfaceOperationTypeOutfault

public javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeOutfault(MessageRefFaultType value)
Create an instance of JAXBElement<MessageRefFaultType>}


createInterfaceOperationTypeInput

public javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeInput(MessageRefType value)
Create an instance of JAXBElement<MessageRefType>}


createInterfaceOperationTypeOutput

public javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeOutput(MessageRefType value)
Create an instance of JAXBElement<MessageRefType>}


createInterfaceOperationTypeInfault

public javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeInfault(MessageRefFaultType value)
Create an instance of JAXBElement<MessageRefFaultType>}


createBindingTypeOperation

public javax.xml.bind.JAXBElement<BindingOperationType> createBindingTypeOperation(BindingOperationType value)
Create an instance of JAXBElement<BindingOperationType>}


createBindingTypeFault

public javax.xml.bind.JAXBElement<BindingFaultType> createBindingTypeFault(BindingFaultType value)
Create an instance of JAXBElement<BindingFaultType>}


createBindingOperationTypeOutfault

public javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeOutfault(BindingOperationFaultType value)
Create an instance of JAXBElement<BindingOperationFaultType>}


createBindingOperationTypeInput

public javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeInput(BindingOperationMessageType value)
Create an instance of JAXBElement<BindingOperationMessageType>}


createBindingOperationTypeOutput

public javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeOutput(BindingOperationMessageType value)
Create an instance of JAXBElement<BindingOperationMessageType>}


createBindingOperationTypeInfault

public javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeInfault(BindingOperationFaultType value)
Create an instance of JAXBElement<BindingOperationFaultType>}


createInterfaceTypeOperation

public javax.xml.bind.JAXBElement<InterfaceOperationType> createInterfaceTypeOperation(InterfaceOperationType value)
Create an instance of JAXBElement<InterfaceOperationType>}


createInterfaceTypeFault

public javax.xml.bind.JAXBElement<InterfaceFaultType> createInterfaceTypeFault(InterfaceFaultType value)
Create an instance of JAXBElement<InterfaceFaultType>}



Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.