org.codehaus.xfire.transport.http
Class SoapHttpTransport

java.lang.Object
  extended by org.codehaus.xfire.AbstractContext
      extended by org.codehaus.xfire.handler.AbstractHandlerSupport
          extended by org.codehaus.xfire.transport.AbstractTransport
              extended by org.codehaus.xfire.transport.http.HttpTransport
                  extended by org.codehaus.xfire.transport.http.SoapHttpTransport
All Implemented Interfaces:
HandlerSupport, SoapTransport, ChannelFactory, Transport, WSDL11Transport

public class SoapHttpTransport
extends HttpTransport
implements WSDL11Transport, SoapTransport


Field Summary
static java.lang.String SOAP11_HTTP_BINDING
           
static java.lang.String SOAP12_HTTP_BINDING
           
 
Fields inherited from class org.codehaus.xfire.transport.http.HttpTransport
CHUNKING_ENABLED, HTTP_BINDING, HTTP_TRANSPORT_NS
 
Constructor Summary
SoapHttpTransport()
           
 
Method Summary
 Binding findBinding(MessageContext context, Service service)
           
 java.lang.String getName()
           
 java.lang.String[] getSupportedBindings()
           
 
Methods inherited from class org.codehaus.xfire.transport.http.HttpTransport
createNewChannel, getKnownUriSchemes, getServiceURL, getTransportURI, getUriPrefix
 
Methods inherited from class org.codehaus.xfire.transport.AbstractTransport
close, createChannel, createChannel, dispose, getChannelMap, isUriSupported
 
Methods inherited from class org.codehaus.xfire.handler.AbstractHandlerSupport
addFaultHandler, addInHandler, addOutHandler, getFaultHandlers, getInHandlers, getOutHandlers, setFaultHandlers, setInHandlers, setOutHandlers
 
Methods inherited from class org.codehaus.xfire.AbstractContext
getProperty, removeProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.xfire.wsdl11.WSDL11Transport
getServiceURL
 
Methods inherited from interface org.codehaus.xfire.transport.Transport
dispose, isUriSupported
 
Methods inherited from interface org.codehaus.xfire.transport.ChannelFactory
close, createChannel, createChannel
 
Methods inherited from interface org.codehaus.xfire.handler.HandlerSupport
getFaultHandlers, getInHandlers, getOutHandlers
 
Methods inherited from interface org.codehaus.xfire.transport.Transport
dispose, isUriSupported
 
Methods inherited from interface org.codehaus.xfire.transport.ChannelFactory
close, createChannel, createChannel
 
Methods inherited from interface org.codehaus.xfire.handler.HandlerSupport
getFaultHandlers, getInHandlers, getOutHandlers
 

Field Detail

SOAP11_HTTP_BINDING

public static final java.lang.String SOAP11_HTTP_BINDING
See Also:
Constant Field Values

SOAP12_HTTP_BINDING

public static final java.lang.String SOAP12_HTTP_BINDING
See Also:
Constant Field Values
Constructor Detail

SoapHttpTransport

public SoapHttpTransport()
Method Detail

getSupportedBindings

public java.lang.String[] getSupportedBindings()
Specified by:
getSupportedBindings in interface Transport
Overrides:
getSupportedBindings in class HttpTransport

getName

public java.lang.String getName()
Specified by:
getName in interface SoapTransport
Specified by:
getName in interface WSDL11Transport

findBinding

public Binding findBinding(MessageContext context,
                           Service service)
Specified by:
findBinding in interface Transport
Overrides:
findBinding in class AbstractTransport


Copyright © 2004-2009. All Rights Reserved.