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(Resource resource)
          Creates a new ResourceCreationEvent object.
 
Method Summary
 Resource getResource()
          Returns the Resource for which the event has occurred.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceCreationEvent

public ResourceCreationEvent(Resource resource)
Creates a new ResourceCreationEvent object.

Parameters:
resource - DOCUMENT_ME
Method Detail

getResource

public Resource getResource()
Returns the Resource for which the event has occurred.

Specified by:
getResource in interface ResourceEvent
Returns:
EndpointReference


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