Package org.jboss.net.axis.server

contains code to run axis as a deployer within jboss

See:
          Description

Interface Summary
Constants (src) Some Constants for the server package
 

Class Summary
AxisAdminServlet (src) slightly patched admin servlet to contact the right server
AxisService (src) A deployer service that installs Axis and manages Web-Services within the Jboss JMX environment.
AxisServiceServlet (src) An AxisServlet that is able to extract the corresponding AxisEngine from its installation context and builds the right message contexts for the JBoss classloading and deployment architecture.
EJBHomeProvider (src) A JBoss-compatible Provider that exposes the methods of a beanīs home, such as a stateless session bean or an entity bean.
EJBProvider (src) A JBoss-compatible EJB Provider that exposes the methods of any session bean as a web service endpoint.
EJBProvider.EJBServiceLifeCycle (src) This is the lifecycle object that is registered in the message scope and that shields the proper bean reference
EntityBeanDeserializer (src) Server-side deserializer hitting an existing entity bean.
EntityBeanDeserializerFactory (src) Factory for server-side Entity Bean Deserialization.
FlashAxisServiceServlet (src) A AxisServlet that allows the Flash player/plugin to interact with the Axis SOAP engine despite the inability to generate the SOAPAction HTTP header.
FlashNamespaceHandler (src) This class implements the Apache Axis Handler interface.
JAFConfigService (src) A pojo service which can be used to populate the JAF MailcapCommandMap
JBossAuthenticationHandler (src) AuthenticationHandler that interacts with a given JBoss autentication manager via default simple principals and passchars from the HTTP Basic Authentication.
JBossAuthorizationHandler (src) AuthorizationHandler that checks allowed and denied roles against the active subject using a given realmMapping.
JMXEngineConfigurationFactory (src) test
SerialisationResponseHandler (src) This handler is to force serialisation inside transaction and security boundaries.
TransactionRequestHandler (src) This handler is to create an artifical "client"-side transaction around the web-service request.
TransactionResponseHandler (src) This handler is to finish a previously opened client-side transaction.
WsdlAwareHttpActionHandler (src) This HttpActionHandler will influence the wsdl-generation of action aware service providers, such as EJBProvider (src) .
 

Package org.jboss.net.axis.server Description

contains code to run axis as a deployer within jboss