org.apache.aries.samples.blueprint.idverifier.server
Class SimpleVerifierRegistrationListener

java.lang.Object
  extended by org.apache.aries.samples.blueprint.idverifier.server.SimpleVerifierRegistrationListener

public class SimpleVerifierRegistrationListener
extends Object

Author:
forrestxm

Constructor Summary
SimpleVerifierRegistrationListener()
           
 
Method Summary
 void reg(PersonIDVerifierSimpleImpl svcobject, Map props)
           
 void unreg(PersonIDVerifierSimpleImpl svcobject, Map props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleVerifierRegistrationListener

public SimpleVerifierRegistrationListener()
Method Detail

reg

public void reg(PersonIDVerifierSimpleImpl svcobject,
                Map props)

unreg

public void unreg(PersonIDVerifierSimpleImpl svcobject,
                  Map props)


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.