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 RunsInsideType createRunsInsideType()
RunsInsideTypepublic DriftExcludesDescriptor createDriftExcludesDescriptor()
DriftExcludesDescriptorpublic ServiceDescriptor createServiceDescriptor()
ServiceDescriptorpublic MetricDescriptor createMetricDescriptor()
MetricDescriptorpublic OperationDescriptor createOperationDescriptor()
OperationDescriptorpublic PluginDescriptor createPluginDescriptor()
PluginDescriptorpublic ServerDescriptor createServerDescriptor()
ServerDescriptorpublic DiscoveryTypeCallbackType createDiscoveryTypeCallbackType()
DiscoveryTypeCallbackTypepublic PlatformDescriptor createPlatformDescriptor()
PlatformDescriptorpublic SubCategoryDescriptor createSubCategoryDescriptor()
SubCategoryDescriptorpublic DriftIncludesDescriptor createDriftIncludesDescriptor()
DriftIncludesDescriptorpublic ContentDescriptor createContentDescriptor()
ContentDescriptorpublic BundleTargetDescriptor createBundleTargetDescriptor()
BundleTargetDescriptorpublic DiscoveryCallbacksType createDiscoveryCallbacksType()
DiscoveryCallbacksTypepublic EventDescriptor createEventDescriptor()
EventDescriptorpublic DriftDescriptor createDriftDescriptor()
DriftDescriptorpublic PluginDescriptor.Depends createPluginDescriptorDepends()
PluginDescriptor.Dependspublic ProcessScanDescriptor createProcessScanDescriptor()
ProcessScanDescriptorpublic ParentResourceType createParentResourceType()
ParentResourceTypepublic BundleTargetDescriptor.DestinationBaseDir createBundleTargetDescriptorDestinationBaseDir()
BundleTargetDescriptor.DestinationBaseDirpublic DriftFilterDescriptor createDriftFilterDescriptor()
DriftFilterDescriptorpublic ResourceDescriptor.Subcategories createResourceDescriptorSubcategories()
ResourceDescriptor.Subcategoriespublic DriftDescriptor.Basedir createDriftDescriptorBasedir()
DriftDescriptor.Basedirpublic JAXBElement<DiscoveryCallbacksType> createDiscoveryCallbacks(DiscoveryCallbacksType value)
public JAXBElement<ServerDescriptor> createServer(ServerDescriptor value)
public JAXBElement<ServiceDescriptor> createService(ServiceDescriptor value)
public JAXBElement<ResourceDescriptor> createResource(ResourceDescriptor value)
public JAXBElement<SubCategoryDescriptor> createSubcategory(SubCategoryDescriptor value)
public JAXBElement<PlatformDescriptor> createPlatform(PlatformDescriptor value)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.