org.apache.ws.resource.properties
Interface PropertiesResource

All Superinterfaces:
Resource
All Known Subinterfaces:
ScheduledResourceTerminationResource

public interface PropertiesResource
extends Resource

This interface is used to identify resources that have one or more resource properties.

See Also:
ResourcePropertySet

Method Summary
 ResourcePropertySet getResourcePropertySet()
          Returns this resource's property set.
 void setResourcePropertySet(ResourcePropertySet propSet)
          Sets this resource's property set.
 

Method Detail

getResourcePropertySet

public ResourcePropertySet getResourcePropertySet()
Returns this resource's property set.

Returns:
this resource's property set

setResourcePropertySet

public void setResourcePropertySet(ResourcePropertySet propSet)
Sets this resource's property set.

Parameters:
propSet - a resource property set


Copyright © 2004 Apache Software Foundation. All Rights Reserved.