com.sun.xml.ws.config.metro.parser.jsr109
Class ObjectFactory

java.lang.Object
  extended by com.sun.xml.ws.config.metro.parser.jsr109.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.xml.ws.config.metro.parser.jsr109 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: com.sun.xml.ws.config.metro.parser.jsr109
 
Method Summary
 AddressingResponsesType createAddressingResponsesType()
          Create an instance of AddressingResponsesType
 AddressingType createAddressingType()
          Create an instance of AddressingType
 DataSourceType createDataSourceType()
          Create an instance of DataSourceType
 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
 HandlerChainsType createHandlerChainsType()
          Create an instance of HandlerChainsType
 HandlerChainType createHandlerChainType()
          Create an instance of HandlerChainType
 HandlerType createHandlerType()
          Create an instance of HandlerType
 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
 JdbcUrlType createJdbcUrlType()
          Create an instance of JdbcUrlType
 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
 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
 RespectBindingType createRespectBindingType()
          Create an instance of RespectBindingType
 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
 ServiceRefType createServiceRefType()
          Create an instance of ServiceRefType
 ServletLinkType createServletLinkType()
          Create an instance of ServletLinkType
 String createString()
          Create an instance of String
 TrueFalseType createTrueFalseType()
          Create an instance of TrueFalseType
 UrlPatternType createUrlPatternType()
          Create an instance of UrlPatternType
 WebserviceDescriptionType createWebserviceDescriptionType()
          Create an instance of WebserviceDescriptionType
 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: com.sun.xml.ws.config.metro.parser.jsr109

Method Detail

createWebservicesType

public WebservicesType createWebservicesType()
Create an instance of WebservicesType


createTrueFalseType

public TrueFalseType createTrueFalseType()
Create an instance of TrueFalseType


createLocalHomeType

public LocalHomeType createLocalHomeType()
Create an instance of LocalHomeType


createPortComponentType

public PortComponentType createPortComponentType()
Create an instance of PortComponentType


createMessageDestinationLinkType

public MessageDestinationLinkType createMessageDestinationLinkType()
Create an instance of MessageDestinationLinkType


createPersistenceContextTypeType

public PersistenceContextTypeType createPersistenceContextTypeType()
Create an instance of PersistenceContextTypeType


createListenerType

public ListenerType createListenerType()
Create an instance of ListenerType


createResAuthType

public ResAuthType createResAuthType()
Create an instance of ResAuthType


createInjectionTargetType

public InjectionTargetType createInjectionTargetType()
Create an instance of InjectionTargetType


createHandlerChainType

public HandlerChainType createHandlerChainType()
Create an instance of HandlerChainType


createRoleNameType

public RoleNameType createRoleNameType()
Create an instance of RoleNameType


createIconType

public IconType createIconType()
Create an instance of IconType


createResSharingScopeType

public ResSharingScopeType createResSharingScopeType()
Create an instance of ResSharingScopeType


createSecurityRoleType

public SecurityRoleType createSecurityRoleType()
Create an instance of SecurityRoleType


createWebserviceDescriptionType

public WebserviceDescriptionType createWebserviceDescriptionType()
Create an instance of WebserviceDescriptionType


createEjbLocalRefType

public EjbLocalRefType createEjbLocalRefType()
Create an instance of EjbLocalRefType


createResourceEnvRefType

public ResourceEnvRefType createResourceEnvRefType()
Create an instance of ResourceEnvRefType


createXsdNMTOKENType

public XsdNMTOKENType createXsdNMTOKENType()
Create an instance of XsdNMTOKENType


createDescriptionType

public DescriptionType createDescriptionType()
Create an instance of DescriptionType


createJavaIdentifierType

public JavaIdentifierType createJavaIdentifierType()
Create an instance of JavaIdentifierType


createHandlerType

public HandlerType createHandlerType()
Create an instance of HandlerType


createAddressingResponsesType

public AddressingResponsesType createAddressingResponsesType()
Create an instance of AddressingResponsesType


createHomeType

public HomeType createHomeType()
Create an instance of HomeType


createXsdBooleanType

public XsdBooleanType createXsdBooleanType()
Create an instance of XsdBooleanType


createEnvEntryType

public EnvEntryType createEnvEntryType()
Create an instance of EnvEntryType


createDataSourceType

public DataSourceType createDataSourceType()
Create an instance of DataSourceType


createJndiNameType

public JndiNameType createJndiNameType()
Create an instance of JndiNameType


createPortComponentRefType

public PortComponentRefType createPortComponentRefType()
Create an instance of PortComponentRefType


createMessageDestinationRefType

public MessageDestinationRefType createMessageDestinationRefType()
Create an instance of MessageDestinationRefType


createMessageDestinationTypeType

public MessageDestinationTypeType createMessageDestinationTypeType()
Create an instance of MessageDestinationTypeType


createEjbRefNameType

public EjbRefNameType createEjbRefNameType()
Create an instance of EjbRefNameType


createJdbcUrlType

public JdbcUrlType createJdbcUrlType()
Create an instance of JdbcUrlType


createEjbRefType

public EjbRefType createEjbRefType()
Create an instance of EjbRefType


createMessageDestinationType

public MessageDestinationType createMessageDestinationType()
Create an instance of MessageDestinationType


createXsdQNameType

public XsdQNameType createXsdQNameType()
Create an instance of XsdQNameType


createPersistenceUnitRefType

public PersistenceUnitRefType createPersistenceUnitRefType()
Create an instance of PersistenceUnitRefType


createJavaTypeType

public JavaTypeType createJavaTypeType()
Create an instance of JavaTypeType


createXsdAnyURIType

public XsdAnyURIType createXsdAnyURIType()
Create an instance of XsdAnyURIType


createEjbRefTypeType

public EjbRefTypeType createEjbRefTypeType()
Create an instance of EjbRefTypeType


createEjbLinkType

public EjbLinkType createEjbLinkType()
Create an instance of EjbLinkType


createServiceRefType

public ServiceRefType createServiceRefType()
Create an instance of ServiceRefType


createRunAsType

public RunAsType createRunAsType()
Create an instance of RunAsType


createUrlPatternType

public UrlPatternType createUrlPatternType()
Create an instance of UrlPatternType


createHandlerChainsType

public HandlerChainsType createHandlerChainsType()
Create an instance of HandlerChainsType


createServiceImplBeanType

public ServiceImplBeanType createServiceImplBeanType()
Create an instance of ServiceImplBeanType


createLocalType

public LocalType createLocalType()
Create an instance of LocalType


createPersistenceContextRefType

public PersistenceContextRefType createPersistenceContextRefType()
Create an instance of PersistenceContextRefType


createEmptyType

public EmptyType createEmptyType()
Create an instance of EmptyType


createDisplayNameType

public DisplayNameType createDisplayNameType()
Create an instance of DisplayNameType


createResourceRefType

public ResourceRefType createResourceRefType()
Create an instance of ResourceRefType


createXsdIntegerType

public XsdIntegerType createXsdIntegerType()
Create an instance of XsdIntegerType


createServletLinkType

public ServletLinkType createServletLinkType()
Create an instance of ServletLinkType


createLifecycleCallbackType

public LifecycleCallbackType createLifecycleCallbackType()
Create an instance of LifecycleCallbackType


createRemoteType

public RemoteType createRemoteType()
Create an instance of RemoteType


createSecurityRoleRefType

public SecurityRoleRefType createSecurityRoleRefType()
Create an instance of SecurityRoleRefType


createMessageDestinationUsageType

public MessageDestinationUsageType createMessageDestinationUsageType()
Create an instance of MessageDestinationUsageType


createFullyQualifiedClassType

public FullyQualifiedClassType createFullyQualifiedClassType()
Create an instance of FullyQualifiedClassType


createGenericBooleanType

public GenericBooleanType createGenericBooleanType()
Create an instance of GenericBooleanType


createPathType

public PathType createPathType()
Create an instance of PathType


createXsdStringType

public XsdStringType createXsdStringType()
Create an instance of XsdStringType


createAddressingType

public AddressingType createAddressingType()
Create an instance of AddressingType


createParamValueType

public ParamValueType createParamValueType()
Create an instance of ParamValueType


createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType


createEnvEntryTypeValuesType

public EnvEntryTypeValuesType createEnvEntryTypeValuesType()
Create an instance of EnvEntryTypeValuesType


createString

public String createString()
Create an instance of String


createRespectBindingType

public RespectBindingType createRespectBindingType()
Create an instance of RespectBindingType


createXsdNonNegativeIntegerType

public XsdNonNegativeIntegerType createXsdNonNegativeIntegerType()
Create an instance of XsdNonNegativeIntegerType


createXsdPositiveIntegerType

public XsdPositiveIntegerType createXsdPositiveIntegerType()
Create an instance of XsdPositiveIntegerType


createWebservices

public JAXBElement<WebservicesType> createWebservices(WebservicesType value)
Create an instance of JAXBElement<WebservicesType>}



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.