iaik.tc.tss.impl.java.tsp
Class TcTssLocalCallFactory

java.lang.Object
  extended by iaik.tc.tss.api.tspi.TcTssAbstractFactory
      extended by iaik.tc.tss.impl.java.tsp.TcTssLocalCallFactory

public class TcTssLocalCallFactory
extends TcTssAbstractFactory

This factory provides the Context object when using Local Bindings. These are good for testing or when the overhead of SOAP libraries is to be avoided.


Constructor Summary
TcTssLocalCallFactory()
           
 
Method Summary
 TcIContext newContextObject()
          This method returns a new instance of the context class of the specific implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcTssLocalCallFactory

public TcTssLocalCallFactory()
Method Detail

newContextObject

public TcIContext newContextObject()
                            throws TcTssException
Description copied from class: TcTssAbstractFactory
This method returns a new instance of the context class of the specific implementation.

Specified by:
newContextObject in class TcTssAbstractFactory
Throws:
TcTssException