org.mule.providers.soap.xfire.transport
Class MuleLocalTransport

java.lang.Object
  extended byAbstractTransport
      extended byorg.mule.providers.soap.xfire.transport.MuleLocalTransport

public class MuleLocalTransport
extends AbstractTransport

TODO document

See Also:
Serialized Form

Field Summary
static String BINDING_ID
           
protected  Log logger
          logger used by this class
static String URI_PREFIX
           
protected  UMOWorkManager workManager
           
 
Constructor Summary
MuleLocalTransport(UMOWorkManager workManager)
           
 
Method Summary
protected  Channel createNewChannel(String uri)
           
 String[] getKnownUriSchemes()
           
 String getName()
           
 String getServiceURL(Service service)
           
 String[] getSoapTransportIds()
           
 String[] getSupportedBindings()
           
protected  String getUriPrefix()
           
 void resetSession()
           
 void setMaintainSession(boolean maintainSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

logger

protected transient Log logger
logger used by this class


workManager

protected final UMOWorkManager workManager
Constructor Detail

MuleLocalTransport

public MuleLocalTransport(UMOWorkManager workManager)
Method Detail

getServiceURL

public String getServiceURL(Service service)

createNewChannel

protected Channel createNewChannel(String uri)

setMaintainSession

public void setMaintainSession(boolean maintainSession)

resetSession

public void resetSession()

getUriPrefix

protected String getUriPrefix()

getSupportedBindings

public String[] getSupportedBindings()

getKnownUriSchemes

public String[] getKnownUriSchemes()

getName

public String getName()

getSoapTransportIds

public String[] getSoapTransportIds()


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.