| Home >> All >> org >> apache >> ws >> resource >> [ handler Javadoc ] |
| | org.apache.ws.resource.handler.axis.* (12) |
org.apache.ws.resource.handler: Javadoc index of package org.apache.ws.resource.handler.
Package Samples:
org.apache.ws.resource.handler.axis
Classes:
AnyHelper: The AnyHelper is a utility that provides common functions for working with MessageElement and beans with AnyContentType class. Do not used this class for serialization or deserialization of objects. Use ObjectSerializer and ObjectDeserializer for that purposes instead.
ResourceProviderFactory: An Axis org.apache.axis.deployment.wsdd.WSDDProvider that acts as a factory for ResourceProvider instances.
WsrfService: Interface to be implemented by the Service implementation, either Abstract or concrete. Provides methods for initialization, obtaining the ResourceContext and getting the SoapMethodNameMap use for mapping incoming request QName's to method name for a given object.
WsrfAxisServlet: LOG-DONE Extension to Axis servlet used to initialize and destroy the registration manager, which manages WS-Resources. TODO: Make this a separate servlet, so it's platform-independent - no reason to extend AxisServlet.
ObjectDeserializer: Converts Java DOM Elements and SOAP Elements to Java objects. The objects must be compliant with the Axis Bean model, i.e. generated using the WSDL2Java tool from an XML Schema definition or must be of simple type.
ObjectSerializer: Converts Java Objects to DOM Elements and SOAP Elements. The objects must be compliant with the Axis Bean model, i.e. generated using the WSDL2Java tool from an XML Schema definition or must be of simple type.
SoapMethodNameMap: This is an interface with is meant to be implemented by the generated Abstract class. This provides the operation to "look-up" a method name based on the incoming request.
ResourceHandler: Base class for platform-specific providers; also is a JAX-RPC Handler to make it easier to port to different SOAP platforms.
AbstractSoapMethodNameMap: LOG-DONE Abstract class to provide default underlying behaviour for the SOAPMethodNameMap.
ContainerConfig: This class makes global container configuration variables available to the application.
DefaultMethodMap: Maps message-part element QNames from spec WSDLs to Java method names.
ResourceProvider: LOG-DONE Axis provider that dispatches requests to WS-Resources.
ServiceHost: Host lookup used to support multi-homed host configurations
AxisResourceContext: LOG-DONE Axis version of a ResourceContext.
ObjectDeserializationContext: DOCUMENT_ME
ServiceSoapMethodNameMap: LOG-DONE
AxisResourceKey: LOG-DONE
GenericAxisHandler: TODO
WsddSoapMethodNameMap
| Home | Contact Us | Privacy Policy | Terms of Service |