Class ObjectFactory
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.xml.domaininfo.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.enterprise.admin.servermgmt.xml.domaininfo 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.enterprise.admin.servermgmt.xml.domaininfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainInfocreateDomainInfo()Create an instance ofDomainInfojakarta.xml.bind.JAXBElement<DomainInfo>createDomainInfo(DomainInfo value)jakarta.xml.bind.JAXBElement<TemplateInfo>createDomainTemplateInfo(TemplateInfo value)TemplateInfocreateTemplateInfo()Create an instance ofTemplateInfoTemplateRefcreateTemplateRef()Create an instance ofTemplateRef
-
-
-
Method Detail
-
createDomainInfo
public DomainInfo createDomainInfo()
Create an instance ofDomainInfo
-
createTemplateRef
public TemplateRef createTemplateRef()
Create an instance ofTemplateRef
-
createTemplateInfo
public TemplateInfo createTemplateInfo()
Create an instance ofTemplateInfo
-
createDomainInfo
public jakarta.xml.bind.JAXBElement<DomainInfo> createDomainInfo(DomainInfo value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DomainInfo>
-
createDomainTemplateInfo
public jakarta.xml.bind.JAXBElement<TemplateInfo> createDomainTemplateInfo(TemplateInfo value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TemplateInfo>
-
-