public class ObjectFactory extends Object
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.
| Type | Property and Description |
|---|---|
Property |
create
Create an instance of
Property |
| 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.commonbnd
|
Propertypublic ObjectFactory()
public ResourceEnvRefBinding createResourceEnvRefBinding()
ResourceEnvRefBindingpublic BasicAuthData createBasicAuthData()
BasicAuthDatapublic MessageDestinationRefBinding createMessageDestinationRefBinding()
MessageDestinationRefBindingpublic AbstractAuthData createAbstractAuthData()
AbstractAuthDatapublic ResourceRefBinding createResourceRefBinding()
ResourceRefBindingpublic EjbRefBinding createEjbRefBinding()
EjbRefBindingpublic JAXBElement<Property> createProperty(Property value)
public JAXBElement<AbstractAuthData> createAbstractAuthData(AbstractAuthData value)
public JAXBElement<ResourceEnvRefBinding> createResourceEnvRefBinding(ResourceEnvRefBinding value)
public JAXBElement<ResourceRefBinding> createResourceRefBinding(ResourceRefBinding value)
public JAXBElement<BasicAuthData> createBasicAuthData(BasicAuthData value)
public JAXBElement<MessageDestinationRefBinding> createMessageDestinationRefBinding(MessageDestinationRefBinding value)
public JAXBElement<EjbRefBinding> createEjbRefBinding(EjbRefBinding value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.