org.codehaus.xfire.service.event
Interface RegistrationEventListener


public interface RegistrationEventListener

An object that registers to be notified of events generated by a ServiceEndpointRegistry object.

Author:
Dan Diephouse, Arjen Poutsma
See Also:
RegistrationEvent

Method Summary
 void endpointRegistered(RegistrationEvent event)
          Notifies this RegistrationEventListener that the ServiceEndpointRegistry has registered an endpoint.
 void endpointUnregistered(RegistrationEvent event)
          Notifies this RegistrationEventListener that the ServiceEndpointRegistry has deregistered an endpoint.
 

Method Detail

endpointRegistered

void endpointRegistered(RegistrationEvent event)
Notifies this RegistrationEventListener that the ServiceEndpointRegistry has registered an endpoint.

Parameters:
event - an event object describing the source of the event

endpointUnregistered

void endpointUnregistered(RegistrationEvent event)
Notifies this RegistrationEventListener that the ServiceEndpointRegistry has deregistered an endpoint.

Parameters:
event - an event object describing the source of the event


Copyright © 2004-2009. All Rights Reserved.