Package org.apache.ws.resource

Interface Summary
JndiConstants JNDI-related constants.
NamespaceConstants Implementation specific constants.
OperationProviderRegistry  
PersistenceCallback Defines callback operations for persistence operations.
PersistentResource Defines general purpose interface for persistent resources.
PropertiesResource A resource that has a properties document, as defined by WSRF-RP.
RemoveCallback Defines a callback operation that is invoked whenever a resource is removed from ResourceHome.
Resource A marker interface for a resource.
ResourceCapability A WSRF resource capability (i.e.
ResourceCreation An interface for exposing resource creation events.
ResourceCreationListener This interface is provided for listeners to be able to be notified when a Resource is added to the ResourceHome.
ResourceDefinition A WSRF resource definition.
ResourceDestruction An interface for exposing resource destruction events.
ResourceDestructionListener This interface is provided for listeners to be able to be notified when a Resource is removed from the ResourceHome.
ResourceEvent An interface defining a base event for resource destruction and creation.
ResourceHome Defines a basic interface through which resources are discovered, and removed.
ResourceKey A basic representation of a resource key.
 

Class Summary
AbstractPortType LOG-DONE
ResourceContext ResourceContext wraps around a SOAPMessageContext and provides convenience functions for obtaining ResourceKey, ResourceHome, and resource objects associated with the given SOAP message (referenced in SOAPMessageContext).
ResourceCreationEvent A Resource Creation Event which contains the EndpointReference for the Resource which was created.
ResourceDestructionEvent A Resource Destruction Event which contains the EndpointReference for the Resource which was destroyed.
 

Exception Summary
InvalidResourceKeyException LOG-DONE This exception is raised if the ResourceKey is in any way invalid.
InvalidWsrfWsdlException Indicates a semantic error was found while validating a WSRF WSDL.
NoResourceHomeException LOG-DONE This is a basic exception raised by ResourceContext operations in cases where a ResourceHome is not configured for a given service.
RemoveNotSupportedException LOG-DONE This exception is raised when a ResourceHome implementation does not support removal of resources.
ResourceContextException LOG-DONE This is a basic exception raised by ResourceContext operations.
ResourceException LOG-DONE This is a basic exception raised by resources or ResourceHome operations.
ResourceUnknownException Indicates that a Resource instance with the specified id was not found in the corresponding ResourceHome.
 



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