Uses of Interface
org.codehaus.xfire.service.event.RegistrationEventListener

Packages that use RegistrationEventListener
org.codehaus.xfire.service   
org.codehaus.xfire.transport   
 

Uses of RegistrationEventListener in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service with parameters of type RegistrationEventListener
 void ServiceRegistry.addRegistrationEventListener(RegistrationEventListener listener)
           
 void DefaultServiceRegistry.addRegistrationEventListener(RegistrationEventListener listener)
           
 void ServiceRegistry.removeRegistrationEventListener(RegistrationEventListener listener)
           
 void DefaultServiceRegistry.removeRegistrationEventListener(RegistrationEventListener listener)
           
 

Uses of RegistrationEventListener in org.codehaus.xfire.transport
 

Classes in org.codehaus.xfire.transport that implement RegistrationEventListener
 class DefaultTransportManager
          The default TransportService implementation.
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.