org.apache.axis.transport.local

Class LocalResponder

Implemented Interfaces:
Handler, Serializable

public class LocalResponder
extends BasicHandler

Tiny Handler which just makes sure to Stringize the outgoing Message to appropriately use serializers on the server side.
Author:
Glen Daniels (gdaniels@apache.org)

Field Summary

protected static Log
log

Fields inherited from class org.apache.axis.handlers.BasicHandler

makeLockable, name, options

Method Summary

void
invoke(MessageContext msgContext)

Methods inherited from class org.apache.axis.handlers.BasicHandler

canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable

Field Details

log

protected static Log log

Method Details

invoke

public void invoke(MessageContext msgContext)
            throws AxisFault
Specified by:
invoke in interface Handler

Copyright © 2005 Apache Web Services Project. All Rights Reserved.