1 Reply Latest reply on Sep 11, 2004 5:33 AM by thomas.diesler

    typemapping in client-config.xml

    liuxuec

      hi everyone:
      there are many typemapping in jboss-net.sar/client-config.xml,

       <typeMapping qname="jmx:AttributeType"
       type="java:javax.management.Attribute"
       serializer="org.jboss.net.jmx.adaptor.AttributeSerFactory"
       deserializer="org.jboss.net.jmx.adaptor.AttributeDeserFactory"
       encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      
       <typeMapping qname="jmx:MBeanAttributeInfo"
       type="java:javax.management.MBeanAttributeInfo"
       serializer="org.jboss.net.jmx.adaptor.MBeanAttributeInfoSerFactory"
       deserializer="org.jboss.net.jmx.adaptor.MBeanAttributeInfoDeserFactory"
       encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      .......
      



      it is usually at web-service.xml,why place it at here and how to use it ?
      thanks