public class HTTPTransport extends Transport
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TRANSPORT_NAME |
static String |
URL
HTTP properties
|
transportName, url
Constructor and Description |
---|
HTTPTransport() |
HTTPTransport(String url,
String action)
helper constructor
|
Modifier and Type | Method and Description |
---|---|
void |
processReturnedMessageContext(MessageContext context)
Allow the transport to grab any transport-specific stuff it might
want from a returned MessageContext
|
void |
setupMessageContextImpl(MessageContext mc,
Call call,
AxisEngine engine)
Set up any transport-specific derived properties in the message context.
|
getTransportName, getUrl, setTransportName, setupMessageContext, setUrl
public static final String DEFAULT_TRANSPORT_NAME
public static final String URL
public void setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine) throws AxisFault
setupMessageContextImpl
in class Transport
mc
- the context to set upcall
- the call (unused?)engine
- the engine containing the registriesAxisFault
- if service cannot be foundpublic void processReturnedMessageContext(MessageContext context)
Transport
processReturnedMessageContext
in class Transport
Copyright © The Apache Software Foundation. All Rights Reserved.