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
-
createFaultInjection
Create an instance ofFaultInjection -
createAccount
-
createAccounts
-
createParameter
-
createParameters
Create an instance ofParameters -
createOutput
-
createOutputs
-
createDNSConfigurator
Create an instance ofDNSConfigurator -
createDNSConfigurators
Create an instance ofDNSConfigurators -
createHost
-
createHosts
-
createCertificate
Create an instance ofCertificate -
createCertificates
Create an instance ofCertificates -
createOutputReference
Create an instance ofOutputReference -
createOutputReferences
Create an instance ofOutputReferences -
createDomain
-
createDomains
-
createMetrics
-
createTraces
-
createLogs
-
createOpenTelemetry
Create an instance ofOpenTelemetry -
createConfiguration
Create an instance ofConfiguration
-