org.apache.axis.transport.local

Class LocalSender

Implemented Interfaces:
Handler, Serializable

public class LocalSender
extends BasicHandler

This is meant to be used on a SOAP Client to call a SOAP server.
Author:
Sam Ruby

Field Summary

protected static Log
log

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

makeLockable, name, options

Method Summary

void
init()
Allocate an embedded Axis server to process requests and initialize it.
void
invoke(MessageContext clientContext)

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

init

public void init()
Allocate an embedded Axis server to process requests and initialize it.
Specified by:
init in interface Handler
Overrides:
init in interface BasicHandler

invoke

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

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