Package org.jboss.net.jmx.adaptor

The JMX connector exports the JMX API as a web-service itself.

See:
          Description

Interface Summary
RemoteAdaptor (src) Remote Interface for the server side Adaptor which is nearly the same as the MBeanServer Interface but has an additional RemoteException.
 

Class Summary
AttributeDeser (src) An AttributeDeser is be used to deserialize Attribute objects using the SOAP-ENC encoding style.
AttributeDeserFactory (src) An AttributeDeserFactory Factory
AttributeSer (src) An AttributeSer is be used to serialize Attribute objects using the SOAP-ENC encoding style.
AttributeSerFactory (src) An AttributeSerFactory Factory
MBeanAttributeInfoDeser (src) An MBeanAttributeInfoDeser is be used to deserialize MBeanAttributeInfo using the SOAP-ENC encoding style.
MBeanAttributeInfoDeserFactory (src) MBeanAttributeInfo Deserializer Factory
MBeanAttributeInfoSer (src) An MBeanAttributeInfoSer is be used to serialize MBeanAttributeInfo using the SOAP-ENC encoding style.
MBeanAttributeInfoSerFactory (src) MBeanAttributeInfo Serializer Factory
MBeanConstructorInfoDeser (src) An MBeanConstructorInfoDeser is be used to deserialize MBeanConstructorInfo using the SOAP-ENC encoding style.
MBeanConstructorInfoDeserFactory (src) MBeanConstructorInfo Deserializer Factory
MBeanConstructorInfoSer (src) An MBeanConstructorInfoSer is be used to serialize MBeanConstructorInfo using the SOAP-ENC encoding style.
MBeanConstructorInfoSerFactory (src) MBeanConstructorInfo Serializer Factory
MBeanInfoDeser (src) An MBeanInfoDeser is be used to deserialize MBeanInfo using the SOAP-ENC encoding style.
MBeanInfoDeserFactory (src) MBeanInfo Deserializer Factory
MBeanInfoSer (src) An MBeanInfoSer is be used to serialize MBeanInfo using the SOAP-ENC encoding style.
MBeanInfoSerFactory (src) MBeanInfo Serializer Factory
MBeanNotificationInfoDeser (src) An MBeanNotificationInfoDeser is be used to deserialize MBeanNotificationInfo using the SOAP-ENC encoding style.
MBeanNotificationInfoDeserFactory (src) MBeanNotificationInfo Deserializer Factory
MBeanNotificationInfoSer (src) An MBeanNotificationInfoSer is be used to serialize MBeanNotificationInfo using the SOAP-ENC encoding style.
MBeanNotificationInfoSerFactory (src) MBeanNotificationInfo Serializer Factory
MBeanOperationInfoDeser (src) An MBeanOperationInfoDeser is be used to deserialize MBeanOperationInfo using the SOAP-ENC encoding style.
MBeanOperationInfoDeserFactory (src) MBeanOperationInfo Deserializer Factory
MBeanOperationInfoSer (src) An MBeanOperationInfoSer is be used to serialize MBeanOperationInfo using the SOAP-ENC encoding style.
MBeanOperationInfoSerFactory (src) MBeanOperationInfo Serializer Factory
MBeanParameterInfoDeser (src) An MBeanParameterInfoDeser is be used to deserialize MBeanParameterInfo using the SOAP-ENC encoding style.
MBeanParameterInfoDeserFactory (src) MBeanParameterInfo Deserializer Factory
MBeanParameterInfoSer (src) An MBeanParameterInfoSer is be used to serialize MBeanParameterInfo using the SOAP-ENC encoding style.
MBeanParameterInfoSerFactory (src) MBeanParameterInfo Serializer Factory
ObjectInstanceDeser (src) An ObjectInstanceDeser is be used to deserialize ObjectInstance using the SOAP-ENC encoding style.
ObjectInstanceDeserFactory (src) An ObjectInstanceDeser Factory
ObjectInstanceSer (src) An ObjectInstanceSer is be used to serialize ObjectInstance using the SOAP-ENC encoding style.
ObjectInstanceSerFactory (src) An ObjectInstanceSer Factory
ObjectNameDeser (src)  
ObjectNameDeserFactory (src) Factory for ObjectName Deserialization.
ObjectNameSer (src) Serializer specialized to turn JMX-Objectnames into corresponding XML-types.
ObjectNameSerFactory (src) Factory for ObjectName Serialization.
RemoteAdaptorInvocationHandler (src) Deprecated. You should use the jaxrpc/wsdl approach instead.
 

Package org.jboss.net.jmx.adaptor Description

The JMX connector exports the JMX API as a web-service itself.