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