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

Packages that use Initialization
org.apache.muse.core   
org.apache.muse.core.platform   
org.apache.muse.core.platform.axis2   
org.apache.muse.core.platform.mini   
org.apache.muse.core.platform.osgi.axis2   
org.apache.muse.core.platform.osgi.internal   
org.apache.muse.core.platform.osgi.mini.internal   
org.apache.muse.core.platform.osgi.routing   
org.apache.muse.core.routing   
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 Initialization in org.apache.muse.core
 

Subinterfaces of Initialization in org.apache.muse.core
 interface Capability
          Capability is the atomic unit of functional definition for a resource type.
 interface Resource
          Resource is an aggregate of Capability objects, providing a common host for them to share information and sub-components.
 interface ResourceManager
          ResourceManager defines the interface for creating and storing resources that can be targeted by other resources (internal and external to a Muse-derived application).
 

Classes in org.apache.muse.core that implement Initialization
 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.
 class SimpleResource
          SimpleResource is Muse's default implementation of the core resource type component.
 class SimpleResourceManager
          SimpleResourceManager is Muse's default implementation of resource lifecycle management and the implied resource pattern.
 

Uses of Initialization in org.apache.muse.core.platform
 

Subinterfaces of Initialization in org.apache.muse.core.platform
 interface IsolationLayer
          IsolationLayer is the web service that is registered with the service container; it is the starting point for all Muse application initialization and request handling events.
 

Classes in org.apache.muse.core.platform that implement Initialization
 class AbstractIsolationLayer
          This class provides all of the generic initialization and shutdown routines without referencing any specific implementation of the various sub-components (ResourceRouter, Environment, etc.).
 

Uses of Initialization in org.apache.muse.core.platform.axis2
 

Classes in org.apache.muse.core.platform.axis2 that implement Initialization
 class AxisIsolationLayer
          AxisIsolationLayer is an Axis2 web service class; that is, it can be deployed as an Axis2 service using the services.xml file.
 

Uses of Initialization in org.apache.muse.core.platform.mini
 

Classes in org.apache.muse.core.platform.mini that implement Initialization
 class MiniIsolationLayer
           
 

Uses of Initialization in org.apache.muse.core.platform.osgi.axis2
 

Classes in org.apache.muse.core.platform.osgi.axis2 that implement Initialization
 class Axis2IsolationLayer
          Axis2IsolationLayer is an OSGi aware extension of the Muse AxisIsolationLayer.
 

Uses of Initialization in org.apache.muse.core.platform.osgi.internal
 

Classes in org.apache.muse.core.platform.osgi.internal that implement Initialization
 class OSGiResourceManager
          this class is a stub implementaiton of a ResourceManager that allows a resource manager to be instantiated with no resource definitions.
 

Uses of Initialization in org.apache.muse.core.platform.osgi.mini.internal
 

Classes in org.apache.muse.core.platform.osgi.mini.internal that implement Initialization
 class OSGiMiniIsolationLayer
           
 

Uses of Initialization in org.apache.muse.core.platform.osgi.routing
 

Classes in org.apache.muse.core.platform.osgi.routing that implement Initialization
 class OSGiResourceRouter
          OSGiResourceRouter is an extension of the SimpleResourceRouter that supports a delegation model for additional Muse-enabled Bundles.
 

Uses of Initialization in org.apache.muse.core.routing
 

Subinterfaces of Initialization in org.apache.muse.core.routing
 interface ResourceRouter
          ResourceRouter is the gateway to the generic resource layer that sits on top of the isolation layer.
 

Classes in org.apache.muse.core.routing that implement Initialization
 class SimpleResourceRouter
          SimpleResourceRouter is Muse's default implementation of a router that uses the implied resource pattern to delegate requests to resources.
 

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

Subinterfaces of Initialization 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 Initialization in org.apache.muse.ws.dm.muws.adv
 

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

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

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

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

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

Subinterfaces of Initialization 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 Initialization in org.apache.muse.ws.metadata.impl
 

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

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

Subinterfaces of Initialization 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 PullPointDataStore
          PullPointDataStore is an interface to a persistent data store that is used by pullpoint resources to keep messages until they are retrieved using the PullPoint.getMessages() method.
 interface SubscriptionManager
          SubscriptionManager is an interface that represents the WS-Notification SubscriptionManager port type; it is based on WS-N v1.3.
 

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

Classes in org.apache.muse.ws.notification.impl that implement Initialization
 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 SimplePullPointDataStore
          SimplePullPointDataStore is an in-memory container for messages received by a pullpoint resource.
 class SimpleSubscriptionManager
          SimpleSubscriptionManager is Muse's default implementation of the WS-Notification SubscriptionManager port type.
 

Uses of Initialization in org.apache.muse.ws.resource
 

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

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

Classes in org.apache.muse.ws.resource.impl that implement Initialization
 class AbstractWsResourceCapability
          AbstractWsResourceCapability is a foundation for user-defined capabilities for WSRF-based resources.
 class SimpleWsResource
          SimpleResource is Muse's default implementation of a WS-RF-compliant resource (WsResource).
 class WsResourceRouter
          WsResourceRouter is a sub-class of SimpleResourceRouter that wraps all WS-A DestinationUnreachable faults in a WS-RF ResourceUnknownFault.
 

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

Subinterfaces of Initialization 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 Initialization in org.apache.muse.ws.resource.lifetime.impl
 

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

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

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

Subinterfaces of Initialization 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 Initialization in org.apache.muse.ws.resource.properties.get.impl
 

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

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

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

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

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

Subinterfaces of Initialization 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 Initialization in org.apache.muse.ws.resource.properties.set.impl
 

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

Subinterfaces of Initialization 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 Initialization in org.apache.muse.ws.resource.sg.impl
 

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