当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
HTTPTransport (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
org.apache.axis.transport.http
Class HTTPTransport
java.lang.Object
org.apache.axis.client.Transport
org.apache.axis.transport.http.HTTPTransport
- public class HTTPTransport
- extends Transport
Extends Transport by implementing the setupMessageContext function to
set HTTP-specific message context fields and transport chains.
May not even be necessary if we arrange things differently somehow.
Can hold state relating to URL properties.
- Author:
- Rob Jellinghaus (robj@unrealities.com), Doug Davis (dug@us.ibm.com), Glen Daniels (gdaniels@allaire.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TRANSPORT_NAME
public static final String DEFAULT_TRANSPORT_NAME
- See Also:
- Constant Field Values
URL
public static final String URL
- HTTP properties
- See Also:
- Constant Field Values
HTTPTransport
public HTTPTransport()
HTTPTransport
public HTTPTransport(String url,
String action)
- helper constructor
setupMessageContextImpl
public void setupMessageContextImpl(MessageContext mc,
Call call,
AxisEngine engine)
throws AxisFault
- Set up any transport-specific derived properties in the message context.
- Overrides:
setupMessageContextImpl
in class Transport
- Parameters:
engine
- the engine containing the registries
- Throws:
AxisFault
- if service cannot be found
processReturnedMessageContext
public void processReturnedMessageContext(MessageContext context)
- Description copied from class:
Transport
- Allow the transport to grab any transport-specific stuff it might
want from a returned MessageContext
- Overrides:
processReturnedMessageContext
in class Transport
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.