Uses of Interface
org.apache.ws.resource.Resource

Packages that use Resource
org.apache.ws.resource   
org.apache.ws.resource.handler.websphere   
org.apache.ws.resource.lifetime   
 

Uses of Resource in org.apache.ws.resource
 

Subinterfaces of Resource in org.apache.ws.resource
 interface PropertiesResource
          A resource that has a properties document, as defined by WSRF-RP.
 

Methods in org.apache.ws.resource that return Resource
 Resource ResourceHome.find(java.lang.Object resourceId)
          Retrieves a resource.
 Resource ResourceEvent.getResource()
          Returns the Resource for which the event has occurred.
 Resource ResourceDestructionEvent.getResource()
          Returns the Resource of the resource the event is about.
 Resource ResourceCreationEvent.getResource()
          Returns the Resource for which the event has occurred.
 Resource ResourceContext.getResource()
          Returns the resource instance that was targeted by the request associated with this context.
 Resource AbstractPortType.getResource()
          DOCUMENT_ME
 

Methods in org.apache.ws.resource with parameters of type Resource
 boolean ResourceHome.add(Resource resource)
          Adds the specified resource to this home if it is not already present (optional operation).
 

Constructors in org.apache.ws.resource with parameters of type Resource
ResourceDestructionEvent(Resource resource)
          Creates a new ResourceDestructionEvent object.
ResourceCreationEvent(Resource resource)
          Creates a new ResourceCreationEvent object.
 

Uses of Resource in org.apache.ws.resource.handler.websphere
 

Methods in org.apache.ws.resource.handler.websphere that return Resource
 Resource WASEjbResourceContext.getResource()
           
 

Uses of Resource in org.apache.ws.resource.lifetime
 

Subinterfaces of Resource in org.apache.ws.resource.lifetime
 interface ScheduledResourceTerminationResource
          Interface that contains operations which expose the state associated with the wsrlw:ScheduledResourceTermination portType.
 



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