Class ObjectFactory
- java.lang.Object
-
- org.apache.openejb.jee.was.v6.wsclient.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.openejb.jee.was.v6.wsclient 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.openejb.jee.was.v6.wsclient
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentScopedRefscreateComponentScopedRefs()Create an instance ofComponentScopedRefsjakarta.xml.bind.JAXBElement<ComponentScopedRefs>createComponentScopedRefs(ComponentScopedRefs value)HandlercreateHandler()Create an instance ofHandlerjakarta.xml.bind.JAXBElement<Handler>createHandler(Handler value)PortComponentRefcreatePortComponentRef()Create an instance ofPortComponentRefjakarta.xml.bind.JAXBElement<PortComponentRef>createPortComponentRef(PortComponentRef value)ServiceRefcreateServiceRef()Create an instance ofServiceRefjakarta.xml.bind.JAXBElement<ServiceRef>createServiceRef(ServiceRef value)WebServicesClientcreateWebServicesClient()Create an instance ofWebServicesClientjakarta.xml.bind.JAXBElement<WebServicesClient>createWebServicesClient(WebServicesClient value)
-
-
-
Method Detail
-
createPortComponentRef
public PortComponentRef createPortComponentRef()
Create an instance ofPortComponentRef
-
createServiceRef
public ServiceRef createServiceRef()
Create an instance ofServiceRef
-
createComponentScopedRefs
public ComponentScopedRefs createComponentScopedRefs()
Create an instance ofComponentScopedRefs
-
createWebServicesClient
public WebServicesClient createWebServicesClient()
Create an instance ofWebServicesClient
-
createWebServicesClient
public jakarta.xml.bind.JAXBElement<WebServicesClient> createWebServicesClient(WebServicesClient value)
-
createComponentScopedRefs
public jakarta.xml.bind.JAXBElement<ComponentScopedRefs> createComponentScopedRefs(ComponentScopedRefs value)
-
createPortComponentRef
public jakarta.xml.bind.JAXBElement<PortComponentRef> createPortComponentRef(PortComponentRef value)
-
createServiceRef
public jakarta.xml.bind.JAXBElement<ServiceRef> createServiceRef(ServiceRef value)
-
-