org.codehaus.xfire.transport.jms
Class JMSTransport
java.lang.Object
org.codehaus.xfire.AbstractContext
org.codehaus.xfire.handler.AbstractHandlerSupport
org.codehaus.xfire.transport.AbstractTransport
org.codehaus.xfire.transport.jms.JMSTransport
- All Implemented Interfaces:
- HandlerSupport, SoapTransport, ChannelFactory, Transport, WSDL11Transport
public class JMSTransport
- extends AbstractTransport
- implements SoapTransport, WSDL11Transport
Field Summary |
static java.lang.String |
BINDING_ID
|
static java.lang.String |
NAME
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
BINDING_ID
public static final java.lang.String BINDING_ID
- See Also:
- Constant Field Values
JMSTransport
public JMSTransport(XFire xfire,
ConnectionFactory factory)
- Parameters:
factory
- The JMS ConnectionFactory
getName
public java.lang.String getName()
- Specified by:
getName
in interface SoapTransport
- Specified by:
getName
in interface WSDL11Transport
getServiceURL
public java.lang.String getServiceURL(Service service)
- Specified by:
getServiceURL
in interface WSDL11Transport
getTransportURI
public java.lang.String getTransportURI(Service service)
createNewChannel
protected Channel createNewChannel(java.lang.String uri)
- Specified by:
createNewChannel
in class AbstractTransport
getUriPrefix
protected java.lang.String getUriPrefix()
- Specified by:
getUriPrefix
in class AbstractTransport
getConnectionFactory
public ConnectionFactory getConnectionFactory()
setConnectionFactory
public void setConnectionFactory(ConnectionFactory connectionFactory)
getXFire
public XFire getXFire()
getKnownUriSchemes
public java.lang.String[] getKnownUriSchemes()
- Specified by:
getKnownUriSchemes
in class AbstractTransport
getSupportedBindings
public java.lang.String[] getSupportedBindings()
- Specified by:
getSupportedBindings
in interface Transport
- Overrides:
getSupportedBindings
in class AbstractTransport
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.