Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jboss.net.axis

This package hosts the source of the JBoss.net module.

See:
          Description

Interface Summary
Constants Configuration of the axis package.
EngineConfigurationMBean Interface to any configuration hosting mbean
EngineConfigurationProvider Interface to any provider that may lookup the client configuration with a given context name
ParameterizableDeserializer Extended deserializer that may be equipped with additional options.
 

Class Summary
AttacheableService The attacheable service implementation allows to bind axis service instances into JNDI without loosing the configuration link to their engine/deployer.
AxisInvocationHandler Deprecated. Due to the inherent deficiencies in using pure reflection meat-data to access web services, we recommend using the axis "stub" way of creating web service references
AxisInvocationHandler.DefaultInterfaceMap 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 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 Represents a wsdd deployment descriptor/registry with * special service-specific classloading features.
ParameterizableDeserializerFactory Deserializer Factory that may be parameterized with additional options.
ResetClassLoaderHandler This handler is to restore a previously changed classpath and should be put in most cases into a response chain.
ServiceClassLoaderAwareWSDDHandlerProvider A subclass of the official handler provider that is able to load the specified handler classes from the service context classloader.
ServiceFactory 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.
SetClassLoaderHandler This handler is to embed an incoming request into the right classloader and should be put into a request chain after the service detection handlers.
TypeMapping A parameterizable typemapping.
XMLResourceProvider A FileProvider that sits on a given URL and that hosts classloader-aware deployment information.
 

Package org.jboss.net.axis Description

This package hosts the source of the JBoss.net module.