Package org.jboss.net.axis

This package contains server- as well as client-side glue code to integrate the Axis project into JBoss.

See:
          Description

Interface Summary
Constants (src) Configuration of the axis package.
ParameterizableDeserializer (src) Extended deserializer that may be equipped with additional options.
 

Class Summary
AttacheableService (src) The attacheable service implementation allows to bind axis service instances into JNDI without loosing the configuration link to their engine/deployer.
AxisInvocationHandler (src) Deprecated. Due to the inherent deficiencies in using pure reflection meat-data to access web services, we recommend using the full-blown jaxrpc/wsdl approach.
AxisInvocationHandler.DefaultInterfaceMap (src) a tiny helper that does some default mapping of methods to interface names we do not hash the actual reflection information because we could collide with proxy serialisation holding fucking old classes
AxisInvocationHandler.DefaultMethodMap (src) a tiny helper that does some default mapping of methods to method names we do not hash the actual reflection information because we could collide with proxy serialisation holding fucking old classes
Deployment (src)

This subclass represents a wsdd deployment with scoped typemappings and service-specific classloading features.

ParameterizableDeserializerFactory (src) Deserializer Factory that may be parameterized with additional options.
ServiceClassLoaderAwareWSDDHandlerProvider (src) A subclass of the official handler provider that is able to load the specified handler classes from the service deployment classloader.
ServiceFactory (src) This service factory will reinstall (wsdl-generated) web service references and re-attach the stubs to the right configurations with the help of axis engine configuration factory.
TypeMapping (src) A parameterizable typemapping.
XMLResourceProvider (src) A FileProvider that sits on a given URL and that hosts classloader-aware deployment information.
 

Package org.jboss.net.axis Description

This package contains server- as well as client-side glue code to integrate the Axis project into JBoss.