|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WsResourceCapability in org.apache.muse.ws.dm.muws |
---|
Subinterfaces of WsResourceCapability 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 WsResourceCapability in org.apache.muse.ws.dm.muws.impl |
---|
Classes in org.apache.muse.ws.dm.muws.impl that implement WsResourceCapability | |
---|---|
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 WsResourceCapability in org.apache.muse.ws.notification |
---|
Subinterfaces of WsResourceCapability in org.apache.muse.ws.notification | |
---|---|
interface |
NotificationProducer
NotificationProducer is an interface that represents the WS-Notification NotificationProducer 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 WsResourceCapability in org.apache.muse.ws.notification.impl |
---|
Classes in org.apache.muse.ws.notification.impl that implement WsResourceCapability | |
---|---|
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 WsResourceCapability in org.apache.muse.ws.resource.impl |
---|
Classes in org.apache.muse.ws.resource.impl that implement WsResourceCapability | |
---|---|
class |
AbstractWsResourceCapability
AbstractWsResourceCapability is a foundation for user-defined capabilities for WSRF-based resources. |
Uses of WsResourceCapability in org.apache.muse.ws.resource.lifetime |
---|
Subinterfaces of WsResourceCapability 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 WsResourceCapability in org.apache.muse.ws.resource.lifetime.impl |
---|
Classes in org.apache.muse.ws.resource.lifetime.impl that implement WsResourceCapability | |
---|---|
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 WsResourceCapability in org.apache.muse.ws.resource.properties.get |
---|
Subinterfaces of WsResourceCapability 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 WsResourceCapability in org.apache.muse.ws.resource.properties.get.impl |
---|
Classes in org.apache.muse.ws.resource.properties.get.impl that implement WsResourceCapability | |
---|---|
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 WsResourceCapability in org.apache.muse.ws.resource.properties.impl |
---|
Methods in org.apache.muse.ws.resource.properties.impl that return WsResourceCapability | |
---|---|
WsResourceCapability |
SimpleResourcePropertyCollection.getCapability(QName qname)
|
Methods in org.apache.muse.ws.resource.properties.impl with parameters of type WsResourceCapability | |
---|---|
void |
SimpleResourcePropertyCollection.addCapability(WsResourceCapability capability)
|
Uses of WsResourceCapability in org.apache.muse.ws.resource.properties.query |
---|
Subinterfaces of WsResourceCapability in org.apache.muse.ws.resource.properties.query | |
---|---|
interface |
QueryCapability
|
Uses of WsResourceCapability in org.apache.muse.ws.resource.properties.query.impl |
---|
Classes in org.apache.muse.ws.resource.properties.query.impl that implement WsResourceCapability | |
---|---|
class |
SimpleQueryCapability
SimpleQueryCapability is Muse's default implementation of the WS-RP QueryResourceProperties port type. |
Uses of WsResourceCapability in org.apache.muse.ws.resource.properties.schema |
---|
Methods in org.apache.muse.ws.resource.properties.schema that return WsResourceCapability | |
---|---|
WsResourceCapability |
ResourcePropertiesSchemaValidation.getCapability(QName qname)
|
WsResourceCapability |
ResourcePropertiesSchema.getCapability(QName property)
|
WsResourceCapability |
OpenPropertiesSchema.getCapability(QName property)
|
Methods in org.apache.muse.ws.resource.properties.schema with parameters of type WsResourceCapability | |
---|---|
void |
ResourcePropertiesSchemaValidation.addCapability(WsResourceCapability capability)
Registers the capability with the schema so that users of the schema can determine which capability is responsible for which resource properties. |
void |
ResourcePropertiesSchema.setCapability(QName property,
WsResourceCapability capability)
Maps the property to the capability so that users can later determine which capability should be used for servicing read/write requests against the property. |
void |
OpenPropertiesSchema.setCapability(QName property,
WsResourceCapability capability)
|
Uses of WsResourceCapability in org.apache.muse.ws.resource.properties.schema.impl |
---|
Methods in org.apache.muse.ws.resource.properties.schema.impl that return WsResourceCapability | |
---|---|
WsResourceCapability |
SimpleResourcePropertiesSchema.getCapability(QName property)
|
Methods in org.apache.muse.ws.resource.properties.schema.impl with parameters of type WsResourceCapability | |
---|---|
void |
SimpleResourcePropertiesSchema.setCapability(QName property,
WsResourceCapability capability)
|
Uses of WsResourceCapability in org.apache.muse.ws.resource.properties.set |
---|
Subinterfaces of WsResourceCapability 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 WsResourceCapability in org.apache.muse.ws.resource.properties.set.impl |
---|
Classes in org.apache.muse.ws.resource.properties.set.impl that implement WsResourceCapability | |
---|---|
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 WsResourceCapability in org.apache.muse.ws.resource.sg |
---|
Subinterfaces of WsResourceCapability 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 WsResourceCapability in org.apache.muse.ws.resource.sg.impl |
---|
Classes in org.apache.muse.ws.resource.sg.impl that implement WsResourceCapability | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |