Apache CXF API

Uses of Class
org.apache.cxf.management.JMXConnectorPolicyType

Packages that use JMXConnectorPolicyType
org.apache.cxf.management   
org.apache.cxf.management.jmx   
 

Uses of JMXConnectorPolicyType in org.apache.cxf.management
 

Methods in org.apache.cxf.management that return JMXConnectorPolicyType
 JMXConnectorPolicyType ObjectFactory.createJMXConnectorPolicyType()
          Create an instance of JMXConnectorPolicyType
 

Methods in org.apache.cxf.management that return types with arguments of type JMXConnectorPolicyType
 javax.xml.bind.JAXBElement<JMXConnectorPolicyType> ObjectFactory.createJMXConnectorPolicy(JMXConnectorPolicyType value)
          Create an instance of JAXBElement<JMXConnectorPolicyType>}
 

Methods in org.apache.cxf.management with parameters of type JMXConnectorPolicyType
 javax.xml.bind.JAXBElement<JMXConnectorPolicyType> ObjectFactory.createJMXConnectorPolicy(JMXConnectorPolicyType value)
          Create an instance of JAXBElement<JMXConnectorPolicyType>}
 

Uses of JMXConnectorPolicyType in org.apache.cxf.management.jmx
 

Subclasses of JMXConnectorPolicyType in org.apache.cxf.management.jmx
 class InstrumentationManagerImpl
          The manager class for the JMXManagedComponent which hosts the JMXManagedComponents.
 


Apache CXF API

Apache CXF