org.apache.openejb.jee.was.v6.commonbnd
Class ObjectFactory

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.commonbnd.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.openejb.jee.was.v6.commonbnd 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.openejb.jee.was.v6.commonbnd
 
Method Summary
 AbstractAuthData createAbstractAuthData()
          Create an instance of AbstractAuthData
 javax.xml.bind.JAXBElement<AbstractAuthData> createAbstractAuthData(AbstractAuthData value)
          Create an instance of JAXBElement< AbstractAuthData>
 BasicAuthData createBasicAuthData()
          Create an instance of BasicAuthData
 javax.xml.bind.JAXBElement<BasicAuthData> createBasicAuthData(BasicAuthData value)
          Create an instance of JAXBElement<BasicAuthData >
 EjbRefBinding createEjbRefBinding()
          Create an instance of EjbRefBinding
 javax.xml.bind.JAXBElement<EjbRefBinding> createEjbRefBinding(EjbRefBinding value)
          Create an instance of JAXBElement<EjbRefBinding >
 MessageDestinationRefBinding createMessageDestinationRefBinding()
          Create an instance of MessageDestinationRefBinding
 javax.xml.bind.JAXBElement<MessageDestinationRefBinding> createMessageDestinationRefBinding(MessageDestinationRefBinding value)
          Create an instance of JAXBElement< MessageDestinationRefBinding>
 Property createProperty()
          Create an instance of Property
 javax.xml.bind.JAXBElement<Property> createProperty(Property value)
          Create an instance of JAXBElement<Property>
 ResourceEnvRefBinding createResourceEnvRefBinding()
          Create an instance of ResourceEnvRefBinding
 javax.xml.bind.JAXBElement<ResourceEnvRefBinding> createResourceEnvRefBinding(ResourceEnvRefBinding value)
          Create an instance of JAXBElement< ResourceEnvRefBinding>
 ResourceRefBinding createResourceRefBinding()
          Create an instance of ResourceRefBinding
 javax.xml.bind.JAXBElement<ResourceRefBinding> createResourceRefBinding(ResourceRefBinding value)
          Create an instance of JAXBElement< ResourceRefBinding>
 
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.openejb.jee.was.v6.commonbnd

Method Detail

createResourceEnvRefBinding

public ResourceEnvRefBinding createResourceEnvRefBinding()
Create an instance of ResourceEnvRefBinding


createBasicAuthData

public BasicAuthData createBasicAuthData()
Create an instance of BasicAuthData


createMessageDestinationRefBinding

public MessageDestinationRefBinding createMessageDestinationRefBinding()
Create an instance of MessageDestinationRefBinding


createAbstractAuthData

public AbstractAuthData createAbstractAuthData()
Create an instance of AbstractAuthData


createProperty

public Property createProperty()
Create an instance of Property


createResourceRefBinding

public ResourceRefBinding createResourceRefBinding()
Create an instance of ResourceRefBinding


createEjbRefBinding

public EjbRefBinding createEjbRefBinding()
Create an instance of EjbRefBinding


createProperty

public javax.xml.bind.JAXBElement<Property> createProperty(Property value)
Create an instance of JAXBElement<Property>


createAbstractAuthData

public javax.xml.bind.JAXBElement<AbstractAuthData> createAbstractAuthData(AbstractAuthData value)
Create an instance of JAXBElement< AbstractAuthData>


createResourceEnvRefBinding

public javax.xml.bind.JAXBElement<ResourceEnvRefBinding> createResourceEnvRefBinding(ResourceEnvRefBinding value)
Create an instance of JAXBElement< ResourceEnvRefBinding>


createResourceRefBinding

public javax.xml.bind.JAXBElement<ResourceRefBinding> createResourceRefBinding(ResourceRefBinding value)
Create an instance of JAXBElement< ResourceRefBinding>


createBasicAuthData

public javax.xml.bind.JAXBElement<BasicAuthData> createBasicAuthData(BasicAuthData value)
Create an instance of JAXBElement<BasicAuthData >


createMessageDestinationRefBinding

public javax.xml.bind.JAXBElement<MessageDestinationRefBinding> createMessageDestinationRefBinding(MessageDestinationRefBinding value)
Create an instance of JAXBElement< MessageDestinationRefBinding>


createEjbRefBinding

public javax.xml.bind.JAXBElement<EjbRefBinding> createEjbRefBinding(EjbRefBinding value)
Create an instance of JAXBElement<EjbRefBinding >



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.