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: net.openesb.standalone.naming.jaxb
|
| Modifier and Type | Method and Description |
|---|---|
Context |
createContext()
Create an instance of
Context |
JAXBElement<Context> |
createContext(Context value)
|
DataSourcePoolProperties |
createDataSourcePoolProperties()
Create an instance of
DataSourcePoolProperties |
DataSourceProperties |
createDataSourceProperties()
Create an instance of
DataSourceProperties |
JDBCResource |
createJDBCResource()
Create an instance of
JDBCResource |
PoolProperties |
createPoolProperties()
Create an instance of
PoolProperties |
Property |
createProperty()
Create an instance of
Property |
JAXBElement<String> |
createPropertyDescription(String value)
|
JAXBElement<String> |
createPropertyName(String value)
|
JAXBElement<String> |
createPropertyValue(String value)
|
Propertypublic ObjectFactory()
public JDBCResource createJDBCResource()
JDBCResourcepublic PoolProperties createPoolProperties()
PoolPropertiespublic DataSourceProperties createDataSourceProperties()
DataSourcePropertiespublic DataSourcePoolProperties createDataSourcePoolProperties()
DataSourcePoolPropertiespublic JAXBElement<Context> createContext(Context value)
public JAXBElement<String> createPropertyValue(String value)
public JAXBElement<String> createPropertyDescription(String value)
public JAXBElement<String> createPropertyName(String value)
Copyright © 2011-2015 OpenESB Community. All Rights Reserved.