Class ObjectFactory
java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.io7m.certusine.vanilla.internal.jaxb 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.io7m.certusine.vanilla.internal.jaxb -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAccountCreate an instance ofAccountsCreate an instance ofCertificateCreate an instance ofCertificatesCreate an instance ofConfigurationCreate an instance ofDNSConfiguratorCreate an instance ofDNSConfiguratorsCreate an instance ofDomainCreate an instance ofDomainsCreate an instance ofFaultInjectionCreate an instance ofHostCreate an instance ofHostsCreate an instance ofLogsCreate an instance ofMetricsCreate an instance ofOpenTelemetryCreate an instance ofOptionsCreate an instance ofOutputCreate an instance ofOutputReferenceCreate an instance ofOutputReferencesCreate an instance ofOutputsCreate an instance ofParameterCreate an instance ofParametersCreate an instance ofTraces
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.io7m.certusine.vanilla.internal.jaxb
-
-
Method Details
-
createOptions
Create an instance ofOptions -
createFaultInjection
Create an instance ofFaultInjection -
createAccount
Create an instance ofAccount -
createAccounts
Create an instance ofAccounts -
createParameter
Create an instance ofParameter -
createParameters
Create an instance ofParameters -
createOutput
Create an instance ofOutput -
createOutputs
Create an instance ofOutputs -
createDNSConfigurator
Create an instance ofDNSConfigurator -
createDNSConfigurators
Create an instance ofDNSConfigurators -
createHost
Create an instance ofHost -
createHosts
Create an instance ofHosts -
createCertificate
Create an instance ofCertificate -
createCertificates
Create an instance ofCertificates -
createOutputReference
Create an instance ofOutputReference -
createOutputReferences
Create an instance ofOutputReferences -
createDomain
Create an instance ofDomain -
createDomains
Create an instance ofDomains -
createMetrics
Create an instance ofMetrics -
createTraces
Create an instance ofTraces -
createLogs
Create an instance ofLogs -
createOpenTelemetry
Create an instance ofOpenTelemetry -
createConfiguration
Create an instance ofConfiguration
-