public class ObjectFactory
extends java.lang.Object
Constructor and 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
|
Modifier and Type | Method and Description |
---|---|
ComponentScopedRefs |
createComponentScopedRefs()
Create an instance of
ComponentScopedRefs |
javax.xml.bind.JAXBElement<ComponentScopedRefs> |
createComponentScopedRefs(ComponentScopedRefs value)
|
Handler |
createHandler()
Create an instance of
Handler |
javax.xml.bind.JAXBElement<Handler> |
createHandler(Handler value)
|
PortComponentRef |
createPortComponentRef()
Create an instance of
PortComponentRef |
javax.xml.bind.JAXBElement<PortComponentRef> |
createPortComponentRef(PortComponentRef value)
|
ServiceRef |
createServiceRef()
Create an instance of
ServiceRef |
javax.xml.bind.JAXBElement<ServiceRef> |
createServiceRef(ServiceRef value)
|
WebServicesClient |
createWebServicesClient()
Create an instance of
WebServicesClient |
javax.xml.bind.JAXBElement<WebServicesClient> |
createWebServicesClient(WebServicesClient value)
|
public ObjectFactory()
public PortComponentRef createPortComponentRef()
PortComponentRef
public ServiceRef createServiceRef()
ServiceRef
public ComponentScopedRefs createComponentScopedRefs()
ComponentScopedRefs
public WebServicesClient createWebServicesClient()
WebServicesClient
public javax.xml.bind.JAXBElement<WebServicesClient> createWebServicesClient(WebServicesClient value)
public javax.xml.bind.JAXBElement<ComponentScopedRefs> createComponentScopedRefs(ComponentScopedRefs value)
public javax.xml.bind.JAXBElement<PortComponentRef> createPortComponentRef(PortComponentRef value)
public javax.xml.bind.JAXBElement<ServiceRef> createServiceRef(ServiceRef value)