org.codehaus.xfire.soap
Class SoapTransport

java.lang.Object
  extended by org.codehaus.xfire.soap.SoapTransport

public class SoapTransport
extends java.lang.Object

Provides soap messaging support to a channel by adding the SOAP handlers.

Author:
Dan Diephouse
See Also:
ReadHeadersHandler, ValidateHeadersHandler

Constructor Summary
SoapTransport()
           
 
Method Summary
static Transport createSoapTransport(AbstractTransport transport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapTransport

public SoapTransport()
Method Detail

createSoapTransport

public static Transport createSoapTransport(AbstractTransport transport)


Copyright © 2004-2005 Codehaus. All Rights Reserved.