|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.codehaus.xfire.service.event.RegistrationEvent
public class RegistrationEvent
An Event object that provides information about the source of a service endpoint-related event.
RegistrationEvent objects are generated when an ServiceEndpoint is registered or
unregistered on a ServiceEndpointRegistry.
RegistrationEventListener,
Service,
ServiceRegistry,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
RegistrationEvent(ServiceRegistry source,
Service endpoint)
Initializes a RegistrationEvent object initialized with the given
ServiceEndpointRegistry and ServiceEndpoint object. |
|
| Method Summary | |
|---|---|
Service |
getEndpoint()
Returns the ServiceEndpoint for this RegistrationEvent. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RegistrationEvent(ServiceRegistry source,
Service endpoint)
RegistrationEvent object initialized with the given
ServiceEndpointRegistry and ServiceEndpoint object.
source - the endpoint registry that is the source of the eventendpoint - the endpoint that has been registered| Method Detail |
|---|
public Service getEndpoint()
ServiceEndpoint for this RegistrationEvent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||