Uses of Interface
org.apache.muse.core.Capability

Packages that use Capability
org.apache.muse.core   
org.apache.muse.core.descriptor   
org.apache.muse.ws.dm.muws   
org.apache.muse.ws.dm.muws.adv   
org.apache.muse.ws.dm.muws.adv.impl   
org.apache.muse.ws.dm.muws.impl   
org.apache.muse.ws.metadata   
org.apache.muse.ws.metadata.impl   
org.apache.muse.ws.notification   
org.apache.muse.ws.notification.impl   
org.apache.muse.ws.resource   
org.apache.muse.ws.resource.impl   
org.apache.muse.ws.resource.lifetime   
org.apache.muse.ws.resource.lifetime.impl   
org.apache.muse.ws.resource.metadata.ext   
org.apache.muse.ws.resource.properties.get   
org.apache.muse.ws.resource.properties.get.impl   
org.apache.muse.ws.resource.properties.query   
org.apache.muse.ws.resource.properties.query.impl   
org.apache.muse.ws.resource.properties.set   
org.apache.muse.ws.resource.properties.set.impl   
org.apache.muse.ws.resource.sg   
org.apache.muse.ws.resource.sg.impl   
 

Uses of Capability in org.apache.muse.core
 

Classes in org.apache.muse.core that implement Capability
 class AbstractCapability
          AbstractCapability provides a foundation for user-defined capabilities by allowing users to focus on their operations and capability-specific logic without having to worry about maintaining Muse components and other plumbing work.
 

Methods in org.apache.muse.core that return Capability
 Capability SimpleResource.getCapability(String capabilityURI)
           
protected  Capability SimpleResource.getCapabilityForAction(String action)
           
 

Methods in org.apache.muse.core with parameters of type Capability
 void SimpleResource.addCapability(Capability capability)
           
 

Uses of Capability in org.apache.muse.core.descriptor
 

Methods in org.apache.muse.core.descriptor that return Capability
 Capability CapabilityDefinition.newInstance()
           
 

Uses of Capability in org.apache.muse.ws.dm.muws
 

Subinterfaces of Capability in org.apache.muse.ws.dm.muws
 interface Configuration
          This interface represents the WSDM Configuration capability, which has no properties, operations, or events.
 interface CorrelatableProperties
          This interface represents the WSDM CorrelatableProperties capability.
 interface Description
          This interface represents the WSDM Description capability.
 interface Identity
          This interface represents the WSDM Identity capability.
 interface ManageabilityCapability
          ManageabilityCapability represents WSRF-based capabilities that are related to resource management.
 interface ManageabilityCharacteristics
          This interface represents the WSDM ManageabilityCharacteristics capability.
 interface Metrics
          Metrics is an interface that represents the WSDM Metrics capability.
 interface OperationalStatus
          This interface represents the WSDM OperationalStatus capability.
 interface RelationshipResource
          RelationshipResource is the interface that describes WSDM relationships as WS-RF implied resources.
 interface Relationships
          Relationships is an interface that represents the WSDM Relationships capability.
 interface State
          This interface represents the WSDM State capability.
 

Uses of Capability in org.apache.muse.ws.dm.muws.adv
 

Subinterfaces of Capability in org.apache.muse.ws.dm.muws.adv
 interface Advertisement
           
 

Uses of Capability in org.apache.muse.ws.dm.muws.adv.impl
 

Classes in org.apache.muse.ws.dm.muws.adv.impl that implement Capability
 class AbstractAdvertisement
           
 class BroadcastAdvertisement
           
 class ServiceGroupEntryAdvertisement
           
 class SimpleAdvertisement
           
 

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

Classes in org.apache.muse.ws.dm.muws.impl that implement Capability
 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 Capability in org.apache.muse.ws.metadata
 

Subinterfaces of Capability in org.apache.muse.ws.metadata
 interface MetadataExchange
          MetadataExchange is an interface that represents the WS-MetadataExchange GetMetadata port type; it is based on WS-MEX 09/04.
 

Uses of Capability in org.apache.muse.ws.metadata.impl
 

Classes in org.apache.muse.ws.metadata.impl that implement Capability
 class SimpleMetadataExchange
          SimpleMetadataExchange is Muse's default implementation of the WS-MetadataExchange GetMetadata port type.
 

Uses of Capability in org.apache.muse.ws.notification
 

Subinterfaces of Capability in org.apache.muse.ws.notification
 interface NotificationConsumer
          NotificationConsumer is an interface that represents the WS-Notification NotificationConsumer port type; it is based on WS-N 1.3.
 interface NotificationProducer
          NotificationProducer is an interface that represents the WS-Notification NotificationProducer port type; it is based on WS-N 1.3.
 interface PullPoint
          PullPoint is an interface that represents the WS-Notification PullPoint port type; it is based on WS-N 1.3.
 interface PullPointCreation
          PullPointCreation is an interface that represents the WS-Notification PullPointCreation port type; it is based on WS-N v1.3.
 interface SubscriptionManager
          SubscriptionManager is an interface that represents the WS-Notification SubscriptionManager port type; it is based on WS-N v1.3.
 

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

Classes in org.apache.muse.ws.notification.impl that implement Capability
 class SimpleNotificationConsumer
          SimpleNotificationConsumer is Muse's default implementation of the WS-Notification NotificationConsumer port type and the listener API that augments it.
 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 Capability in org.apache.muse.ws.resource
 

Subinterfaces of Capability in org.apache.muse.ws.resource
 interface WsResourceCapability
          WsResourceCapability is an extension of the core Muse Capability concept.
 

Uses of Capability in org.apache.muse.ws.resource.impl
 

Classes in org.apache.muse.ws.resource.impl that implement Capability
 class AbstractWsResourceCapability
          AbstractWsResourceCapability is a foundation for user-defined capabilities for WSRF-based resources.
 

Uses of Capability in org.apache.muse.ws.resource.lifetime
 

Subinterfaces of Capability in org.apache.muse.ws.resource.lifetime
 interface ImmediateTermination
          ImmediateTermination represents the WS-ResourceLifetime ImmediateResourceTermination capability, which has one method: wsrf-rl:Destroy.
 interface ScheduledTermination
          ScheduledTermination represents the WS-ResourceLifetime ScheduledResourceTermination capability, which has two properties (wsrf-rl:CurrentTime and wsrf-rl:TerminationTime) and one method (wsrf-rl:SetTerminationTime).
 

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

Classes in org.apache.muse.ws.resource.lifetime.impl that implement Capability
 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 Capability in org.apache.muse.ws.resource.metadata.ext
 

Classes in org.apache.muse.ws.resource.metadata.ext that implement Capability
 class WsrfMetadataExchange
          WsrfMetadataExchange is an extension of the default WS-MEx implementation, SimpleMetadataExchange, which supports the WS0RF WS-ResourceMetadataDescriptor dialect.
 

Uses of Capability in org.apache.muse.ws.resource.properties.get
 

Subinterfaces of Capability in org.apache.muse.ws.resource.properties.get
 interface GetCapability
          GetCapability allows resources to expose the "get" operations defined by WS-RP - GetMultipleResourceProperties, GetResourceProperty, and GetResourcePropertyDocument.
 

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

Classes in org.apache.muse.ws.resource.properties.get.impl that implement Capability
 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 Capability in org.apache.muse.ws.resource.properties.query
 

Subinterfaces of Capability in org.apache.muse.ws.resource.properties.query
 interface QueryCapability
           
 

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

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

Uses of Capability in org.apache.muse.ws.resource.properties.set
 

Subinterfaces of Capability in org.apache.muse.ws.resource.properties.set
 interface SetCapability
          SetCapability is allows users to expose the WSRP "write" operations so that remote clients can modify the contents of the WSRP document.
 

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

Classes in org.apache.muse.ws.resource.properties.set.impl that implement Capability
 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 Capability in org.apache.muse.ws.resource.sg
 

Subinterfaces of Capability in org.apache.muse.ws.resource.sg
 interface Entry
          Entry represents the WS-RF ServiceGroupEntry resource type.
 interface ServiceGroup
          ServiceGroup is an internal representation of the WSDM ServiceGroup capability.
 interface ServiceGroupRegistration
          ServiceGroupRegistration contains the optional wsrf-sg:Add operation, which can be added to resource types that already include the WS-RF ServiceGroup capability.
 

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

Classes in org.apache.muse.ws.resource.sg.impl that implement Capability
 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.