org.codehaus.xfire.transport.local
Class LocalTransport
java.lang.Object
org.codehaus.xfire.AbstractContext
org.codehaus.xfire.handler.AbstractHandlerSupport
org.codehaus.xfire.transport.AbstractTransport
org.codehaus.xfire.transport.local.LocalTransport
- All Implemented Interfaces:
- HandlerSupport, SoapTransport, ChannelFactory, Transport
public class LocalTransport
- extends AbstractTransport
- implements SoapTransport
A transport which passes messages via the JVM.
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BINDING_ID
public static final String BINDING_ID
- See Also:
- Constant Field Values
URI_PREFIX
public static final String URI_PREFIX
- See Also:
- Constant Field Values
LocalTransport
public LocalTransport()
createNewChannel
protected Channel createNewChannel(String uri)
- Specified by:
createNewChannel
in class AbstractTransport
setMaintainSession
public void setMaintainSession(boolean maintainSession)
resetSession
public void resetSession()
getUriPrefix
protected String getUriPrefix()
- Specified by:
getUriPrefix
in class AbstractTransport
getSupportedBindings
public String[] getSupportedBindings()
- Specified by:
getSupportedBindings
in interface Transport
- Overrides:
getSupportedBindings
in class AbstractTransport
getKnownUriSchemes
public String[] getKnownUriSchemes()
- Specified by:
getKnownUriSchemes
in class AbstractTransport
getName
public String getName()
- Specified by:
getName
in interface SoapTransport
getSoapTransportIds
public String[] getSoapTransportIds()
Copyright © 2004-2013. All Rights Reserved.