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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.rhq.core.clientapi.descriptor.plugin
|
public ObjectFactory()
public ServerDescriptor createServerDescriptor()
ServerDescriptorpublic SubCategoryDescriptor createSubCategoryDescriptor()
SubCategoryDescriptorpublic PlatformDescriptor createPlatformDescriptor()
PlatformDescriptorpublic PluginDescriptor.Depends createPluginDescriptorDepends()
PluginDescriptor.Dependspublic BundleTargetDescriptor createBundleTargetDescriptor()
BundleTargetDescriptorpublic DriftIncludesDescriptor createDriftIncludesDescriptor()
DriftIncludesDescriptorpublic ParentResourceType createParentResourceType()
ParentResourceTypepublic RunsInsideType createRunsInsideType()
RunsInsideTypepublic PluginDescriptor createPluginDescriptor()
PluginDescriptorpublic EventDescriptor createEventDescriptor()
EventDescriptorpublic ProcessScanDescriptor createProcessScanDescriptor()
ProcessScanDescriptorpublic OperationDescriptor createOperationDescriptor()
OperationDescriptorpublic DriftDescriptor createDriftDescriptor()
DriftDescriptorpublic ResourceDescriptor.Subcategories createResourceDescriptorSubcategories()
ResourceDescriptor.Subcategoriespublic DriftExcludesDescriptor createDriftExcludesDescriptor()
DriftExcludesDescriptorpublic ContentDescriptor createContentDescriptor()
ContentDescriptorpublic MetricDescriptor createMetricDescriptor()
MetricDescriptorpublic DriftDescriptor.Basedir createDriftDescriptorBasedir()
DriftDescriptor.Basedirpublic ServiceDescriptor createServiceDescriptor()
ServiceDescriptorpublic BundleTargetDescriptor.DestinationBaseDir createBundleTargetDescriptorDestinationBaseDir()
BundleTargetDescriptor.DestinationBaseDirpublic DriftFilterDescriptor createDriftFilterDescriptor()
DriftFilterDescriptorpublic JAXBElement<ServerDescriptor> createServer(ServerDescriptor value)
public JAXBElement<ResourceDescriptor> createResource(ResourceDescriptor value)
public JAXBElement<ServiceDescriptor> createService(ServiceDescriptor value)
public JAXBElement<SubCategoryDescriptor> createSubcategory(SubCategoryDescriptor value)
public JAXBElement<PlatformDescriptor> createPlatform(PlatformDescriptor value)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.