org.mule.providers.soap.axis.extensions
Class MuleTransport
java.lang.Object
Transport
org.mule.providers.soap.axis.extensions.MuleTransport
- Direct Known Subclasses:
- MuleTransport.HTTP, MuleTransport.HTTPS, MuleTransport.IMAP, MuleTransport.IMAPS, MuleTransport.JMS, MuleTransport.POP3, MuleTransport.POP3S, MuleTransport.SERVLET, MuleTransport.SMTP, MuleTransport.SMTPS, MuleTransport.SSL, MuleTransport.TCP, MuleTransport.VM, MuleTransport.XMPP
- public class MuleTransport
- extends Transport
A container for all Mule supported transports for Axis.
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MuleTransport
public MuleTransport()
MuleTransport
public MuleTransport(String protocol)
getTransportClass
public static Class getTransportClass(String protocol)
throws MuleException
- Parameters:
protocol - the Axis soap transport to use
- Returns:
- The corresponding transport class
- Throws:
MuleException - if the transport is not supported by Axis
NullPointerException - if the transport protocol is null
isTransportSupported
public static boolean isTransportSupported(String protocol)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.