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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.jbi.management.descriptor
|
public ObjectFactory()
public Connection createConnection()
Connectionpublic ServiceUnit createServiceUnit()
ServiceUnitpublic Identification createIdentification()
Identificationpublic ComponentClassName createComponentClassName()
ComponentClassNamepublic Component.SharedLibrary createComponentSharedLibrary()
Component.SharedLibrarypublic ServiceAssembly createServiceAssembly()
ServiceAssemblypublic Connections createConnections()
Connectionspublic Jbi.SharedLibrary createJbiSharedLibrary()
Jbi.SharedLibrarypublic JAXBElement<String> createPathElement(String value)
public JAXBElement<String> createArtifactsZip(String value)
public JAXBElement<ClassPath> createSharedLibraryClassPath(ClassPath value)
public JAXBElement<String> createComponentName(String value)
public JAXBElement<String> createDescription(String value)
public JAXBElement<String> createName(String value)
public JAXBElement<String> createBootstrapClassName(String value)
public JAXBElement<ClassPath> createBootstrapClassPath(ClassPath value)
public JAXBElement<ClassPath> createComponentClassPath(ClassPath value)
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.