|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.client.Transport
org.mule.transport.soap.axis.extensions.MuleTransport
public class MuleTransport
A container for all Mule supported transports for Axis.
| Nested Class Summary | |
|---|---|
static class |
MuleTransport.HTTP
|
static class |
MuleTransport.HTTPS
|
static class |
MuleTransport.IMAP
|
static class |
MuleTransport.IMAPS
|
static class |
MuleTransport.JMS
|
static class |
MuleTransport.POP3
|
static class |
MuleTransport.POP3S
|
static class |
MuleTransport.SERVLET
|
static class |
MuleTransport.SMTP
|
static class |
MuleTransport.SMTPS
|
static class |
MuleTransport.SSL
|
static class |
MuleTransport.TCP
|
static class |
MuleTransport.VM
|
static class |
MuleTransport.XMPP
|
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.client.Transport |
|---|
transportName, url |
| Constructor Summary | |
|---|---|
MuleTransport()
|
|
MuleTransport(String protocol)
|
|
| Method Summary | |
|---|---|
static Class |
getTransportClass(String protocol)
|
static boolean |
isTransportSupported(String protocol)
|
| Methods inherited from class org.apache.axis.client.Transport |
|---|
getTransportName, getUrl, processReturnedMessageContext, setTransportName, setupMessageContext, setupMessageContextImpl, setUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MuleTransport()
public MuleTransport(String protocol)
| Method Detail |
|---|
public static Class getTransportClass(String protocol)
throws DefaultMuleException
protocol - the Axis soap transport to use
DefaultMuleException - if the transport is not supported by Axis
NullPointerException - if the transport protocol is nullpublic static boolean isTransportSupported(String protocol)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||