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 |
|---|---|
Scan.Exclude.IfSystemProperty |
createScanExcludeIfSystem
Create an instance of
Scan.Exclude.IfSystemProperty |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jcp.xmlns.xml.ns.javaee
|
| Modifier and Type | Method and Description |
|---|---|
Alternatives |
createAlternatives()
Create an instance of
Alternatives |
JAXBElement<String> |
createAlternativesClass(String value)
|
JAXBElement<String> |
createAlternativesStereotype(String value)
|
Beans |
createBeans()
Create an instance of
Beans |
Decorators |
createDecorators()
Create an instance of
Decorators |
Interceptors |
createInterceptors()
Create an instance of
Interceptors |
Scan |
createScan()
Create an instance of
Scan |
Scan.Exclude |
createScanExclude()
Create an instance of
Scan.Exclude |
Scan.Exclude.IfClassAvailable |
createScanExcludeIfClassAvailable()
Create an instance of
Scan.Exclude.IfClassAvailable |
Scan.Exclude.IfClassNotAvailable |
createScanExcludeIfClassNotAvailable()
Create an instance of
Scan.Exclude.IfClassNotAvailable |
Scan.Exclude.IfSystemProperty |
createScanExcludeIfSystemProperty()
Create an instance of
Scan.Exclude.IfSystemProperty |
public Scan.Exclude.IfSystemProperty createScanExcludeIfSystemProperty
Scan.Exclude.IfSystemPropertypublic ObjectFactory()
public Scan.Exclude createScanExclude()
Scan.Excludepublic Decorators createDecorators()
Decoratorspublic Interceptors createInterceptors()
Interceptorspublic Alternatives createAlternatives()
Alternativespublic Scan.Exclude.IfClassAvailable createScanExcludeIfClassAvailable()
Scan.Exclude.IfClassAvailablepublic Scan.Exclude.IfClassNotAvailable createScanExcludeIfClassNotAvailable()
Scan.Exclude.IfClassNotAvailablepublic Scan.Exclude.IfSystemProperty createScanExcludeIfSystemProperty()
Scan.Exclude.IfSystemPropertypublic JAXBElement<String> createAlternativesStereotype(String value)
public JAXBElement<String> createAlternativesClass(String value)
Copyright © 2015 buschmais GbR. All rights reserved.