Apache CXF API

org.apache.cxf.jaxws.javaee
Class ObjectFactory

java.lang.Object
  extended by org.apache.cxf.jaxws.javaee.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.cxf.jaxws.javaee 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.apache.cxf.jaxws.javaee
 
Method Summary
 DescriptionType createDescriptionType()
          Create an instance of DescriptionType
 DisplayNameType createDisplayNameType()
          Create an instance of DisplayNameType
 EjbLinkType createEjbLinkType()
          Create an instance of EjbLinkType
 EjbLocalRefType createEjbLocalRefType()
          Create an instance of EjbLocalRefType
 EjbRefNameType createEjbRefNameType()
          Create an instance of EjbRefNameType
 EjbRefType createEjbRefType()
          Create an instance of EjbRefType
 EjbRefTypeType createEjbRefTypeType()
          Create an instance of EjbRefTypeType
 EmptyType createEmptyType()
          Create an instance of EmptyType
 EnvEntryType createEnvEntryType()
          Create an instance of EnvEntryType
 EnvEntryTypeValuesType createEnvEntryTypeValuesType()
          Create an instance of EnvEntryTypeValuesType
 FullyQualifiedClassType createFullyQualifiedClassType()
          Create an instance of FullyQualifiedClassType
 GenericBooleanType createGenericBooleanType()
          Create an instance of GenericBooleanType
 javax.xml.bind.JAXBElement<HandlerChainsType> createHandlerChains(HandlerChainsType value)
          Create an instance of JAXBElement<HandlerChainsType>}
 HandlerChainsType createHandlerChainsType()
          Create an instance of HandlerChainsType
 HandlerChainType createHandlerChainType()
          Create an instance of HandlerChainType
 HomeType createHomeType()
          Create an instance of HomeType
 IconType createIconType()
          Create an instance of IconType
 InjectionTargetType createInjectionTargetType()
          Create an instance of InjectionTargetType
 JavaIdentifierType createJavaIdentifierType()
          Create an instance of JavaIdentifierType
 JavaTypeType createJavaTypeType()
          Create an instance of JavaTypeType
 JndiNameType createJndiNameType()
          Create an instance of JndiNameType
 LifecycleCallbackType createLifecycleCallbackType()
          Create an instance of LifecycleCallbackType
 ListenerType createListenerType()
          Create an instance of ListenerType
 LocalHomeType createLocalHomeType()
          Create an instance of LocalHomeType
 LocalType createLocalType()
          Create an instance of LocalType
 MessageDestinationLinkType createMessageDestinationLinkType()
          Create an instance of MessageDestinationLinkType
 MessageDestinationRefType createMessageDestinationRefType()
          Create an instance of MessageDestinationRefType
 MessageDestinationType createMessageDestinationType()
          Create an instance of MessageDestinationType
 MessageDestinationTypeType createMessageDestinationTypeType()
          Create an instance of MessageDestinationTypeType
 MessageDestinationUsageType createMessageDestinationUsageType()
          Create an instance of MessageDestinationUsageType
 ParamValueType createParamValueType()
          Create an instance of ParamValueType
 PathType createPathType()
          Create an instance of PathType
 PersistenceContextRefType createPersistenceContextRefType()
          Create an instance of PersistenceContextRefType
 PersistenceContextTypeType createPersistenceContextTypeType()
          Create an instance of PersistenceContextTypeType
 PersistenceUnitRefType createPersistenceUnitRefType()
          Create an instance of PersistenceUnitRefType
 PortComponentHandlerType createPortComponentHandlerType()
          Create an instance of PortComponentHandlerType
 PortComponentRefType createPortComponentRefType()
          Create an instance of PortComponentRefType
 PortComponentType createPortComponentType()
          Create an instance of PortComponentType
 PropertyType createPropertyType()
          Create an instance of PropertyType
 RemoteType createRemoteType()
          Create an instance of RemoteType
 ResAuthType createResAuthType()
          Create an instance of ResAuthType
 ResourceEnvRefType createResourceEnvRefType()
          Create an instance of ResourceEnvRefType
 ResourceRefType createResourceRefType()
          Create an instance of ResourceRefType
 ResSharingScopeType createResSharingScopeType()
          Create an instance of ResSharingScopeType
 RoleNameType createRoleNameType()
          Create an instance of RoleNameType
 RunAsType createRunAsType()
          Create an instance of RunAsType
 SecurityRoleRefType createSecurityRoleRefType()
          Create an instance of SecurityRoleRefType
 SecurityRoleType createSecurityRoleType()
          Create an instance of SecurityRoleType
 ServiceImplBeanType createServiceImplBeanType()
          Create an instance of ServiceImplBeanType
 ServiceRefHandlerChainsType createServiceRefHandlerChainsType()
          Create an instance of ServiceRefHandlerChainsType
 ServiceRefHandlerChainType createServiceRefHandlerChainType()
          Create an instance of ServiceRefHandlerChainType
 ServiceRefHandlerType createServiceRefHandlerType()
          Create an instance of ServiceRefHandlerType
 ServiceRefType createServiceRefType()
          Create an instance of ServiceRefType
 ServletLinkType createServletLinkType()
          Create an instance of ServletLinkType
 CString createString()
          Create an instance of CString
 TrueFalseType createTrueFalseType()
          Create an instance of TrueFalseType
 UrlPatternType createUrlPatternType()
          Create an instance of UrlPatternType
 WebserviceDescriptionType createWebserviceDescriptionType()
          Create an instance of WebserviceDescriptionType
 javax.xml.bind.JAXBElement<WebservicesType> createWebservices(WebservicesType value)
          Create an instance of JAXBElement<WebservicesType>}
 WebservicesType createWebservicesType()
          Create an instance of WebservicesType
 XsdAnyURIType createXsdAnyURIType()
          Create an instance of XsdAnyURIType
 XsdBooleanType createXsdBooleanType()
          Create an instance of XsdBooleanType
 XsdIntegerType createXsdIntegerType()
          Create an instance of XsdIntegerType
 XsdNMTOKENType createXsdNMTOKENType()
          Create an instance of XsdNMTOKENType
 XsdNonNegativeIntegerType createXsdNonNegativeIntegerType()
          Create an instance of XsdNonNegativeIntegerType
 XsdPositiveIntegerType createXsdPositiveIntegerType()
          Create an instance of XsdPositiveIntegerType
 XsdQNameType createXsdQNameType()
          Create an instance of XsdQNameType
 XsdStringType createXsdStringType()
          Create an instance of XsdStringType
 
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.apache.cxf.jaxws.javaee

Method Detail

createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType


createPersistenceContextRefType

public PersistenceContextRefType createPersistenceContextRefType()
Create an instance of PersistenceContextRefType


createDescriptionType

public DescriptionType createDescriptionType()
Create an instance of DescriptionType


createServletLinkType

public ServletLinkType createServletLinkType()
Create an instance of ServletLinkType


createEjbLinkType

public EjbLinkType createEjbLinkType()
Create an instance of EjbLinkType


createEnvEntryTypeValuesType

public EnvEntryTypeValuesType createEnvEntryTypeValuesType()
Create an instance of EnvEntryTypeValuesType


createResourceRefType

public ResourceRefType createResourceRefType()
Create an instance of ResourceRefType


createRunAsType

public RunAsType createRunAsType()
Create an instance of RunAsType


createPortComponentType

public PortComponentType createPortComponentType()
Create an instance of PortComponentType


createResAuthType

public ResAuthType createResAuthType()
Create an instance of ResAuthType


createXsdNMTOKENType

public XsdNMTOKENType createXsdNMTOKENType()
Create an instance of XsdNMTOKENType


createServiceRefHandlerChainType

public ServiceRefHandlerChainType createServiceRefHandlerChainType()
Create an instance of ServiceRefHandlerChainType


createLocalType

public LocalType createLocalType()
Create an instance of LocalType


createMessageDestinationLinkType

public MessageDestinationLinkType createMessageDestinationLinkType()
Create an instance of MessageDestinationLinkType


createHomeType

public HomeType createHomeType()
Create an instance of HomeType


createWebserviceDescriptionType

public WebserviceDescriptionType createWebserviceDescriptionType()
Create an instance of WebserviceDescriptionType


createServiceRefType

public ServiceRefType createServiceRefType()
Create an instance of ServiceRefType


createMessageDestinationUsageType

public MessageDestinationUsageType createMessageDestinationUsageType()
Create an instance of MessageDestinationUsageType


createRemoteType

public RemoteType createRemoteType()
Create an instance of RemoteType


createJndiNameType

public JndiNameType createJndiNameType()
Create an instance of JndiNameType


createXsdStringType

public XsdStringType createXsdStringType()
Create an instance of XsdStringType


createPortComponentRefType

public PortComponentRefType createPortComponentRefType()
Create an instance of PortComponentRefType


createUrlPatternType

public UrlPatternType createUrlPatternType()
Create an instance of UrlPatternType


createServiceImplBeanType

public ServiceImplBeanType createServiceImplBeanType()
Create an instance of ServiceImplBeanType


createServiceRefHandlerType

public ServiceRefHandlerType createServiceRefHandlerType()
Create an instance of ServiceRefHandlerType


createSecurityRoleType

public SecurityRoleType createSecurityRoleType()
Create an instance of SecurityRoleType


createJavaIdentifierType

public JavaIdentifierType createJavaIdentifierType()
Create an instance of JavaIdentifierType


createEnvEntryType

public EnvEntryType createEnvEntryType()
Create an instance of EnvEntryType


createJavaTypeType

public JavaTypeType createJavaTypeType()
Create an instance of JavaTypeType


createFullyQualifiedClassType

public FullyQualifiedClassType createFullyQualifiedClassType()
Create an instance of FullyQualifiedClassType


createResSharingScopeType

public ResSharingScopeType createResSharingScopeType()
Create an instance of ResSharingScopeType


createPortComponentHandlerType

public PortComponentHandlerType createPortComponentHandlerType()
Create an instance of PortComponentHandlerType


createDisplayNameType

public DisplayNameType createDisplayNameType()
Create an instance of DisplayNameType


createMessageDestinationRefType

public MessageDestinationRefType createMessageDestinationRefType()
Create an instance of MessageDestinationRefType


createEjbRefTypeType

public EjbRefTypeType createEjbRefTypeType()
Create an instance of EjbRefTypeType


createPathType

public PathType createPathType()
Create an instance of PathType


createMessageDestinationType

public MessageDestinationType createMessageDestinationType()
Create an instance of MessageDestinationType


createXsdNonNegativeIntegerType

public XsdNonNegativeIntegerType createXsdNonNegativeIntegerType()
Create an instance of XsdNonNegativeIntegerType


createString

public CString createString()
Create an instance of CString


createXsdQNameType

public XsdQNameType createXsdQNameType()
Create an instance of XsdQNameType


createLifecycleCallbackType

public LifecycleCallbackType createLifecycleCallbackType()
Create an instance of LifecycleCallbackType


createListenerType

public ListenerType createListenerType()
Create an instance of ListenerType


createPersistenceUnitRefType

public PersistenceUnitRefType createPersistenceUnitRefType()
Create an instance of PersistenceUnitRefType


createHandlerChainType

public HandlerChainType createHandlerChainType()
Create an instance of HandlerChainType


createInjectionTargetType

public InjectionTargetType createInjectionTargetType()
Create an instance of InjectionTargetType


createIconType

public IconType createIconType()
Create an instance of IconType


createHandlerChainsType

public HandlerChainsType createHandlerChainsType()
Create an instance of HandlerChainsType


createResourceEnvRefType

public ResourceEnvRefType createResourceEnvRefType()
Create an instance of ResourceEnvRefType


createRoleNameType

public RoleNameType createRoleNameType()
Create an instance of RoleNameType


createWebservicesType

public WebservicesType createWebservicesType()
Create an instance of WebservicesType


createEjbRefType

public EjbRefType createEjbRefType()
Create an instance of EjbRefType


createXsdBooleanType

public XsdBooleanType createXsdBooleanType()
Create an instance of XsdBooleanType


createXsdPositiveIntegerType

public XsdPositiveIntegerType createXsdPositiveIntegerType()
Create an instance of XsdPositiveIntegerType


createEjbRefNameType

public EjbRefNameType createEjbRefNameType()
Create an instance of EjbRefNameType


createTrueFalseType

public TrueFalseType createTrueFalseType()
Create an instance of TrueFalseType


createXsdAnyURIType

public XsdAnyURIType createXsdAnyURIType()
Create an instance of XsdAnyURIType


createPersistenceContextTypeType

public PersistenceContextTypeType createPersistenceContextTypeType()
Create an instance of PersistenceContextTypeType


createMessageDestinationTypeType

public MessageDestinationTypeType createMessageDestinationTypeType()
Create an instance of MessageDestinationTypeType


createXsdIntegerType

public XsdIntegerType createXsdIntegerType()
Create an instance of XsdIntegerType


createEjbLocalRefType

public EjbLocalRefType createEjbLocalRefType()
Create an instance of EjbLocalRefType


createParamValueType

public ParamValueType createParamValueType()
Create an instance of ParamValueType


createLocalHomeType

public LocalHomeType createLocalHomeType()
Create an instance of LocalHomeType


createServiceRefHandlerChainsType

public ServiceRefHandlerChainsType createServiceRefHandlerChainsType()
Create an instance of ServiceRefHandlerChainsType


createEmptyType

public EmptyType createEmptyType()
Create an instance of EmptyType


createSecurityRoleRefType

public SecurityRoleRefType createSecurityRoleRefType()
Create an instance of SecurityRoleRefType


createGenericBooleanType

public GenericBooleanType createGenericBooleanType()
Create an instance of GenericBooleanType


createHandlerChains

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


createWebservices

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


Apache CXF API

Apache CXF