org.apache.ws.resource
Interface PropertiesResource

All Superinterfaces:
Resource

public interface PropertiesResource
extends Resource

A resource that has a properties document, as defined by WSRF-RP.


Method Summary
 ResourcePropertySet getResourcePropertySet()
          Returns this resource's property set.
 void setResourcePropertySet(ResourcePropertySet propSet)
          Sets this resource's property set.
 
Methods inherited from interface org.apache.ws.resource.Resource
addTerminationListener, destroy, getEndpointReference, getID, getNamespaceSet, init, setEndpointReference, setID
 

Method Detail

setResourcePropertySet

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

Parameters:
propSet - a resource property set

getResourcePropertySet

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

Returns:
this resource's property set


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