org.codehaus.xfire.transport.http
Class HttpTransport
java.lang.Object
org.codehaus.xfire.AbstractContext
org.codehaus.xfire.handler.AbstractHandlerSupport
org.codehaus.xfire.transport.AbstractTransport
org.codehaus.xfire.transport.http.HttpTransport
- All Implemented Interfaces:
- HandlerSupport, ChannelFactory, Transport
- Direct Known Subclasses:
- SoapHttpTransport
public class HttpTransport
- extends AbstractTransport
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTP_BINDING
public static final String HTTP_BINDING
- See Also:
- Constant Field Values
CHUNKING_ENABLED
public static final String CHUNKING_ENABLED
- See Also:
- Constant Field Values
HTTP_TRANSPORT_NS
public static final String HTTP_TRANSPORT_NS
- See Also:
- Constant Field Values
HttpTransport
public HttpTransport()
createNewChannel
protected Channel createNewChannel(String uri)
- Specified by:
createNewChannel
in class AbstractTransport
getUriPrefix
protected String getUriPrefix()
- Specified by:
getUriPrefix
in class AbstractTransport
getServiceURL
public String getServiceURL(Service service)
- Get the URL for a particular service.
getTransportURI
public String getTransportURI(Service service)
getSupportedBindings
public String[] getSupportedBindings()
- Specified by:
getSupportedBindings
in interface Transport
- Overrides:
getSupportedBindings
in class AbstractTransport
getKnownUriSchemes
public String[] getKnownUriSchemes()
- Specified by:
getKnownUriSchemes
in class AbstractTransport
Copyright © 2004-2013. All Rights Reserved.