org.mule.providers.soap.xfire.transport
Class MuleUniversalTransport
java.lang.Object
org.codehaus.xfire.AbstractContext
org.codehaus.xfire.handler.AbstractHandlerSupport
org.codehaus.xfire.transport.AbstractTransport
org.mule.providers.soap.xfire.transport.MuleUniversalTransport
- All Implemented Interfaces:
- org.codehaus.xfire.handler.HandlerSupport, org.codehaus.xfire.transport.ChannelFactory, org.codehaus.xfire.transport.Transport, org.codehaus.xfire.wsdl11.WSDL11Transport
public class MuleUniversalTransport
- extends org.codehaus.xfire.transport.AbstractTransport
- implements org.codehaus.xfire.wsdl11.WSDL11Transport
TODO document
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.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 |
SOAP11_HTTP_BINDING
public static final String SOAP11_HTTP_BINDING
- See Also:
- Constant Field Values
SOAP12_HTTP_BINDING
public static final String SOAP12_HTTP_BINDING
- See Also:
- Constant Field Values
HTTP_BINDING
public static final String HTTP_BINDING
- See Also:
- Constant Field Values
HTTP_TRANSPORT_NS
public static final String HTTP_TRANSPORT_NS
- See Also:
- Constant Field Values
logger
protected transient Log logger
- logger used by this class
MuleUniversalTransport
public MuleUniversalTransport()
createNewChannel
protected org.codehaus.xfire.transport.Channel createNewChannel(String uri)
- Specified by:
createNewChannel
in class org.codehaus.xfire.transport.AbstractTransport
getUriPrefix
protected String getUriPrefix()
- Specified by:
getUriPrefix
in class org.codehaus.xfire.transport.AbstractTransport
getServiceURL
public String getServiceURL(org.codehaus.xfire.service.Service service)
- Get the URL for a particular service.
- Specified by:
getServiceURL
in interface org.codehaus.xfire.wsdl11.WSDL11Transport
getTransportURI
public String getTransportURI(org.codehaus.xfire.service.Service service)
getKnownUriSchemes
public String[] getKnownUriSchemes()
- Specified by:
getKnownUriSchemes
in class org.codehaus.xfire.transport.AbstractTransport
getSupportedBindings
public String[] getSupportedBindings()
- Specified by:
getSupportedBindings
in interface org.codehaus.xfire.transport.Transport
- Overrides:
getSupportedBindings
in class org.codehaus.xfire.transport.AbstractTransport
getName
public String getName()
- Specified by:
getName
in interface org.codehaus.xfire.wsdl11.WSDL11Transport
findBinding
public org.codehaus.xfire.service.Binding findBinding(org.codehaus.xfire.MessageContext context,
org.codehaus.xfire.service.Service service)
- Specified by:
findBinding
in interface org.codehaus.xfire.transport.Transport
- Overrides:
findBinding
in class org.codehaus.xfire.transport.AbstractTransport
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.