Uses of Class
org.apache.ws.resource.ResourceException

Packages that use ResourceException
org.apache.ws.resource   
org.apache.ws.resource.handler.websphere   
 

Uses of ResourceException in org.apache.ws.resource
 

Subclasses of ResourceException in org.apache.ws.resource
 class IllegalResourceTypeException
          This exception is thrown by ResourceHome.add(org.apache.ws.resource.Resource) when the specified Resource is not of the type supported by the home.
 class InvalidResourceKeyException
          LOG-DONE This exception is raised if the ResourceKey is in any way invalid.
 class ResourceUnknownException
          Indicates that a Resource instance with the specified id was not found in the corresponding ResourceHome.
 

Methods in org.apache.ws.resource that throw ResourceException
 ResourceHome WsrfRuntime.getResourceHome(java.lang.String portComponentName)
          Returns the ResourceHome for the JSR-109 portComponent with the specified name.
 Resource ResourceHome.find(java.lang.Object resourceId)
          Retrieves a resource.
 void ResourceHome.remove(java.lang.Object resourceId)
          Removes a resource.
 Resource ResourceContext.getResource()
          Returns the resource instance that was targeted by the request associated with this context.
 void PersistentResource.load()
          DOCUMENT_ME
 void PersistentResource.store()
          DOCUMENT_ME
 

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

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



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