| Home >> All >> org >> apache >> ws >> [ resource Javadoc ] |
Page 1 2
org.apache.ws.resource: Javadoc index of package org.apache.ws.resource.
Package Samples:
org.apache.ws.resource.properties.v2004_06.porttype.impl
org.apache.ws.resource.properties
org.apache.ws.resource.properties.impl
org.apache.ws.resource.metadataexchange.v2004_09
org.apache.ws.resource.properties.v2004_06.porttype
org.apache.ws.resource.properties.v2004_06.impl
org.apache.ws.resource.properties.v2004_06
org.apache.ws.resource.properties.query.xpath
org.apache.ws.resource.properties.query.xpath.impl
org.apache.ws.resource.properties.query
org.apache.ws.resource.properties.query.impl
org.apache.ws.resource.properties.faults
org.apache.ws.resource.properties.v2004_11.porttype.impl
org.apache.ws.resource.properties.v2004_11.porttype
org.apache.ws.resource.properties.v2004_11.impl
org.apache.ws.resource.properties.v2004_11
org.apache.ws.resource.metadataexchange.v2004_09.porttype
org.apache.ws.resource.metadataexchange.v2004_09.porttype.impl
org.apache.ws.resource.lifetime.v2004_11
org.apache.ws.resource.lifetime.v2004_11.porttype
Classes:
AbstractResourceHome: LOG-DONE An implementation of the ResourceHome interface. This implementation was designed to work with resources that implement the PersistenceCallback interface as well as memory resident resources. If the resource class implements the PersistenceCallback interface SoftReference s will be used to recycle resource objects. The resource class implementation is responsible for saving its state to disk. This implementation will not call PersistenceCallback.store() 55 . The resource implementation must have a default constructor. Configuration options: sweeperDelay - configures how often the resource ...
AnyHelper: The AnyHelper is a utility that provides common functions for working with MessageElement and beans with AnyContentType class. Do not used this class for serialization or deserialization of objects. Use ObjectSerializer and ObjectDeserializer for that purposes instead.
PersistenceCallback: Defines callback operations for persistence operations. These operations will be invoked when used with org.apache.ws.resource.impl.ResourceHomeImpl . Currently, the ResourceHomeImpl will only invoke the load() 55 function automatically. The resource implementation itself is responsible for calling store() 55 function to synchronize its state on disk.
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 ).
GetResourcePropertyProviderTestCase: Test case for GetResourcePropertyPortTypeImpl , which consists of only one operation: GetResourcePropertyPortTypeImpl#getResourceProperty(org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceProperties12Draft01.GetResourcePropertyDocument)
ResourceHome: Defines a basic interface through which resources are discovered, and removed. The purpose of ResourceHome is to interact with a collection of resources of the same type. Each resource type will have its own custom implementation the ResourceHome interface. The implementation is expected to provide custom methods for creating new resources and optionally methods that act on a set of resource objects.
SetResourcePropertyCallback: A callback that should be registered on any mutable properties (i.e. properties that support the WSRP SetResourceProperties operation). Register the callback by calling ResourceProperty.setCallback(ResourcePropertyCallback) 55 on the property.
ResourcePropertyCallback: A callback that should be registered on any property whose value on the managed resource may change. Register the callback by calling ResourceProperty.setCallback(ResourcePropertyCallback) 55 on the property.
BlackberryService: This class should be generated ONCE (and not overwritten) to maintain user-added code. If there is a change to the WSDL, then the generated implemented interfaces (representing the "base" portTypes) will change, thus showing a compile error to the user. NOTE: This class is generated. However, it will not be overwritten by subsequent calls to the code generator.
RemoveCallback: Defines a callback operation that is invoked whenever a resource is removed from ResourceHome . This is an optional callback and the resource does need to implement this function if it does not wish to be notified when the resource is removed.
ResourceUnknownException: Indicates that a Resource instance with the specified id was not found in the corresponding ResourceHome .
ResourceKeyHeaderNotFoundFaultException: A fault that is thrown when the expected resource identifier header element is not found in a SOAP request Header. The name of the header element that is expected for a particular type of resource is configured via the resourceKeyName parameter for that resource's home in the Apache WSRF JNDI configuration file.
ResourceProviderFactory: An Axis org.apache.axis.deployment.wsdd.WSDDProvider that acts as a factory for ResourceProvider instances.
QueryResourcePropertiesProviderTestCase: Test case for QueryResourcePropertiesPortTypeImpl . TODO: add some tests with query expressions that contain prefixes
NamespaceVersionHolder: Interface used for maintaining a set of versions of namespaces for a given collection of specifications. The point to this interface is as each draft of the WSRF specifications come out, we can have an impl which will point us to all the correct namespaces for use in polymorphic-versionless class....
WsrfService: Interface to be implemented by the Service implementation, either Abstract or concrete. Provides methods for initialization, obtaining the ResourceContext and getting the SoapMethodNameMap use for mapping incoming request QName's to method name for a given object.
QueryEngine: The QueryEngine interface is used to map queries on the service data of a service to the appropriate ExpressionEvaluators and then return the result. ExpressionEvaluators can be preconfigured or dynamically added at runtime.
ExpressionEvaluator: An ExpressionEvaluator is used to implement a query expression evaluation of a ResourcePropertySet . An evaluator can be registered with a QueryEngine , which in turn calls the evaluator when a matching expression is found.
NoResourceHomeException: LOG-DONE This is a basic exception raised by ResourceContext operations in cases where a ResourceHome is not configured for a given service.
SimpleTypeResourceKey: LOG-DONE A org.apache.ws.resource.ResourceKey whose value is a java.lang.String . It is required that the key SOAP header be an XML type.
FaultException: Subclass of JAX-RPC javax.xml.rpc.soap.SOAPFaultException that adds convenient methods for adding Detail entries. The entries may be specified as either DOM nodes or XmlBeans.
XalanXPathExpressionEvaluator: An XPath expression evaluator that utilizes the Xalan-J org.apache.xpath.XPathAPI utility class (note, Xalan-J is included with JDK 1.4 but not with JDK 1.5). LOG-DONE
WsrfAxisServlet: LOG-DONE Extension to Axis servlet used to initialize and destroy the registration manager, which manages WS-Resources. TODO: Make this a separate servlet, so it's platform-independent - no reason to extend AxisServlet.
RemoveNotSupportedException: LOG-DONE This exception is raised when a ResourceHome implementation does not support removal of resources.
| Home | Contact Us | Privacy Policy | Terms of Service |