Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.resource
Interface PropertiesResource  view PropertiesResource download PropertiesResource.java

All Superinterfaces:
Resource

public interface PropertiesResource
extends Resource

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


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

Method Detail

getResourcePropertySet

public org.apache.ws.resource.properties.ResourcePropertySet getResourcePropertySet()
Returns this resource's property set.


setResourcePropertySet

public void setResourcePropertySet(org.apache.ws.resource.properties.ResourcePropertySet propSet)
Sets this resource's property set.