A B C D E F G H I J L M N O P Q R S T U V W X _

A

ACCESS_EPR_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
ACTION_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
ACTOR - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
ADDRESS_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
ADDRESS_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
ADD_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
ADD_REFUSED_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
ADD_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
ADD_URI - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The WS-A Action URI of the Add operation.
ADVERTISEMENT_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM Advertisement namespace URI.
ADV_ME_CREATION_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
ADV_ME_DESTRUCTION_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
ADV_MR_CREATION_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
ADV_MR_DESTRUCTION_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
ANONYMOUS_EPR - Static variable in class org.apache.muse.ws.addressing.WsaConstants
The anonymous EPR - this can be used for messages going through firewalls or situations where the source doesn't want to receive the reply.
ANONYMOUS_URI - Static variable in class org.apache.muse.ws.addressing.WsaConstants
The URI for anonymous EPRs.
ANY_TYPE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
ANY_URI_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
APPENDABLE - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
ATTRIBUTE_GROUP_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
ATTRIBUTE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
AVAILABILITY_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
AVAILABLE - Static variable in interface org.apache.muse.ws.dm.muws.OperationalStatus
 
AbstractAdvertisement - class org.apache.muse.ws.dm.muws.adv.impl.AbstractAdvertisement.
 
AbstractAdvertisement() - Constructor for class org.apache.muse.ws.dm.muws.adv.impl.AbstractAdvertisement
 
AbstractCapability - class org.apache.muse.core.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.
AbstractCapability() - Constructor for class org.apache.muse.core.AbstractCapability
 
AbstractChangeApprover - class org.apache.muse.ws.resource.properties.listeners.AbstractChangeApprover.
AbstractChangeApprover is an abstract base class that implements the identification and security aspects of PropertyChangeApprover.
AbstractChangeApprover(QName) - Constructor for class org.apache.muse.ws.resource.properties.listeners.AbstractChangeApprover
Creates a new approver for the property with the given name.
AbstractEnvironment - class org.apache.muse.core.AbstractEnvironment.
AbstractEnvironment is an abstract class that defines features related to the underlying platform as well as the endpoint's configuration.
AbstractEnvironment() - Constructor for class org.apache.muse.core.AbstractEnvironment
The default constructor calls this('true').
AbstractEnvironment(boolean) - Constructor for class org.apache.muse.core.AbstractEnvironment
Initializes the AbstractEnvironment with its own ClassLoader.
AbstractEnvironment(ClassLoader) - Constructor for class org.apache.muse.core.AbstractEnvironment
This constructor calls this(classLoader, 'true').
AbstractEnvironment(ClassLoader, boolean) - Constructor for class org.apache.muse.core.AbstractEnvironment
 
AbstractExtendedElements - class org.apache.muse.ws.dm.muws.events.impl.AbstractExtendedElements.
 
AbstractExtendedElements() - Constructor for class org.apache.muse.ws.dm.muws.events.impl.AbstractExtendedElements
 
AbstractFilePersistence - class org.apache.muse.core.AbstractFilePersistence.
AbstractFilePersistence is an abstract component that provides generic resource-state-to-file utilities without specifying the format of the XML that goes into the files.
AbstractFilePersistence() - Constructor for class org.apache.muse.core.AbstractFilePersistence
 
AbstractManageabilityCapability - class org.apache.muse.ws.dm.muws.impl.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.
AbstractManageabilityCapability() - Constructor for class org.apache.muse.ws.dm.muws.impl.AbstractManageabilityCapability
 
AbstractMessageHandler - class org.apache.muse.core.routing.AbstractMessageHandler.
AbstractMessageHandler is a convenience class that implements all of the accessor methods of MessageHandler, leaving only the serialization methods (fromXML(Element) and toXML(Object)).
AbstractMessageHandler(String, QName) - Constructor for class org.apache.muse.core.routing.AbstractMessageHandler
 
AbstractProxyHandler - class org.apache.muse.core.proxy.AbstractProxyHandler.
AbstractProxyHandler is a convenience class that implements all of the accessor methods of ProxyHandler, leaving only the serialization methods (fromXML(Element) and toXML(Object[])).
AbstractProxyHandler() - Constructor for class org.apache.muse.core.proxy.AbstractProxyHandler
 
AbstractResourceClient - class org.apache.muse.core.AbstractResourceClient.
AbstractResourceClient is a base class for resource clients that are deployed as doc-literal services using WS-Addressing.
AbstractResourceClient(EndpointReference) - Constructor for class org.apache.muse.core.AbstractResourceClient
This is a convenience constructor that calls this(EndpointReference, EndpointReference) with the WS-A anonymous EPR as the second parameter (the source EPR).
AbstractResourceClient(EndpointReference, EndpointReference) - Constructor for class org.apache.muse.core.AbstractResourceClient
This is a convenience constructor that calls this(EndpointReference, EndpointReference, SoapClient) with an instance of SimpleSoapClient.
AbstractResourceClient(EndpointReference, EndpointReference, Environment) - Constructor for class org.apache.muse.core.AbstractResourceClient
This is a convenience constructor that calls this(EndpointReference, EndpointReference, SoapClient) with the SoapClient provided by the given Environment.
AbstractResourceClient(EndpointReference, EndpointReference, SoapClient) - Constructor for class org.apache.muse.core.AbstractResourceClient
 
AbstractSetRequestComponent - class org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent.
AbstractSetRequestComponent is a the abstract base class for the WS-ResourceProperties SetResourceProperties commands.
AbstractSetRequestComponent() - Constructor for class org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent
 
AbstractWsResourceCapability - class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability.
AbstractWsResourceCapability is a foundation for user-defined capabilities for WSRF-based resources.
AbstractWsResourceCapability() - Constructor for class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
AddHandler - class org.apache.muse.ws.resource.sg.impl.AddHandler.
AddHandler is the parser for the WS-ServiceGroup Add operation.
AddHandler() - Constructor for class org.apache.muse.ws.resource.sg.impl.AddHandler
 
AddRefusedFault - exception org.apache.muse.ws.resource.sg.faults.AddRefusedFault.
 
AddRefusedFault(Element) - Constructor for class org.apache.muse.ws.resource.sg.faults.AddRefusedFault
 
AddRefusedFault(String) - Constructor for class org.apache.muse.ws.resource.sg.faults.AddRefusedFault
 
AddRefusedFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.sg.faults.AddRefusedFault
 
AddRefusedFault(Throwable) - Constructor for class org.apache.muse.ws.resource.sg.faults.AddRefusedFault
 
AddRequest - class org.apache.muse.ws.resource.sg.impl.AddRequest.
AddRequest is a serializer/deserializer for the WS-ServiceGroup Add operation's request content.
AddRequest(Element) - Constructor for class org.apache.muse.ws.resource.sg.impl.AddRequest
 
AddRequest(EndpointReference, Date) - Constructor for class org.apache.muse.ws.resource.sg.impl.AddRequest
 
AddResponse - class org.apache.muse.ws.resource.sg.impl.AddResponse.
AddResponse is a serializer/deserializer for the WS-ServiceGroup Add operation's response content.
AddResponse(Element) - Constructor for class org.apache.muse.ws.resource.sg.impl.AddResponse
 
AddResponse(EndpointReference) - Constructor for class org.apache.muse.ws.resource.sg.impl.AddResponse
 
AddResponse(EndpointReference, Date) - Constructor for class org.apache.muse.ws.resource.sg.impl.AddResponse
 
Advertisement - interface org.apache.muse.ws.dm.muws.adv.Advertisement.
 
AllMatch - class org.apache.muse.ws.dm.muws.impl.AllMatch.
AllMatch is a ComplexMatch that acts as a conditional AND (&&) on all subexpressions.
AllMatch(WsResource) - Constructor for class org.apache.muse.ws.dm.muws.impl.AllMatch
 
AllMatch(WsResource, Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.AllMatch
 
AnyMatch - class org.apache.muse.ws.dm.muws.impl.AnyMatch.
AnyMatch is a ComplexMatch that acts as a conditional OR (||) on all subexpressions.
AnyMatch(WsResource) - Constructor for class org.apache.muse.ws.dm.muws.impl.AnyMatch
 
AnyMatch(WsResource, Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.AnyMatch
 
accept(File) - Method in class org.apache.muse.util.xml.XmlFileFilter
 
accept(File) - Method in class org.apache.muse.util.xml.XsdFileFilter
 
accept(File) - Method in class org.apache.muse.ws.resource.metadata.RmdFileFilter
 
accept(File) - Method in class org.apache.muse.ws.wsdl.WsdlFileFilter
 
accepts(NotificationMessage) - Method in interface org.apache.muse.ws.notification.Filter
 
accepts(NotificationMessage) - Method in interface org.apache.muse.ws.notification.NotificationMessageListener
 
accepts(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.MessagePatternFilter
 
accepts(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.ProducerPropertiesFilter
 
accepts(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
 
accepts(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.TopicFilter
 
add(EndpointReference, Element, Date) - Method in interface org.apache.muse.ws.resource.sg.ServiceGroupRegistration
 
add(EndpointReference, Element, Date) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroupRegistration
 
add(EndpointReference, Date) - Method in class org.apache.muse.ws.resource.sg.remote.ServiceGroupClient
Invokes the wsrf-sg:Add operation with an empty wsrf-sg:Content parameter.
addAddressingContext(MessageHeaders) - Method in class org.apache.muse.core.AbstractEnvironment
 
addAddressingContext(MessageHeaders) - Method in interface org.apache.muse.core.Environment
Records the WS-Addressing data for the current request.
addCapability(Capability) - Method in class org.apache.muse.core.SimpleResource
 
addCapability(WsResourceCapability) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
addCapability(WsResourceCapability) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchemaValidation
Registers the capability with the schema so that users of the schema can determine which capability is responsible for which resource properties.
addChangeApprover(PropertyChangeApprover) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
addChangeApprover(PropertyChangeApprover) - Method in interface org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners
Associates the given approver with the appropriate property.
addChangeListener(PropertyChangeListener) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
addChangeListener(PropertyChangeListener) - Method in interface org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners
Associates the given listener with the appropriate property.
addCorrelation(Correlation) - Method in interface org.apache.muse.ws.dm.muws.CorrelatableProperties
 
addCorrelation(Correlation) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleCorrelatableProperties
 
addEntry(EndpointReference, Element, Date) - Method in interface org.apache.muse.ws.resource.sg.ServiceGroup
Creates a new Entry resource and adds it to Muse's ResourceManager and the ServiceGroup's WS-RP container.
addEntry(EndpointReference, WsResource) - Method in interface org.apache.muse.ws.resource.sg.ServiceGroup
Adds the EPR/resource mapping to the implementation's collection of service group entries.
addEntry(EndpointReference, Element, Date) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
addEntry(EndpointReference, WsResource) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
addExtendedElement(Element) - Method in interface org.apache.muse.ws.dm.muws.events.ExtendedElements
 
addExtendedElement(QName, Object) - Method in interface org.apache.muse.ws.dm.muws.events.ExtendedElements
 
addExtendedElement(Element) - Method in class org.apache.muse.ws.dm.muws.events.impl.AbstractExtendedElements
 
addExtendedElement(QName, Object) - Method in class org.apache.muse.ws.dm.muws.events.impl.AbstractExtendedElements
 
addInitialValues(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
addListener(ResourceManagerListener) - Method in interface org.apache.muse.core.ResourceManager
 
addListener(ResourceManagerListener) - Method in class org.apache.muse.core.SimpleResourceManager
 
addManageabilityCapability(String) - Method in interface org.apache.muse.ws.dm.muws.ManageabilityCharacteristics
 
addManageabilityCapability(String) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleManageabilityCharacteristics
 
addMatch(Match) - Method in interface org.apache.muse.ws.dm.muws.Match
 
addMatch(Match) - Method in class org.apache.muse.ws.dm.muws.impl.ComplexMatch
 
addMatch(Match) - Method in class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
addMatch(Match) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMatch
This method always throws an UnsupportedOperationException, because simple PBMs can't have children.
addMessage(NotificationMessage) - Method in interface org.apache.muse.ws.notification.PullPointDataStore
 
addMessage(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.SimplePullPointDataStore
 
addMessageContent(Element) - Method in interface org.apache.muse.ws.notification.NotificationMessage
This method allows you to add message content in its XML form - the element will be added as the last child under the wsnt:Message part of the notification message.
addMessageContent(QName, Object) - Method in interface org.apache.muse.ws.notification.NotificationMessage
This method allows you to add message content that has not yet been serialized into XML.
addMessageContent(Element) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
addMessageContent(QName, Object) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
addMessageListener(NotificationMessageListener) - Method in interface org.apache.muse.ws.notification.NotificationConsumer
Adds the listener to the list of listeners that will be notified whenever a message is received by the resource.
addMessageListener(NotificationMessageListener) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer
 
addMessageType(QName) - Method in interface org.apache.muse.ws.notification.topics.Topic
 
addMessageType(QName) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
addParameter(Element) - Method in class org.apache.muse.ws.addressing.EndpointReference
Adds the given Element to the collection of reference parameters.
addParameter(QName) - Method in class org.apache.muse.ws.addressing.EndpointReference
This is a convenience method that calls addParameter(QName, Object) with a null parameter value.
addParameter(QName, Object) - Method in class org.apache.muse.ws.addressing.EndpointReference
Creates a new reference parameter with the given name and value.
addPermissions(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
addReadListener(PropertyReadListener) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
addReadListener(PropertyReadListener) - Method in interface org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners
Associates the given listener with the appropriate property.
addRelationship(String, RelationshipType, Participant[]) - Method in interface org.apache.muse.ws.dm.muws.Relationships
Creates a new Relationship resource with the given values, adds it to the ResourceManager and the participant resources' WS-RP container, and returns it to the caller.
addRelationship(String, RelationshipType, Participant[]) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
 
addRequestComponent(SetRequestComponent) - Method in interface org.apache.muse.ws.resource.properties.set.SetRequest
 
addRequestComponent(SetRequestComponent) - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetRequest
 
addResource(EndpointReference, Resource) - Method in interface org.apache.muse.core.ResourceManager
Add a resource to the manager, associated with the given EPR.
addResource(EndpointReference, Resource) - Method in class org.apache.muse.core.SimpleResourceManager
 
addResourceDefinitions(Collection) - Method in interface org.apache.muse.core.ResourceManager
 
addResourceDefinitions(Collection) - Method in class org.apache.muse.core.SimpleResourceManager
 
addSchemaImports(Document, String, Environment, Set) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
This is a convenience method that resolves all of the schema imports referenced in a WSDL.
addSchemaIncludes(Document, String, Environment, Set) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
This is a convenience method that resolves all of the schema includes referenced in a WSDL.
addStaticValues(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
addSubscription(WsResource) - Method in interface org.apache.muse.ws.notification.NotificationProducer
This method is for internal (service-side) code that wishes to add a subscription that has already been created (perhaps from data residing in a persistent data store) and does not require a call to subscribe().
addSubscription(WsResource) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
addTopic(QName) - Method in interface org.apache.muse.ws.notification.NotificationProducer
Creates a topic in the resource's topic set and adds it to the appropriate topic namespace.
addTopic(QName) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
addTopic(Topic) - Method in interface org.apache.muse.ws.notification.topics.Topic
Adds a child topic to the topic.
addTopic(Topic) - Method in interface org.apache.muse.ws.notification.topics.TopicNamespace
Adds a root topic to the namespace.
addTopic(Topic) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
addTopic(Topic) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
addTopicNamespace(String) - Method in interface org.apache.muse.ws.notification.NotificationProducer
Creates a topic namespace in the resource's topic set using the given URI.
addTopicNamespace(String) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
addTopicNamespace(TopicNamespace) - Method in interface org.apache.muse.ws.notification.topics.TopicSet
 
addTopicNamespace(TopicNamespace) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicSet
 
addTopics(Element, String, String) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
addValidValues(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
appendExtendedElements(Element) - Method in class org.apache.muse.ws.dm.muws.events.impl.AbstractExtendedElements
 
applyMetadata() - Method in interface org.apache.muse.ws.resource.metadata.ResourcePropertiesMetadataValidation
Takes the RMD that has been provided through setMetadata() and creates components that will enforce it.
applyMetadata() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 

B

BASE - Static variable in class org.apache.muse.util.xml.XsdUtils
 
BASE_CAPABILITIES_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The base for all WSDM capability URIs.
BASE_FAULT_QNAME - Static variable in class org.apache.muse.ws.resource.basefaults.WsbfConstants
 
BINDING_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
BODY_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
BOOLEAN_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
BaseFault - exception org.apache.muse.ws.resource.basefaults.BaseFault.
BaseFault is Muse's default implementation of the WS-BaseFaults BaseFault type.
BaseFault(Element) - Constructor for class org.apache.muse.ws.resource.basefaults.BaseFault
Creates a new BaseFault by parsing the given XML according to the WS-BF spec.
BaseFault(QName, String) - Constructor for class org.apache.muse.ws.resource.basefaults.BaseFault
 
BaseFault(QName, String, Throwable) - Constructor for class org.apache.muse.ws.resource.basefaults.BaseFault
 
BaseFault(QName, Throwable) - Constructor for class org.apache.muse.ws.resource.basefaults.BaseFault
 
BroadcastAdvertisement - class org.apache.muse.ws.dm.muws.adv.impl.BroadcastAdvertisement.
 
BroadcastAdvertisement() - Constructor for class org.apache.muse.ws.dm.muws.adv.impl.BroadcastAdvertisement
 

C

CALC_INTERVAL_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
CAPABILITY_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
MUWS Capability name, for defining capabilities in metadata.
CAPABILITY_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
CAPTION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
CHANGE_TYPE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
CHARACTERISTICS_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
CHARACTERISTICS_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM ManageabilityCharacteristics namespace URI.
CODE_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
COMPLEX_CONTENT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
COMPLEX_TYPE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
COMP_ADDRESS_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
CONCRETE_TOPIC_URI - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
CONFIGURATION_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
CONFIGURATION_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM Configuration namespace URI.
CONFIGURE_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
CONNECT_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
CONSTANT - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
CONSUMER_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
CONSUMER_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
CONTENT_CREATION_FAILED_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
CONTENT_ELEMENTS - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
CONTENT_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the wssg:Content property.
CONTENT_RULE_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the wssg:MembershipContentRule property.
CONTENT_TYPE_HEADER - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
CORRELATABLE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
CORRELATABLE_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
CORRELATABLE_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM CorrelatableProperties namespace URI.
COUNTER - Static variable in interface org.apache.muse.ws.dm.muws.Metric
 
COUNTER - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
CREATE_NOTIFICATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
CREATE_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
CREATION_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
CRITICAL_SEVERITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
CURRENT_TIME_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
CURRENT_TIME_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
CURRENT_TIME_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
The name of the wsrl:CurrentTime property.
CURRENT_TIME_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the wssg:CurrentTime return value.
Capability - interface org.apache.muse.core.Capability.
Capability is the atomic unit of functional definition for a resource type.
ChangeNotificationListener - class org.apache.muse.ws.notification.properties.ChangeNotificationListener.
ChangeNotificationListener is a PropertyChangeListener that reports changes in a resource property to the WS-N topic that represents the property.
ChangeNotificationListener(QName, NotificationProducer) - Constructor for class org.apache.muse.ws.notification.properties.ChangeNotificationListener
 
ChangeNotificationListenerFactory - interface org.apache.muse.ws.notification.properties.ChangeNotificationListenerFactory.
ChangeNotificationListenerFactory is a device for creating PropertyChangeListeners that publish WS-N notifications about property changes.
ComplexMatch - class org.apache.muse.ws.dm.muws.impl.ComplexMatch.
ComplexMatch is an abstract class for any pbm:Match that supports subexpressions (sub-Matches).
ComplexMatch(WsResource) - Constructor for class org.apache.muse.ws.dm.muws.impl.ComplexMatch
 
ComplexMatch(WsResource, Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.ComplexMatch
 
Component - interface org.apache.muse.ws.dm.muws.events.Component.
 
ComponentAddress - interface org.apache.muse.ws.dm.muws.events.ComponentAddress.
 
ConcretePathExpression - class org.apache.muse.ws.notification.topics.impl.ConcretePathExpression.
ConcretePathExpression allows users to evaluate simple and concrete topic expressions, as defined by WS-Topics v1.3.
ConcretePathExpression(Topic) - Constructor for class org.apache.muse.ws.notification.topics.impl.ConcretePathExpression
 
ConcretePathExpression(TopicNamespace, QName) - Constructor for class org.apache.muse.ws.notification.topics.impl.ConcretePathExpression
 
ConcretePathExpression(TopicSet, QName) - Constructor for class org.apache.muse.ws.notification.topics.impl.ConcretePathExpression
 
Configuration - interface org.apache.muse.ws.dm.muws.Configuration.
This interface represents the WSDM Configuration capability, which has no properties, operations, or events.
ContentCreationFailedFault - exception org.apache.muse.ws.resource.sg.faults.ContentCreationFailedFault.
 
ContentCreationFailedFault(Element) - Constructor for class org.apache.muse.ws.resource.sg.faults.ContentCreationFailedFault
 
ContentCreationFailedFault(String) - Constructor for class org.apache.muse.ws.resource.sg.faults.ContentCreationFailedFault
 
ContentCreationFailedFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.sg.faults.ContentCreationFailedFault
 
ContentCreationFailedFault(Throwable) - Constructor for class org.apache.muse.ws.resource.sg.faults.ContentCreationFailedFault
 
CorrelatableProperties - interface org.apache.muse.ws.dm.muws.CorrelatableProperties.
This interface represents the WSDM CorrelatableProperties capability.
Correlation - interface org.apache.muse.ws.dm.muws.Correlation.
Correlation represents the expression in one instance of the CorrelatableProperties resource property.
CorrelationFactory - interface org.apache.muse.ws.dm.muws.CorrelationFactory.
CorrelationFactory is a device for creating correlation expressions from their XML definitions without having to reference concrete expression types.
CounterResourceIdFactory - class org.apache.muse.core.routing.CounterResourceIdFactory.
This ResourceIdFactory creates IDs of the form "MuseResource-N", where N is a monotonically increasing integer greater than zero.
CounterResourceIdFactory() - Constructor for class org.apache.muse.core.routing.CounterResourceIdFactory
 
CounterResourceIdFactory(String) - Constructor for class org.apache.muse.core.routing.CounterResourceIdFactory
 
canDelete(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
canDelete(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
canDelete(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
canInsert(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
canInsert(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
canInsert(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
canUpdate(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
canUpdate(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
canUpdate(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
changeCompleted(QName, Element, Element) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
Reports the completed property change to all PropertyChangeListeners.
changeRequested(QName, Element, Element, Object) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
Reports the pending property change to all PropertyChangeApprovers.
convertToArray(NodeList) - Static method in class org.apache.muse.util.xml.XmlUtils
 
convertToElements(Object[], Class, QName) - Static method in class org.apache.muse.ws.resource.properties.impl.WsrpUtils
Uses Muse's registered Serializers to convert the given objects into XML elements.
convertToFault(Throwable) - Static method in class org.apache.muse.ws.addressing.soap.SoapUtils
 
convertToFault(Throwable) - Static method in class org.apache.muse.ws.resource.basefaults.WsbfUtils
 
convertToNode(Document, Object) - Static method in class org.apache.muse.util.xml.XmlUtils
Converts an object into its XML representation; this usually means that the object's toString() method is called and the result used to create a DOM Text object.
convertToObjects(Element[], Class) - Static method in class org.apache.muse.ws.resource.properties.impl.WsrpUtils
Uses Muse's registered Serializers to convert the given Elements into instances of the given type.
createAddHandler() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroupRegistration
 
createComponent() - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createComponent(Element) - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createComponent() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createComponent(Element) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createComponentAddress() - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createComponentAddress(Element) - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createComponentAddress(XmlSerializable) - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createComponentAddress() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createComponentAddress(Element) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createComponentAddress(XmlSerializable) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createConsumerClient() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
Users can override this method to provide a different implementation of the WS-N client class without changing the implementation of subscription management.
createDataStore() - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
Users can override this method to provide an alternate implementation of the PullPointDataStore API.
createDefinition(Document, File) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
 
createDelete(QName) - Method in interface org.apache.muse.ws.resource.properties.set.SetOperationFactory
This is a convenience method that creates a new SetRequest object an populates it with a DeleteRequest for the given property.
createDelete(QName) - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetOperationFactory
 
createDetail() - Method in class org.apache.muse.ws.resource.basefaults.BaseFault
This method adds the wsrf-bf:BaseFault derived fault XML to the Detail section of the SOAP fault.
createDocument() - Static method in class org.apache.muse.util.xml.XmlUtils
 
createDocument(File) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createDocument(InputSource) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createDocument(InputStream) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createDocument(String) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createDocument(URI) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that converts the given URI to a File and invokes createDocument(File).
createElement(Document, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createElement(Document, QName, Node, boolean) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createElement(Document, QName, Object) - Static method in class org.apache.muse.util.xml.XmlUtils
 
createElement(QName) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that creates a new, empty Element; the owner of the Element is EMPTY_DOC.
createElement(QName, Object) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that creates a new Element with the given value; the owner of the Element is EMPTY_DOC.
createEntry(EndpointReference, Element, Date) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
createEvent() - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createEvent(Element) - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createEvent() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createEvent(Element) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createFaultHeaders() - Method in class org.apache.muse.ws.addressing.MessageHeaders
Returns a new set of WS-A message headers based on this object; the headers returned can be used when replying to a message with a fault.
createGetDocumentHandler() - Method in class org.apache.muse.ws.resource.properties.get.impl.SimpleGetCapability
 
createGetHandler() - Method in class org.apache.muse.ws.resource.properties.get.impl.SimpleGetCapability
 
createGetMetadataHandler() - Method in class org.apache.muse.ws.metadata.impl.SimpleMetadataExchange
 
createGetMultipleHandler() - Method in class org.apache.muse.ws.resource.properties.get.impl.SimpleGetCapability
 
createGettersAndSetters(QName) - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
createInsert(QName, Object[]) - Method in interface org.apache.muse.ws.resource.properties.set.SetOperationFactory
This is a convenience method that creates a new SetRequest object an populates it with a InsertRequest for the given property.
createInsert(QName, Object[]) - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetOperationFactory
 
createInsertRequests(Element) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
createMatch(WsResource, Element) - Method in class org.apache.muse.ws.dm.muws.impl.MatchFactory
 
createMembershipContentRules() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
This implementation returns an empty array (no content rules, no restrictions on membership).
createMessage(EndpointReference, EndpointReference, String, Element[], Element[]) - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
Creates a valid SOAP message, including WS-A headers that specify the destination and operation (action).
createMetadataDescriptor(Document) - Method in class org.apache.muse.ws.resource.impl.SimpleWsResource
 
createNotificationListenerFactory() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
Users can override this method to provide an alternative implementation of ChangeNotificationListenerFactory that wraps WS-RP change notifications in a different set of XML content.
createNotificationMessage() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
Users can override this method to provide an alternative implementation of NotificationMessage.
createPropertiesSchema(Document) - Method in class org.apache.muse.ws.resource.impl.SimpleWsResource
 
createPropertyCollection() - Method in class org.apache.muse.ws.resource.impl.SimpleWsResource
This method returns the concrete WSRP state model - this is not the implementation of the WSRP capabilities (which map SOAP requests to WSRP operations), but it does implement the actual WSRP operations and does the delegation of read/write requests to the capabilities defining the properties.
createPullPoint() - Method in interface org.apache.muse.ws.notification.PullPointCreation
Instantiates a new instance of a pullpoint resource that can be used to store messages from one or more resources.
createPullPoint() - Method in class org.apache.muse.ws.notification.impl.SimplePullPointCreation
 
createQueryExpressionFactory() - Method in class org.apache.muse.ws.resource.properties.query.impl.SimpleQueryCapability
Users can override this method to provide alternative implementations of QueryExpressionFactory that support other dialects.
createQueryHandler() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
 
createQueryHandler() - Method in class org.apache.muse.ws.resource.properties.query.impl.SimpleQueryCapability
 
createRelationship(Element) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
This method reads the relationship fields from the XML and forwards them to createRelationship(String, RelationshipType, Participant[]).
createRelationship(String, RelationshipType, Participant[]) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
Creates a new relationship resource with the given fields, initializes it, and adds it to the ResourceManager before returning it.
createRelativePath(String, String) - Method in class org.apache.muse.core.AbstractEnvironment
 
createRelativePath(String, String) - Method in interface org.apache.muse.core.Environment
Merges the two paths to create a valid version of the second path.
createReplyHeaders() - Method in class org.apache.muse.ws.addressing.MessageHeaders
Returns a new set of WS-A message headers based on this object; the headers returned can be used when replying to a message (no fault).
createResource(String) - Method in interface org.apache.muse.core.ResourceManager
Finds the resource type definition associated with the given context path (defined in muse.xml), instantiates an instance of the resource class, and sets the basic values (EPR, initialization parameters, etc.) and Muse components (Environment, log file, etc.) that it needs to operate.
createResource(String) - Method in class org.apache.muse.core.SimpleResourceManager
 
createResourceFile(EndpointReference, Resource) - Method in class org.apache.muse.core.AbstractFilePersistence
Creates the proper file name for the given resource instance and then delegates creation of the file's contents to the abstract method of the same name.
createResourceFile(EndpointReference, Resource, File) - Method in class org.apache.muse.core.AbstractFilePersistence
This method should be overridden by concrete file-based persistence classes to create the given file and fill it with the appropriate XML content.
createResourceFile(EndpointReference, Resource, File) - Method in class org.apache.muse.core.routing.RouterFilePersistence
This method should be overridden by concrete file-based persistence classes to create the given file and fill it with the appropriate XML content. Classes that are only interested in the serialization of a certain capability's data can use the Resource object to get access to said capability.

This implementation serializes the EPR to XML, then writes the wsa:ReferenceParameters element to the file.
createResourceFile(EndpointReference, Resource, File) - Method in class org.apache.muse.ws.notification.impl.NotificationProducerFilePersistence
 
createResourceFile(EndpointReference, Resource, File) - Method in class org.apache.muse.ws.resource.sg.impl.ServiceGroupFilePersistence
 
createResourceManager() - Method in class org.apache.muse.core.routing.SimpleResourceRouter
This method can be overridden to provide an alternate implementation of the ResourceManager component to the router.
createSet(Element) - Method in interface org.apache.muse.ws.resource.properties.set.SetOperationFactory
Parses the given XML fragment according to the WS-RP spec for SetResourceProperties requests.
createSet(Element) - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetOperationFactory
 
createSetHandler() - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetCapability
 
createSetTerminationTimeHandle