org.codehaus.xfire.soap
Class SoapTransportHelper

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

public class SoapTransportHelper
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
SoapTransportHelper()
           
 
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

SoapTransportHelper

public SoapTransportHelper()
Method Detail

createSoapTransport

public static Transport createSoapTransport(AbstractTransport transport)


Copyright © 2004-2009. All Rights Reserved.