Uses of Class
org.apache.muse.ws.resource.impl.AbstractWsResourceCapability

Packages that use AbstractWsResourceCapability
org.apache.muse.ws.dm.muws.impl   
org.apache.muse.ws.notification.impl   
org.apache.muse.ws.resource.lifetime.impl   
org.apache.muse.ws.resource.properties.get.impl   
org.apache.muse.ws.resource.properties.query.impl   
org.apache.muse.ws.resource.properties.set.impl   
org.apache.muse.ws.resource.sg.impl   
 

Uses of AbstractWsResourceCapability in org.apache.muse.ws.dm.muws.impl
 

Subclasses of AbstractWsResourceCapability in org.apache.muse.ws.dm.muws.impl
 class AbstractManageabilityCapability
          AbstractManageabilityCapability is an extension of AbstractWsResourceCapability that provides one additional initialization step: if the resource uses the ManageabilityCharacteristics capability, then this capability's URI will be added to the muws1:ManageabilityCapability property.
 class SimpleConfiguration
          SimpleConfiguration is Muse's default implementation of the WSDM Configuration capability.
 class SimpleCorrelatableProperties
          SimpleCorrelatableProperties is Muse's default implementation of the WSDM CorrelatableProperties capability.
 class SimpleDescription
          SimpleDescription is Muse's default implementation of the WSDM Description capability.
 class SimpleIdentity
          SimpleIdentity is Muse's default implementation of the WSDM Identity capability.
 class SimpleManageabilityCharacteristics
          SimpleManageabilityCharacteristics is Muse's default implementation of the WSDM ManageabilityCharacteristics capability.
 class SimpleMetrics
          SimpleMetrics is Muse's default implementation of the WSDM Metrics capability.
 class SimpleOperationalStatus
          SimpleOperationalStatus is Muse's default implementation of the WSDM OperationalStatus capability.
 class SimpleRelationshipResource
          SimpleRelationshipResource is Muse's default implementation of the MUWS (Part 2) RelationshipResource capability.
 class SimpleRelationships
          SimpleRelationships is Muse's default implementation of the MUWS (Part 2) Relationships capability.
 class SimpleState
          SimpleState is Muse's default implementation of the WSDM State capability.
 

Uses of AbstractWsResourceCapability in org.apache.muse.ws.notification.impl
 

Subclasses of AbstractWsResourceCapability in org.apache.muse.ws.notification.impl
 class SimpleNotificationProducer
          SimpleNotificationProducer is Muse's default implementation of the WS-Notification NotificationProducer port type.
 class SimplePullPoint
          SimplePullPoint is Muse's default implementation of the WS-Notification PullPoint port type and the data store API that augments it.
 class SimplePullPointCreation
          SimplePullPointCreation is Muse's default implementation of the WS-Notification PullPointCreation port type.
 class SimpleSubscriptionManager
          SimpleSubscriptionManager is Muse's default implementation of the WS-Notification SubscriptionManager port type.
 

Uses of AbstractWsResourceCapability in org.apache.muse.ws.resource.lifetime.impl
 

Subclasses of AbstractWsResourceCapability in org.apache.muse.ws.resource.lifetime.impl
 class SimpleImmediateTermination
          SimpleImmediateTermination is Muse's default implementation of the WS-RL ImmediateResourceTermination capability.
 class SimpleScheduledTermination
          SimpleScheduledTermination is Muse's default implementation of the WS-RL ScheduledResourceTermination capability.
 

Uses of AbstractWsResourceCapability in org.apache.muse.ws.resource.properties.get.impl
 

Subclasses of AbstractWsResourceCapability in org.apache.muse.ws.resource.properties.get.impl
 class SimpleGetCapability
          SimpleGetCapability is Muse's default implementation of the WS-RP 'get' operations - the implementation simply forwards these requests to the equivalent methods in ResourcePropertyCollection.
 

Uses of AbstractWsResourceCapability in org.apache.muse.ws.resource.properties.query.impl
 

Subclasses of AbstractWsResourceCapability in org.apache.muse.ws.resource.properties.query.impl
 class SimpleQueryCapability
          SimpleQueryCapability is Muse's default implementation of the WS-RP QueryResourceProperties port type.
 

Uses of AbstractWsResourceCapability in org.apache.muse.ws.resource.properties.set.impl
 

Subclasses of AbstractWsResourceCapability in org.apache.muse.ws.resource.properties.set.impl
 class SimpleSetCapability
          SimpleSetCapability is Muse's default implementation of the WS-RP 'set' operations - the implementation simply forwards these requests to the equivalent methods in ResourcePropertyCollection.
 

Uses of AbstractWsResourceCapability in org.apache.muse.ws.resource.sg.impl
 

Subclasses of AbstractWsResourceCapability in org.apache.muse.ws.resource.sg.impl
 class SimpleEntry
          SimpleEntry is Muse's default implementation of the WS-RF ServiceGroupEntry capability.
 class SimpleServiceGroup
          SimpleServiceGroup is Muse's default implementation of the WS-RF ServiceGroup capability.
 class SimpleServiceGroupRegistration
          SimpleServiceGroupRegistration is Muse's default implementation of the WS-RF ServiceGroupRegistration capability - it simply forwards all wsrf-sg:Add requests to the ServiceGroup.addEntry() method.
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.