org.apache.axis.transport.local
public class LocalTransport extends Transport
Field Summary | |
---|---|
static String | LOCAL_SERVER |
static String | REMOTE_SERVICE |
Constructor Summary | |
---|---|
LocalTransport() No-arg constructor, which will use an AxisServer constructed
by the LocalSender (see LocalSender.java).
| |
LocalTransport(AxisServer server) Use this constructor if you have a particular server kicking
around (perhaps which you've already deployed useful stuff into)
which you'd like to use.
|
Method Summary | |
---|---|
void | setRemoteService(String remoteServiceName)
Use this to indicate a particular "remote" service which should be
invoked on the target AxisServer. |
void | setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)
Set up any transport-specific derived properties in the message context. |
Parameters: server an AxisServer which will bubble down to the LocalSender
Parameters: remoteServiceName the name of the remote service to invoke
Parameters: context the context to set up message the client service instance engine the engine containing the registries