Class ObjectFactory
java.lang.Object
com.oracle.xmlns.webservices.jaxws_databinding.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.xml.ws.ext2.java_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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.ws.ext2.java_wsdl -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofXmlActionCreate an instance ofXmlBindingTypeCreate an instance ofXmlFaultActionCreate an instance ofXmlHandlerChainCreate an instance ofJavaMethodCreate an instance ofJavaMethod.JavaParamsCreate an instance ofJavaParamjakarta.xml.bind.JAXBElement<JavaWsdlMappingType>Create an instance ofJavaWsdlMappingTypeCreate an instance ofJavaWsdlMappingType.JavaMethodsCreate an instance ofJavaWsdlMappingType.XmlSchemaMappingCreate an instance ofXmlMTOMCreate an instance ofXmlOnewayCreate an instance ofXmlRequestWrapperCreate an instance ofXmlResponseWrapperCreate an instance ofXmlServiceModeCreate an instance ofXmlSOAPBindingCreate an instance ofXmlWebEndpointCreate an instance ofXmlWebFaultCreate an instance ofXmlWebMethodCreate an instance ofXmlWebParamCreate an instance ofXmlWebResultCreate an instance ofXmlWebServiceCreate an instance ofXmlWebServiceClientCreate an instance ofXmlWebServiceProviderCreate an instance ofXmlWebServiceRef
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.ws.ext2.java_wsdl
-
-
Method Details
-
createJavaMethod
Create an instance ofJavaMethod -
createJavaWsdlMappingType
Create an instance ofJavaWsdlMappingType -
createWebEndpoint
Create an instance ofXmlWebEndpoint -
createMtom
Create an instance ofXmlMTOM -
createWebServiceClient
Create an instance ofXmlWebServiceClient -
createServiceMode
Create an instance ofXmlServiceMode -
createBindingType
Create an instance ofXmlBindingType -
createWebServiceRef
Create an instance ofXmlWebServiceRef -
createJavaParam
Create an instance ofJavaParam -
createWebParam
Create an instance ofXmlWebParam -
createWebMethod
Create an instance ofXmlWebMethod -
createWebResult
Create an instance ofXmlWebResult -
createOneway
Create an instance ofXmlOneway -
createSoapBinding
Create an instance ofXmlSOAPBinding -
createAction
Create an instance ofXmlAction -
createFaultAction
Create an instance ofXmlFaultAction -
createJavaMethodJavaParams
Create an instance ofJavaMethod.JavaParams -
createHandlerChain
Create an instance ofXmlHandlerChain -
createWebServiceProvider
Create an instance ofXmlWebServiceProvider -
createWebFault
Create an instance ofXmlWebFault -
createResponseWrapper
Create an instance ofXmlResponseWrapper -
createWebService
Create an instance ofXmlWebService -
createRequestWrapper
Create an instance ofXmlRequestWrapper -
createJavaWsdlMappingTypeXmlSchemaMapping
Create an instance ofJavaWsdlMappingType.XmlSchemaMapping -
createJavaWsdlMappingTypeJavaMethods
Create an instance ofJavaWsdlMappingType.JavaMethods -
createJavaWsdlMapping
public jakarta.xml.bind.JAXBElement<JavaWsdlMappingType> createJavaWsdlMapping(JavaWsdlMappingType value)
-