wt.transfer.policy
Class StandardTransferPolicyService.ObjectIdentifierXPathCallback

java.lang.Object
  extended byAbstractXPathCallback
      extended bywt.transfer.policy.StandardTransferPolicyService.ObjectIdentifierXPathCallback
Enclosing class:
StandardTransferPolicyService

class StandardTransferPolicyService.ObjectIdentifierXPathCallback
extends AbstractXPathCallback


Field Summary
private  Hashtable hashtable
           
 
Constructor Summary
private StandardTransferPolicyService.ObjectIdentifierXPathCallback()
           
  StandardTransferPolicyService.ObjectIdentifierXPathCallback(Hashtable table)
           
 
Method Summary
 Hashtable getHashtable()
           
 void init(Hashtable table)
           
 void process(NodeList list)
           
 void setHashtable(Hashtable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hashtable

private Hashtable hashtable
Constructor Detail

StandardTransferPolicyService.ObjectIdentifierXPathCallback

private StandardTransferPolicyService.ObjectIdentifierXPathCallback()

StandardTransferPolicyService.ObjectIdentifierXPathCallback

public StandardTransferPolicyService.ObjectIdentifierXPathCallback(Hashtable table)
Method Detail

init

public void init(Hashtable table)

getHashtable

public Hashtable getHashtable()

setHashtable

public void setHashtable(Hashtable table)

process

public void process(NodeList list)