public class ObjectFactory
extends java.lang.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:
telecom.sudparis.eu.paas.core.server.xml.application
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<ApplicationType> |
createApplication(ApplicationType value)
|
ApplicationType |
createApplicationType()
Create an instance of
ApplicationType |
ConfigurationType |
createConfigurationType()
Create an instance of
ConfigurationType |
DeployableType |
createDeployableType()
Create an instance of
DeployableType |
EntryType |
createEntryType()
Create an instance of
EntryType |
EnvironmentType |
createEnvironmentType()
Create an instance of
EnvironmentType |
InstancesType |
createInstancesType()
Create an instance of
InstancesType |
InstanceType |
createInstanceType()
Create an instance of
InstanceType |
LinksListType |
createLinksListType()
Create an instance of
LinksListType |
LinkType |
createLinkType()
Create an instance of
LinkType |
UrisType |
createUrisType()
Create an instance of
UrisType |
public ObjectFactory()
public ApplicationType createApplicationType()
ApplicationType
public InstancesType createInstancesType()
InstancesType
public ConfigurationType createConfigurationType()
ConfigurationType
public DeployableType createDeployableType()
DeployableType
public LinksListType createLinksListType()
LinksListType
public InstanceType createInstanceType()
InstanceType
public EnvironmentType createEnvironmentType()
EnvironmentType
public javax.xml.bind.JAXBElement<ApplicationType> createApplication(ApplicationType value)