|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easywsdl.wsdl.org.w3.ns.wsdl.ObjectFactory
public class ObjectFactory
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public DocumentationType createDocumentationType()
DocumentationType
public ServiceType createServiceType()
ServiceType
public BindingOperationType createBindingOperationType()
BindingOperationType
public BindingType createBindingType()
BindingType
public IncludeType createIncludeType()
IncludeType
public InterfaceFaultType createInterfaceFaultType()
InterfaceFaultType
public ImportType createImportType()
ImportType
public DescriptionType createDescriptionType()
DescriptionType
public InterfaceType createInterfaceType()
InterfaceType
public BindingFaultType createBindingFaultType()
BindingFaultType
public EndpointType createEndpointType()
EndpointType
public DocumentedType createDocumentedType()
DocumentedType
public InterfaceOperationType createInterfaceOperationType()
InterfaceOperationType
public MessageRefType createMessageRefType()
MessageRefType
public BindingOperationFaultType createBindingOperationFaultType()
BindingOperationFaultType
public TypesType createTypesType()
TypesType
public BindingOperationMessageType createBindingOperationMessageType()
BindingOperationMessageType
public MessageRefFaultType createMessageRefFaultType()
MessageRefFaultType
public javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeInput(BindingOperationMessageType value)
JAXBElement
<
BindingOperationMessageType
>
}
public javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeOutput(BindingOperationMessageType value)
JAXBElement
<
BindingOperationMessageType
>
}
public javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeInfault(BindingOperationFaultType value)
JAXBElement
<
BindingOperationFaultType
>
}
public javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeOutfault(BindingOperationFaultType value)
JAXBElement
<
BindingOperationFaultType
>
}
public javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeInput(MessageRefType value)
JAXBElement
<
MessageRefType
>
}
public javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeOutput(MessageRefType value)
JAXBElement
<
MessageRefType
>
}
public javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeOutfault(MessageRefFaultType value)
JAXBElement
<
MessageRefFaultType
>
}
public javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeInfault(MessageRefFaultType value)
JAXBElement
<
MessageRefFaultType
>
}
public javax.xml.bind.JAXBElement<BindingOperationType> createBindingTypeOperation(BindingOperationType value)
JAXBElement
<
BindingOperationType
>
}
public javax.xml.bind.JAXBElement<BindingFaultType> createBindingTypeFault(BindingFaultType value)
JAXBElement
<
BindingFaultType
>
}
public javax.xml.bind.JAXBElement<EndpointType> createEndpoint(EndpointType value)
JAXBElement
<
EndpointType
>
}
public javax.xml.bind.JAXBElement<DocumentationType> createDocumentation(DocumentationType value)
JAXBElement
<
DocumentationType
>
}
public javax.xml.bind.JAXBElement<ServiceType> createService(ServiceType value)
JAXBElement
<
ServiceType
>
}
public javax.xml.bind.JAXBElement<DescriptionType> createDescription(DescriptionType value)
JAXBElement
<
DescriptionType
>
}
public javax.xml.bind.JAXBElement<ImportType> createImport(ImportType value)
JAXBElement
<
ImportType
>
}
public javax.xml.bind.JAXBElement<BindingType> createBinding(BindingType value)
JAXBElement
<
BindingType
>
}
public javax.xml.bind.JAXBElement<IncludeType> createInclude(IncludeType value)
JAXBElement
<
IncludeType
>
}
public javax.xml.bind.JAXBElement<TypesType> createTypes(TypesType value)
JAXBElement
<
TypesType
>
}
public javax.xml.bind.JAXBElement<InterfaceType> createInterface(InterfaceType value)
JAXBElement
<
InterfaceType
>
}
public javax.xml.bind.JAXBElement<InterfaceOperationType> createInterfaceTypeOperation(InterfaceOperationType value)
JAXBElement
<
InterfaceOperationType
>
}
public javax.xml.bind.JAXBElement<InterfaceFaultType> createInterfaceTypeFault(InterfaceFaultType value)
JAXBElement
<
InterfaceFaultType
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |