org.apache.ws.resource
Class ResourceCreationEvent

java.lang.Object
  extended byorg.apache.ws.resource.ResourceCreationEvent
All Implemented Interfaces:
ResourceEvent

public class ResourceCreationEvent
extends java.lang.Object
implements ResourceEvent

A Resource Creation Event which contains the EndpointReference for the Resource which was created.

Author:
Sal Campana

Constructor Summary
ResourceCreationEvent(EndpointReference epr)
           
 
Method Summary
 EndpointReference getEndpointReference()
          Returns the EndpointRefrence for the Resource the event isassociated with.
 java.lang.Object getResourceID()
          Returns the ResourceID of the resource the event is about.
 void setResourceId(java.lang.Object resourceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceCreationEvent

public ResourceCreationEvent(EndpointReference epr)
Method Detail

setResourceId

public void setResourceId(java.lang.Object resourceId)

getEndpointReference

public EndpointReference getEndpointReference()
Returns the EndpointRefrence for the Resource the event isassociated with.

Specified by:
getEndpointReference in interface ResourceEvent
Returns:
EndpointReference

getResourceID

public java.lang.Object getResourceID()
Returns the ResourceID of the resource the event is about.

Specified by:
getResourceID in interface ResourceEvent
Returns:
The resource id of the resource.


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.