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
 
createSetTerminationTimeHandler() - Method in class org.apache.muse.ws.resource.lifetime.impl.SimpleScheduledTermination
 
createSituation() - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createSituation(Element) - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createSituation() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createSituation(Element) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createSoapClient() - Method in class org.apache.muse.core.AbstractEnvironment
This method can be overridden by concrete Environments to provide a different implementation of SoapClient for use by the application.
createSubscribeHandler() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
createSubstitutableMessage() - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createSubstitutableMessage(Element) - Method in interface org.apache.muse.ws.dm.muws.events.WefFactory
 
createSubstitutableMessage() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createSubstitutableMessage(Element) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
createTopicSetDocument(String) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
createUUID() - Method in class org.apache.muse.util.uuid.RandomUuidFactory
 
createUUID() - Method in interface org.apache.muse.util.uuid.UuidFactory
 
createUpdate(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 UpdateRequest for the given property.
createUpdate(QName, Object[]) - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetOperationFactory
 
createWSDL(Environment, String, boolean) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
Loads the WSDL at the given path, resolving any imports if desired.
createWefFactory() - Method in class org.apache.muse.ws.dm.muws.adv.impl.AbstractAdvertisement
 

D

DATE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
DATE_TIME_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
DEFAULT_DOCUMENT_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
A default root element name for WS-RP documents.
DEFAULT_RESOURCE_ID_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
DEFAULT_SERVICE_NAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
DEFINITIONS_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
DELETE_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
DEPENDENCY_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
DESCRIPTION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
DESCRIPTION_QNAME - Static variable in class org.apache.muse.ws.resource.basefaults.WsbfConstants
 
DESCRIPTION_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
DESCRIPTION_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM Description namespace URI.
DESCRIPTOR_ATTR_QNAME - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
DESCRIPTOR_LOCATION_ATTR_QNAME - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
DESCRIPTOR_QNAME - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
DESTROY_NOTIFICATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
DESTROY_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
DESTROY_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
DESTROY_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
DESTROY_URI - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
The WS-A Action URI of the Destroy operation.
DETAIL_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
DIALECT - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
DIALECT - Static variable in class org.apache.muse.ws.metadata.WsxConstants
 
DIALECT - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
DIALECT - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
DIALECT - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
DIALECT_QNAME - Static variable in class org.apache.muse.ws.metadata.WsxConstants
 
DOUBLE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
DURATION - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
DURATION_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
DeleteRequest - class org.apache.muse.ws.resource.properties.set.impl.DeleteRequest.
DeleteRequest is a serializer/deserializer for the WS-ResourceProperties Delete operation, which is part of SetResourceProperties.
DeleteRequest(Element) - Constructor for class org.apache.muse.ws.resource.properties.set.impl.DeleteRequest
 
DeleteRequest(QName) - Constructor for class org.apache.muse.ws.resource.properties.set.impl.DeleteRequest
 
Description - interface org.apache.muse.ws.dm.muws.Description.
This interface represents the WSDM Description capability.
deleteMutableProperties() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
deleteProperty(QName) - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
deleteResourceProperty(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
deleteResourceProperty(QName, Object) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
deleteResourceProperty(QName) - Method in interface org.apache.muse.ws.resource.properties.set.SetResourcePropertiesComponents
Removes all properties with the given name.
deleteResourceProperty(QName, Object) - Method in interface org.apache.muse.ws.resource.properties.set.SetResourcePropertiesPermissions
Removes all properties with the given name.
deleteResourceProperty(QName) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 
deserialize(Element, Class) - Method in class org.apache.muse.core.proxy.ReflectionProxyHandler
Deserializes the given DOM Element using the Serializer registered for the given type.
destroy() - Method in interface org.apache.muse.ws.resource.lifetime.ImmediateTermination
Makes the resource's destruction logic available to remote clients.
destroy() - Method in class org.apache.muse.ws.resource.lifetime.impl.SimpleImmediateTermination
 
destroy() - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 
destroyResourceFile(EndpointReference) - Method in class org.apache.muse.core.AbstractFilePersistence
Finds the file associated with the given resource EPR and removes it from the file system.

E

ELEMENT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
EMPTY_DOC - Static variable in class org.apache.muse.util.xml.XmlUtils
An empty Document that can be used as a DOM factory for creation of random XML fragments.
EMPTY_REQUEST - Static variable in class org.apache.muse.core.routing.AbstractMessageHandler
An empty array that can be shared to represent requests with zero parameters.
ENTERED_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
ENTRY_ADDITION_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the WS-SG entry addition event.
ENTRY_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the wssg:Entry property.
ENTRY_REMOVAL_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the WS-SG entry destruction event.
ENTRY_URI - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
ENVELOPE_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
EPR_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
The standard EndpointReference QName - note that EPRs are not required to use this as their root element QName when serialized to XML.
EPR_TYPE_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
The name of the XSD EPR type.
ERROR_CODE_DIALECT - Static variable in class org.apache.muse.ws.resource.basefaults.WsbfConstants
 
ERROR_CODE_QNAME - Static variable in class org.apache.muse.ws.resource.basefaults.WsbfConstants
 
EVENT_ID_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
EXTENSION_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
EndpointReference - class org.apache.muse.ws.addressing.EndpointReference.
EndpointReference is a complete implementation of the EndpointReferenceType type defined in WS-Addressing 1.0.
EndpointReference(Element) - Constructor for class org.apache.muse.ws.addressing.EndpointReference
This is a convenience constructor that creates a new EPR from the given XML, making a deep copy of it in the process.
EndpointReference(Element, boolean) - Constructor for class org.apache.muse.ws.addressing.EndpointReference
Creates a new EPR from the given XML definition.
EndpointReference(EndpointReference) - Constructor for class org.apache.muse.ws.addressing.EndpointReference
This is a convenience constructor that is equivalent to calling the EndpointReference(EndpointReference, QName) constructor with the standard wsa:EndpointReference QName.
EndpointReference(EndpointReference, QName) - Constructor for class org.apache.muse.ws.addressing.EndpointReference
A copy constructor for EPRs - creates a deep copy of the given EPR.
EndpointReference(URI) - Constructor for class org.apache.muse.ws.addressing.EndpointReference
This is a convenience constructor that is the equivalent of calling EndpointReference(URI, QName) constructor with the standard wsa:EndpointReference QName.
EndpointReference(URI, QName) - Constructor for class org.apache.muse.ws.addressing.EndpointReference
Creates a new EPR with the given wsa:Address URI; when the EPR is serialized to XML, its root element will have the given QName.
Entry - interface org.apache.muse.ws.resource.sg.Entry.
Entry represents the WS-RF ServiceGroupEntry resource type.
Environment - interface org.apache.muse.core.Environment.
Environment defines features related to the underlying platform and the endpoint's configuration in a generic way.
ExtendedElements - interface org.apache.muse.ws.dm.muws.events.ExtendedElements.
This is a utility interface for WEF components that can be extended with arbitrary elements (their schema definitions include an xsd:any).
ExternalChangeApprover - class org.apache.muse.ws.resource.metadata.impl.ExternalChangeApprover.
ExternalChangeApprover is a PropertyChangeApprover that throws an exception if an external client tries to change a read-only property.
ExternalChangeApprover(QName, boolean) - Constructor for class org.apache.muse.ws.resource.metadata.impl.ExternalChangeApprover
Creates a new approver for the property with the given name.
equals(Object) - Method in class javax.xml.namespace.QName
 
equals(Element, Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
equals(Object) - Method in class org.apache.muse.ws.addressing.EndpointReference
 
equals(Object) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
equals(Object) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
evaluate(Element, String) - Method in interface org.apache.muse.ws.resource.properties.query.QueryExpression
 
evaluate(Element, String) - Method in class org.apache.muse.ws.resource.properties.query.impl.XPathQueryExpression
 
execute(ResourcePropertyCollection) - Method in interface org.apache.muse.ws.resource.properties.set.SetRequestComponent
Performs the set command on the given WSRP document.
execute(ResourcePropertyCollection) - Method in class org.apache.muse.ws.resource.properties.set.impl.DeleteRequest
 
execute(ResourcePropertyCollection) - Method in class org.apache.muse.ws.resource.properties.set.impl.InsertRequest
 
execute(ResourcePropertyCollection) - Method in class org.apache.muse.ws.resource.properties.set.impl.UpdateRequest
 
extractText(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 

F

FATAL_SEVERITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
FAULT_CAUSE_QNAME - Static variable in class org.apache.muse.ws.resource.basefaults.WsbfConstants
 
FAULT_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
FAULT_TO_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
FAULT_URI - Static variable in class org.apache.muse.ws.addressing.WsaConstants
The wsa:Action that all fault messages should use.
FILTER_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
FINAL - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
FIXED_SET_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
FLOAT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
FROM_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
FULL_TOPIC_URI - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
Filter - interface org.apache.muse.ws.notification.Filter.
Filter is a data structure used by the WS-Notification Subscribe operation to allow clients to control how many and what type of messages they receive from a resource.
FilterFactory - class org.apache.muse.ws.notification.impl.FilterFactory.
FilterFactory is a component for creating WS-Notification filters from XML fragments that are compliant with the WS-N v1.3 schema.
findFirstInSubTree(Element, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that returns the first Element in the array returned by findInSubTree(Element, QName), if any.
findInSubTree(Element, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
Searches through an entire sub-tree for child Elements whose QName matches the one given.
fromXML(Element) - Method in interface org.apache.muse.core.proxy.ProxyHandler
Deserializes the given DOM Element into a POJO that can be returned to the invoker of the web service operation.
fromXML(Element) - Method in class org.apache.muse.core.proxy.ReflectionProxyHandler
 
fromXML(Element) - Method in interface org.apache.muse.core.routing.MessageHandler
Deserializes the given DOM Element into a set of POJOs that can be used when invoking a Java method.
fromXML(Element) - Method in class org.apache.muse.core.routing.ReflectionMessageHandler
Deserializes the given DOM Element into a set of POJOs that can be used when invoking a Java method. Implementations should use Muse's registered Serializers in order to deserialize the XML into objects of the proper types.

This implementation uses the MessageHandler's java.lang.reflect.Method to discover what parameter types can be expected in the given Element.
fromXML(Element) - Method in interface org.apache.muse.core.serializer.Serializer
Deserializes the DOM Element into a POJO whose type this Serializer is responsible for.
fromXML(Element) - Method in class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.metadata.impl.GetMetadataHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.notification.impl.NotificationMessageSerializer
 
fromXML(Element) - Method in class org.apache.muse.ws.notification.impl.SubscribeHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetDocumentHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.resource.properties.set.impl.SetHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.resource.sg.impl.AddHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.resource.sg.impl.MembershipContentRuleSerializer
 

G

GATHERING_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
GAUGE - Static variable in interface org.apache.muse.ws.dm.muws.Metric
 
GAUGE - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
GET_CAPABILITY - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
GET_CURRENT_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
GET_CURRENT_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
GET_CURRENT_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
GET_DOCUMENT_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
GET_DOCUMENT_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
GET_METADATA_CAPABILITY - Static variable in class org.apache.muse.ws.metadata.WsxConstants
 
GET_METADATA_QNAME - Static variable in class org.apache.muse.ws.metadata.WsxConstants
 
GET_METADATA_URI - Static variable in class org.apache.muse.ws.metadata.WsxConstants
 
GET_MULTIPLE_PROPERTIES_URI - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
The WS-A Action URI for the GetMultipleResourceProperties operation.
GET_MULTIPLE_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
GET_MULTIPLE_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
GET_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
GET_RESOURCE_PROPERTY_URI - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
The WS-A Action URI for the GetResourceProperty operation.
GET_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
GET_RP_DOCUMENT_URI - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
The WS-A Action URI for the GetResourcePropertyDocument operation.
GetCapability - interface org.apache.muse.ws.resource.properties.get.GetCapability.
GetCapability allows resources to expose the "get" operations defined by WS-RP - GetMultipleResourceProperties, GetResourceProperty, and GetResourcePropertyDocument.
GetDocumentHandler - class org.apache.muse.ws.resource.properties.get.impl.GetDocumentHandler.
GetDocumentHandler is the parser for the WS-ResourceProperties GetResourcePropertyDocument operation.
GetDocumentHandler() - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetDocumentHandler
 
GetHandler - class org.apache.muse.ws.resource.properties.get.impl.GetHandler.
GetHandler is the parser for the WS-ResourceProperties GetResourceProperty operation.
GetHandler() - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetHandler
 
GetMetadataHandler - class org.apache.muse.ws.metadata.impl.GetMetadataHandler.
GetMetadataHandler is the parser for the WS-MetadataExchange GetMetadata operation.
GetMetadataHandler() - Constructor for class org.apache.muse.ws.metadata.impl.GetMetadataHandler
 
GetMetadataRequest - class org.apache.muse.ws.metadata.impl.GetMetadataRequest.
GetMetadataRequest is a serializer/deserializer for the WS-MetadataExchange GetMetadata operation's request content.
GetMetadataRequest(Element) - Constructor for class org.apache.muse.ws.metadata.impl.GetMetadataRequest
 
GetMetadataRequest(String) - Constructor for class org.apache.muse.ws.metadata.impl.GetMetadataRequest
 
GetMetadataResponse - class org.apache.muse.ws.metadata.impl.GetMetadataResponse.
GetMetadataResponse is a serializer/deserializer for the WS-MetadataExchange GetMetadata operation's response content.
GetMetadataResponse() - Constructor for class org.apache.muse.ws.metadata.impl.GetMetadataResponse
 
GetMetadataResponse(Element[]) - Constructor for class org.apache.muse.ws.metadata.impl.GetMetadataResponse
 
GetMultipleHandler - class org.apache.muse.ws.resource.properties.get.impl.GetMultipleHandler.
GetMultipleHandler is the parser for the WS-ResourceProperties GetMultipleResourceProperties operation.
GetMultipleHandler() - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetMultipleHandler
 
GetMultipleRequest - class org.apache.muse.ws.resource.properties.get.impl.GetMultipleRequest.
GetMultipleRequest is a serializer/deserializer for the WS-ResourceProperties GetMultipleResourceProperties operation's request content.
GetMultipleRequest(Element) - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetMultipleRequest
 
GetMultipleRequest(QName[]) - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetMultipleRequest
 
GetMultipleResourceProperties - interface org.apache.muse.ws.resource.properties.get.GetMultipleResourceProperties.
 
GetMultipleResponse - class org.apache.muse.ws.resource.properties.get.impl.GetMultipleResponse.
GetMultipleResponse is a serializer/deserializer for the WS-ResourceProperties GetMultipleResourceProperties operation's response content.
GetMultipleResponse(Element[]) - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetMultipleResponse
 
GetRequest - class org.apache.muse.ws.resource.properties.get.impl.GetRequest.
GetRequest is a serializer/deserializer for the WS-ResourceProperties GetResourceProperty operation's request content.
GetRequest(Element) - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetRequest
 
GetRequest(QName) - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetRequest
 
GetResourceProperty - interface org.apache.muse.ws.resource.properties.get.GetResourceProperty.
 
GetResourcePropertyDocument - interface org.apache.muse.ws.resource.properties.get.GetResourcePropertyDocument.
 
GetResourcePropertyExtensions - interface org.apache.muse.ws.resource.properties.get.ext.GetResourcePropertyExtensions.
GetResourcePropertyExtensions is a collection of convenience methods that can be added onto a WS-RP implementation.
GetResponse - class org.apache.muse.ws.resource.properties.get.impl.GetResponse.
GetResponse is a serializer/deserializer for the WS-ResourceProperties GetResourceProperty operation's response content.
GetResponse() - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetResponse
 
GetResponse(Element) - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetResponse
 
GetResponse(Element[]) - Constructor for class org.apache.muse.ws.resource.properties.get.impl.GetResponse
 
get(String) - Method in class org.apache.muse.util.messages.Messages
 
get(String, boolean) - Method in class org.apache.muse.util.messages.Messages
 
get(String, Object[]) - Method in class org.apache.muse.util.messages.Messages
Retrieves the value specified and replaces any placeholders (XXX values) with the values in the given array.
get(String, Object[], boolean) - Method in class org.apache.muse.util.messages.Messages
Retrieves the value specified and replaces any placeholders (XXX values) with the values in the given array.
get(Object) - Static method in class org.apache.muse.util.messages.MessagesFactory
Inspects the object to discover the package name of its Java class and tries to load a properties file in that package.
getAccessEndpointReference() - Method in interface org.apache.muse.ws.dm.muws.RelationshipResource
 
getAccessEndpointReference() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
getAction() - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
getAction() - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
getAction() - Method in class org.apache.muse.core.routing.AbstractMessageHandler
 
getAction() - Method in interface org.apache.muse.core.routing.MessageHandler
 
getAction() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
getAction(Operation) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
 
getActions() - Method in class org.apache.muse.core.AbstractCapability
 
getActions() - Method in interface org.apache.muse.core.Capability
 
getAddress() - Method in class org.apache.muse.ws.addressing.EndpointReference
 
getAddress() - Method in interface org.apache.muse.ws.dm.muws.events.Component
 
getAddress() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
getAddressingContext() - Method in class org.apache.muse.core.AbstractEnvironment
 
getAddressingContext() - Method in interface org.apache.muse.core.Environment
 
getAllElements(Node) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getAllElements(Node, String) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getAllElements(Node, String, String) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getAllNamespaces(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
Searches the given sub-tree and returns all of the namespace URIs that are used to declare the root Element and its child Elements.
getAttribute(Element, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getBoolean(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getCapability(String) - Method in class org.apache.muse.core.SimpleResource
 
getCapability(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
getCapability(QName) - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
getCapability(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
getCapability(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchemaValidation
 
getCapability(QName) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
getCapabilityActions() - Method in class org.apache.muse.core.SimpleResource
 
getCapabilityForAction(String) - Method in class org.apache.muse.core.SimpleResource
 
getCapabilityURI() - Method in class org.apache.muse.core.AbstractCapability
 
getCapabilityURI() - Method in interface org.apache.muse.core.Capability
 
getCapabilityURIs() - Method in class org.apache.muse.core.SimpleResource
 
getCaption() - Method in interface org.apache.muse.ws.dm.muws.Description
 
getCaption() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleDescription
 
getCategoryType() - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
getCategoryType() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
getCauseOfFailure() - Method in interface org.apache.muse.core.InitializationFailure
 
getChangeApprovers(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
getChangeApprovers(QName) - Method in interface org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners
 
getChangeListeners(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
getChangeListeners(QName) - Method in interface org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners
 
getClassLoader() - Method in class org.apache.muse.core.AbstractEnvironment
 
getClassLoader() - Method in interface org.apache.muse.core.Environment
 
getCode() - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
getComplexTypeDeclaration(Node, QName) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
Searches a WSDL document's types section for a complex type defined with the given name.
getConcretePath() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
getConcretePath() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
getConsumerClient() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
getConsumerReference() - Method in interface org.apache.muse.ws.notification.SubscriptionManager
 
getConsumerReference() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
getConsumerReference() - Method in class org.apache.muse.ws.notification.impl.Subscribe
 
getConsumerReference() - Method in class org.apache.muse.ws.notification.remote.NotificationConsumerClient
 
getContent() - Method in interface org.apache.muse.ws.resource.sg.Entry
 
getContent() - Method in class org.apache.muse.ws.resource.sg.impl.AddRequest
 
getContent() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
This implementation reads the content values on-the-fly, creating a client to the member resource and using the WSRP GetMultipleResourceProperties operation to discover the property values.
getContentElements() - Method in interface org.apache.muse.ws.resource.sg.MembershipContentRule
 
getContentElements() - Method in interface org.apache.muse.ws.resource.sg.ServiceGroup
 
getContentElements() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
getContentElements() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
getContextPath(EndpointReference) - Method in class org.apache.muse.core.AbstractFilePersistence
 
getContextPath() - Method in interface org.apache.muse.core.Resource
 
getContextPath() - Method in class org.apache.muse.core.SimpleResource
 
getCorrelatableProperties() - Method in interface org.apache.muse.ws.dm.muws.CorrelatableProperties
 
getCorrelatableProperties() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleCorrelatableProperties
 
getCreationTime() - Method in interface org.apache.muse.ws.notification.SubscriptionManager
 
getCreationTime() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
getCurrentMessage(QName) - Method in interface org.apache.muse.ws.notification.NotificationProducer
Retrieves the last message published for a given topic.
getCurrentMessage(QName) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getCurrentMessage(QName) - Method in class org.apache.muse.ws.notification.remote.NotificationProducerClient
 
getCurrentMessage() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
getCurrentMessage() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
getCurrentTime() - Method in interface org.apache.muse.ws.dm.muws.Metrics
 
getCurrentTime() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetrics
 
getCurrentTime() - Method in class org.apache.muse.ws.notification.impl.SubscribeResponse
 
getCurrentTime() - Method in interface org.apache.muse.ws.resource.lifetime.ScheduledTermination
 
getCurrentTime() - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeResponse
 
getCurrentTime() - Method in class org.apache.muse.ws.resource.lifetime.impl.SimpleScheduledTermination
 
getCurrentTime() - Method in class org.apache.muse.ws.resource.sg.impl.AddResponse
 
getDataResource(String) - Method in class org.apache.muse.core.AbstractEnvironment
 
getDataResource(String) - Method in interface org.apache.muse.core.Environment
 
getDataResourceStream(String) - Method in class org.apache.muse.core.AbstractEnvironment
 
getDataResourceStream(String) - Method in interface org.apache.muse.core.Environment
 
getDataStore() - Method in interface org.apache.muse.ws.notification.PullPoint
 
getDataStore() - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
 
getDate(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getDefaultEPR() - Method in class org.apache.muse.core.AbstractEnvironment
 
getDefaultURI() - Method in class org.apache.muse.core.AbstractEnvironment
 
getDefaultURI() - Method in interface org.apache.muse.core.Environment
 
getDeploymentEPR() - Method in interface org.apache.muse.core.Environment
 
getDeploymentURI(String) - Method in class org.apache.muse.core.AbstractEnvironment
 
getDescription() - Method in interface org.apache.muse.ws.dm.muws.Description
 
getDescription() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleDescription
 
getDescription() - Method in class org.apache.muse.ws.resource.basefaults.BaseFault
 
getDestination() - Method in class org.apache.muse.core.AbstractResourceClient
 
getDestinationURL(EndpointReference) - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 
getDetail() - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
getDialect() - Method in interface org.apache.muse.ws.dm.muws.Correlation
 
getDialect() - Method in class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
getDialect() - Method in class org.apache.muse.ws.dm.muws.impl.XPathCorrelation
 
getDialect() - Method in class org.apache.muse.ws.metadata.impl.GetMetadataRequest
 
getDialect(String) - Method in class org.apache.muse.ws.notification.impl.Subscribe
 
getDialect() - Method in interface org.apache.muse.ws.resource.properties.query.QueryExpression
 
getDialect() - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryRequest
 
getDialect() - Method in class org.apache.muse.ws.resource.properties.query.impl.XPathQueryExpression
 
getDialects() - Method in interface org.apache.muse.ws.resource.properties.query.QueryExpressionFactory
 
getDialects() - Method in class org.apache.muse.ws.resource.properties.query.impl.XPathQueryExpressionFactory
 
getDocument(String) - Method in class org.apache.muse.core.AbstractEnvironment
 
getDocument(String) - Method in interface org.apache.muse.core.Environment
This is a convenience method that loads an InputStream using getDataResourceStream() and turns it into a DOM Document.
getDocumentRoot(Node) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getDouble(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getDuration(Date, Date) - Static method in class org.apache.muse.util.xml.XsdUtils
 
getDuration(long) - Static method in class org.apache.muse.util.xml.XsdUtils
 
getDuration(String) - Static method in class org.apache.muse.util.xml.XsdUtils
Parses an xsd:duration string into its time value (in millseconds).
getDuration() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
getDuration() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
getElement(Node, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that returns the zeroth child Element under the given Node.
getElement(Node, QName, int) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getElementDeclaration(Node, QName) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
Searches a WSDL document's types section for a type defined with the given name.
getElementName() - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
getElementName() - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
getElementName() - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
getElementQName(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getElementText(Node, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
Searches a sub-tree for an Element with the given QName, and then returns its text content, if any.
getElements(Node, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getElementsText(Node, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
Searches a sub-tree for all direct child Elements with the given Qname and returns the text content of those Elements, if any.
getEndpointReference() - Method in class org.apache.muse.core.AbstractResourceClient
 
getEndpointReference() - Method in interface org.apache.muse.core.Resource
 
getEndpointReference() - Method in class org.apache.muse.core.SimpleResource
 
getEnteredState() - Method in interface org.apache.muse.ws.dm.muws.StateTransition
 
getEnteredState() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleStateTransition
 
getEntry() - Method in interface org.apache.muse.ws.resource.sg.ServiceGroup
 
getEntry(EndpointReference) - Method in interface org.apache.muse.ws.resource.sg.ServiceGroup
 
getEntry() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
getEntry(EndpointReference) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
getEntryClient() - Method in class org.apache.muse.ws.resource.sg.impl.AddResponse
 
getEntryContextPath() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
getEntryElements() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
getEnvironment() - Method in class org.apache.muse.core.AbstractCapability
 
getEnvironment() - Method in interface org.apache.muse.core.Capability
 
getEnvironment() - Method in interface org.apache.muse.core.Resource
 
getEnvironment() - Method in interface org.apache.muse.core.ResourceManager
 
getEnvironment() - Method in class org.apache.muse.core.SimpleResource
 
getEnvironment() - Method in class org.apache.muse.core.SimpleResourceManager
 
getEnvironment() - Method in interface org.apache.muse.core.routing.ResourceRouter
 
getEnvironment() - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
getErrorCode() - Method in class org.apache.muse.ws.resource.basefaults.BaseFault
 
getErrorCodeDialect() - Method in class org.apache.muse.ws.resource.basefaults.BaseFault
 
getEventID() - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
getEventID() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
getExtendedElements() - Method in interface org.apache.muse.ws.dm.muws.events.ExtendedElements
 
getExtendedElements(QName) - Method in interface org.apache.muse.ws.dm.muws.events.ExtendedElements
 
getExtendedElements() - Method in class org.apache.muse.ws.dm.muws.events.impl.AbstractExtendedElements
 
getExtendedElements(QName) - Method in class org.apache.muse.ws.dm.muws.events.impl.AbstractExtendedElements
 
getExtendedMetadata(QName, QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
This method allows you to extend a wsrmd:Property definition and provide application-specific metadata for a property.
getExtendedMetadata(QName, QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getExtendedMetadata(QName, QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getFaultToAddress() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
getFileNumber(String) - Method in class org.apache.muse.core.AbstractFilePersistence
 
getFileNumberTables() - Method in class org.apache.muse.core.AbstractFilePersistence
 
getFilePrefix() - Method in class org.apache.muse.core.AbstractFilePersistence
 
getFilePrefix() - Method in class org.apache.muse.core.routing.RouterFilePersistence
 
getFilePrefix() - Method in class org.apache.muse.ws.notification.impl.NotificationProducerFilePersistence
 
getFilePrefix() - Method in class org.apache.muse.ws.resource.sg.impl.ServiceGroupFilePersistence
 
getFilter() - Method in interface org.apache.muse.ws.notification.PullPoint
 
getFilter() - Method in interface org.apache.muse.ws.notification.SubscriptionManager
 
getFilter() - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
 
getFilter() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
getFilter() - Method in class org.apache.muse.ws.notification.impl.Subscribe
 
getFirstElement(Node) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getFixedTopicSet() - Method in interface org.apache.muse.ws.notification.NotificationProducer
 
getFixedTopicSet() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getFloat(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getFromAddress() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
getGetter(QName) - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
getGroup() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
getGroup() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
getHashCode(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getIdentifierName() - Method in class org.apache.muse.core.routing.CounterResourceIdFactory
 
getIdentifierName() - Method in class org.apache.muse.core.routing.RandomResourceIdFactory
 
getIdentifierName() - Method in interface org.apache.muse.core.routing.ResourceIdFactory
 
getInitialValues(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getInitialValues(QName, Class) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getInitialValues(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getInitialValues(QName, Class) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getInitialValues(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getInitialValues(QName, Class) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getInitializationParameter(String) - Method in class org.apache.muse.core.AbstractCapability
 
getInitializationParameter(String) - Method in class org.apache.muse.core.AbstractFilePersistence
 
getInitializationParameter(String) - Method in interface org.apache.muse.core.InitializationParameters
 
getInitializationParameter(String) - Method in class org.apache.muse.core.SimpleResource
 
getInitializationParameters() - Method in class org.apache.muse.core.AbstractCapability
 
getInitializationParameters() - Method in class org.apache.muse.core.AbstractFilePersistence
 
getInitializationParameters() - Method in interface org.apache.muse.core.InitializationParameters
 
getInitializationParameters() - Method in class org.apache.muse.core.SimpleResource
 
getInputPartName(Operation) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
 
getInstance() - Static method in class org.apache.muse.core.serializer.SerializerRegistry
 
getInstance() - Static method in class org.apache.muse.util.uuid.RandomUuidFactory
 
getInstance() - Static method in class org.apache.muse.ws.dm.muws.impl.MatchFactory
 
getInstance() - Static method in class org.apache.muse.ws.notification.impl.FilterFactory
 
getInstance() - Static method in class org.apache.muse.ws.notification.impl.PublishAllMessagesFilter
 
getInstance() - Static method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getInstance() - Static method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
getInteger(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getInterface() - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getInterface() - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getInterface() - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getInterval() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
getInterval() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
getIntervalString() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
getIntervalString() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
getItem(int) - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryResponse
 
getItems() - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryResponse
 
getLastUpdated() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
getLastUpdated() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
getListeners() - Method in class org.apache.muse.core.SimpleResourceManager
 
getLocalPart() - Method in class javax.xml.namespace.QName
 
getLocalTime(String) - Static method in class org.apache.muse.util.xml.XsdUtils
Parses the given XSD date string into a Date object.
getLocalTimeString() - Static method in class org.apache.muse.util.xml.XsdUtils
This is a convenience method that returns the text version of the current time, in standard XSD format.
getLocalTimeString(Date) - Static method in class org.apache.muse.util.xml.XsdUtils
Returns the text version of the given date, in standard XSD format.
getLog() - Method in class org.apache.muse.core.AbstractCapability
 
getLog() - Method in interface org.apache.muse.core.Capability
 
getLog() - Method in interface org.apache.muse.core.Resource
 
getLog() - Method in class org.apache.muse.core.SimpleResource
 
getLog() - Method in interface org.apache.muse.core.routing.ResourceRouter
 
getLog() - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
getLong(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getLowerBound(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getLowerBound(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getLowerBound(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getManageabilityCapability() - Method in interface org.apache.muse.ws.dm.muws.ManageabilityCharacteristics
 
getManageabilityCapability() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleManageabilityCharacteristics
 
getManageabilityReference() - Method in interface org.apache.muse.ws.dm.muws.Participant
 
getManageabilityReference() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleParticipant
 
getMatches() - Method in interface org.apache.muse.ws.dm.muws.Match
 
getMatches() - Method in class org.apache.muse.ws.dm.muws.impl.ComplexMatch
 
getMatches() - Method in class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
getMatches() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMatch
 
getMaxOccurs(QName) - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
getMaxOccurs(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
getMaxOccurs(QName) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
getMemberClient() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
getMemberEPR() - Method in interface org.apache.muse.ws.resource.sg.Entry
 
getMemberEPR() - Method in class org.apache.muse.ws.resource.sg.impl.AddRequest
 
getMemberEPR() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
getMemberInterface() - Method in interface org.apache.muse.ws.resource.sg.MembershipContentRule
 
getMemberInterface() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
getMembers() - Method in class org.apache.muse.ws.resource.sg.remote.ServiceGroupClient
 
getMembershipContentRule() - Method in interface org.apache.muse.ws.resource.sg.ServiceGroup
 
getMembershipContentRule() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
getMessage() - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
getMessage() - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
getMessage() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
getMessageContent(QName) - Method in interface org.apache.muse.ws.notification.NotificationMessage
 
getMessageContent(QName, Class) - Method in interface org.apache.muse.ws.notification.NotificationMessage
This is a convenience method that does the same task as getMessageContent(QName) but deserializes the message content into a POJO of the given type before returning it.
getMessageContent(QName) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
getMessageContent(QName, Class) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
getMessageContentNames() - Method in interface org.apache.muse.ws.notification.NotificationMessage
 
getMessageContentNames() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
getMessageHandler(String) - Method in class org.apache.muse.core.AbstractCapability
 
getMessageHandler(String) - Method in interface org.apache.muse.core.Capability
 
getMessageID() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
getMessageId() - Method in interface org.apache.muse.ws.dm.muws.events.SubstitutableMessage
 
getMessageId() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage
 
getMessageIdType() - Method in interface org.apache.muse.ws.dm.muws.events.SubstitutableMessage
 
getMessageIdType() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage
 
getMessageListeners() - Method in interface org.apache.muse.ws.notification.NotificationConsumer
 
getMessageListeners() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer
 
getMessagePattern() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
getMessagePattern() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
getMessagePatternDialect() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
getMessagePatternDialect() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
getMessageTypes() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
getMessageTypes() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
getMessages(int) - Method in interface org.apache.muse.ws.notification.PullPoint
 
getMessages(int) - Method in interface org.apache.muse.ws.notification.PullPointDataStore
 
getMessages(int) - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
 
getMessages(int) - Method in class org.apache.muse.ws.notification.impl.SimplePullPointDataStore
 
getMetadata(String) - Method in interface org.apache.muse.ws.metadata.MetadataExchange
Returns the XML fragments (sometimes a whole document) that describes the desired metadata.
getMetadata() - Method in class org.apache.muse.ws.metadata.impl.GetMetadataResponse
 
getMetadata(String) - Method in class org.apache.muse.ws.metadata.impl.SimpleMetadataExchange
 
getMetadata(String) - Method in class org.apache.muse.ws.metadata.remote.MetadataExchangeClient
 
getMetadata() - Method in interface org.apache.muse.ws.resource.metadata.ResourcePropertiesMetadataValidation
 
getMetadata() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
getMetadata(String) - Method in class org.apache.ws.resource.metadata.ext.WsrfMetadataExchange
 
getMetadataDescriptor(Document, String) - Static method in class org.apache.muse.ws.resource.metadata.impl.WsrmdUtils
 
getMethod() - Method in class org.apache.muse.core.routing.AbstractMessageHandler
 
getMethod() - Method in interface org.apache.muse.core.routing.MessageHandler
 
getMethodName() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
getMetric(QName) - Method in interface org.apache.muse.ws.dm.muws.Metrics
 
getMetric(QName) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetrics
 
getMinOccurs(QName) - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
getMinOccurs(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
getMinOccurs(QName) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
getMultipleResourceProperties(QName[]) - Method in interface org.apache.muse.ws.resource.properties.get.GetMultipleResourceProperties
Returns zero or more instances of the given properties.
getMultipleResourceProperties(QName[]) - Method in class org.apache.muse.ws.resource.properties.get.impl.SimpleGetCapability
 
getMultipleResourceProperties(QName[]) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
Returns zero or more instances of the given properties.

This method returns the actual Elements that are stored in the underlying DOM Document - modifying them will modify the WS-RP document.
getMultipleResourceProperties(QName[]) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 
getName() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
getName() - Method in interface org.apache.muse.ws.dm.muws.RelationshipResource
 
getName() - Method in interface org.apache.muse.ws.dm.muws.events.Component
 
getName() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
getName() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
getName() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
getName() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
getName() - Method in interface org.apache.muse.ws.notification.topics.TopicNamespace
 
getName() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
getName() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
getName() - Method in class org.apache.muse.ws.resource.basefaults.BaseFault
 
getName() - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getName() - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getName() - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getNamespaceURI() - Method in class javax.xml.namespace.QName
 
getNewValues() - Method in class org.apache.muse.ws.notification.properties.ResourcePropertyChangeEvent
 
getNextFileName(int) - Method in class org.apache.muse.core.AbstractFilePersistence
 
getNextFileNumber(String) - Method in class org.apache.muse.core.AbstractFilePersistence
 
getNextIdentifier() - Method in class org.apache.muse.core.routing.CounterResourceIdFactory
 
getNextIdentifier() - Method in class org.apache.muse.core.routing.RandomResourceIdFactory
 
getNextIdentifier() - Method in interface org.apache.muse.core.routing.ResourceIdFactory
 
getNodeURI() - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
getNotificationListenerFactory() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getNotificationProducer() - Method in interface org.apache.muse.ws.notification.NotificationProducerPersistence
 
getNotificationProducer() - Method in class org.apache.muse.ws.notification.impl.NotificationProducerFilePersistence
 
getNotificationProducer() - Method in class org.apache.muse.ws.notification.properties.ChangeNotificationListener
 
getNumberOfItems() - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryResponse
 
getNumberOfParameters() - Method in class org.apache.muse.ws.addressing.EndpointReference
 
getNumberOfProperties() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleResponse
 
getNumberOfResources() - Method in interface org.apache.muse.core.ResourceManager
 
getNumberOfResources() - Method in class org.apache.muse.core.SimpleResourceManager
 
getNumberOfValues() - Method in interface org.apache.muse.ws.resource.properties.set.SetRequestComponent
 
getNumberOfValues() - Method in class org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent
 
getOldValues() - Method in class org.apache.muse.ws.notification.properties.ResourcePropertyChangeEvent
 
getOperationalStatus() - Method in interface org.apache.muse.ws.dm.muws.OperationalStatus
 
getOperationalStatus() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleOperationalStatus
 
getOriginReference() - Method in class org.apache.muse.ws.resource.basefaults.BaseFault
 
getOutputPartName(Operation, Document) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
This method is somewhat painful because of the lack of restrictions that WSDL 1.1 has for how you can specify input and output names and types.
getParameter(QName) - Method in class org.apache.muse.ws.addressing.EndpointReference
 
getParameter(QName, int) - Method in class org.apache.muse.ws.addressing.EndpointReference
 
getParameterString(QName) - Method in class org.apache.muse.ws.addressing.EndpointReference
 
getParameterString(QName, int) - Method in class org.apache.muse.ws.addressing.EndpointReference
 
getParameters() - Method in class org.apache.muse.ws.addressing.EndpointReference
 
getParameters(QName) - Method in class org.apache.muse.ws.addressing.EndpointReference
 
getParentTopic() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
getParentTopic() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
getParticipant() - Method in interface org.apache.muse.ws.dm.muws.RelationshipResource
 
getParticipant() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
getPersistence() - Method in class org.apache.muse.core.AbstractCapability
 
getPersistence() - Method in interface org.apache.muse.core.Capability
 
getPersistence() - Method in interface org.apache.muse.core.routing.ResourceRouter
 
getPersistence() - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
getPersistenceDirectory() - Method in class org.apache.muse.core.AbstractFilePersistence
 
getPersistenceLocation() - Method in class org.apache.muse.core.AbstractFilePersistence
 
getPersistenceLocation() - Method in interface org.apache.muse.core.Persistence
 
getPortType(Node, QName) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
Searches a WSDL document for a portType defined with the given name.
getPrefix() - Method in class javax.xml.namespace.QName
 
getPreviousState() - Method in interface org.apache.muse.ws.dm.muws.StateTransition
 
getPreviousState() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleStateTransition
 
getPriority() - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
getPriority() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
getProducerReference() - Method in interface org.apache.muse.ws.notification.NotificationMessage
 
getProducerReference() - Method in interface org.apache.muse.ws.notification.SubscriptionManager
 
getProducerReference() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
getProducerReference() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
getProducerReference() - Method in class org.apache.muse.ws.notification.remote.NotificationConsumerClient
 
getProperties() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleResponse
 
getProperties() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetResponse
 
getPropertiesName(Node, QName) - Static method in class org.apache.muse.ws.resource.properties.impl.WsrpUtils
Searches a WSDL document for the schema element name of a resource's WS-RP document.
getProperty(QName) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
 
getProperty(QName) - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
getProperty(int) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleResponse
 
getProperty(int) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetResponse
 
getProperty(QName) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
getProperty(QName) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
getPropertyAsObject(QName, Class) - Method in interface org.apache.muse.ws.resource.properties.get.ext.GetResourcePropertyExtensions
Returns zero or more instances of the given property, deserialized into instances of the given type.
getPropertyAsObject(QName, Class) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
Returns zero or more instances of the given property, deserialized into instances of the given type. This method differs from getResourceProperty(QName) in that it returns POJOs rather than XML.

Unlike getResourceProperty(QName), the values returned from this method have been transformed from Elements to POJOs and do not represent the values in the underlying DOM Document.
getPropertyAsObject(QName, Class) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
This is a convenience method that calls getResourceProperty() and then parses the XML results into POJOs of the given type using the Muse serializer framework.
getPropertyCollection() - Method in interface org.apache.muse.ws.resource.WsResource
 
getPropertyCollection() - Method in class org.apache.muse.ws.resource.impl.SimpleWsResource
 
getPropertyElements(QName, Object) - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
getPropertyName() - Method in class org.apache.muse.ws.dm.muws.impl.MetricDecorationProvider
 
getPropertyName() - Method in class org.apache.muse.ws.dm.muws.impl.MetricOnDemandListener
 
getPropertyName() - Method in class org.apache.muse.ws.dm.muws.impl.MetricUpdateListener
 
getPropertyName() - Method in class org.apache.muse.ws.notification.properties.ChangeNotificationListener
 
getPropertyName() - Method in class org.apache.muse.ws.notification.properties.ResourcePropertyChangeEvent
 
getPropertyName(int) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleResponse
 
getPropertyName() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetResponse
 
getPropertyName() - Method in class org.apache.muse.ws.resource.properties.listeners.AbstractChangeApprover
 
getPropertyName() - Method in interface org.apache.muse.ws.resource.properties.listeners.PropertyChangeApprover
 
getPropertyName() - Method in interface org.apache.muse.ws.resource.properties.listeners.PropertyChangeListener
 
getPropertyName() - Method in interface org.apache.muse.ws.resource.properties.listeners.PropertyReadListener
 
getPropertyName() - Method in interface org.apache.muse.ws.resource.properties.set.SetRequestComponent
 
getPropertyName() - Method in class org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent
 
getPropertyNames() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleCorrelatableProperties
 
getPropertyNames() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleDescription
 
getPropertyNames() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleIdentity
 
getPropertyNames() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleManageabilityCharacteristics
 
getPropertyNames() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetrics
 
getPropertyNames() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleOperationalStatus
 
getPropertyNames() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
getPropertyNames() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
 
getPropertyNames() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleState
 
getPropertyNames() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getPropertyNames() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
getPropertyNames() - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
getPropertyNames() - Method in class org.apache.muse.ws.resource.lifetime.impl.SimpleScheduledTermination
 
getPropertyNames() - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getPropertyNames() - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getPropertyNames() - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getPropertyNames() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
getPropertyNames() - Method in class org.apache.muse.ws.resource.properties.query.impl.SimpleQueryCapability
 
getPropertyNames() - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
getPropertyNames() - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
getPropertyNames() - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchemaValidation
 
getPropertyNames() - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
getPropertyNames() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
getPropertyNames() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
getPropertyQName() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMatch
 
getPropertyTypeName(QName) - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
getPropertyTypeName(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
getPropertyTypeName(QName) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
getPullPointContextPath() - Method in class org.apache.muse.ws.notification.impl.SimplePullPointCreation
 
getQName(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
Retrieves the text from the element specified and parses it into a fully-resolved QName.
getQName() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetRequest
 
getQNameFromChild(Element, QName) - Static method in class org.apache.muse.util.xml.XmlUtils
Retrieves the text from the child element specified and parses it into a fully-resolved QName.
getQNames() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleRequest
 
getQuery() - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryRequest
 
getQueryExpressionDialect() - Method in interface org.apache.muse.ws.resource.properties.query.QueryResourceProperties
 
getQueryExpressionDialect() - Method in class org.apache.muse.ws.resource.properties.query.impl.SimpleQueryCapability
 
getQueryExpressionFactory() - Method in class org.apache.muse.ws.resource.properties.query.impl.SimpleQueryCapability
 
getRMD() - Method in class org.apache.ws.resource.metadata.ext.WsrfMetadataExchangeClient
 
getReadListeners(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
getReadListeners(QName) - Method in interface org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners
 
getRealDirectory() - Method in interface org.apache.muse.core.Environment
 
getReason() - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
getRelationship() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
getRelationship() - Method in interface org.apache.muse.ws.dm.muws.Relationships
 
getRelationship() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
 
getRelationshipClients() - Method in class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsResponse
 
getRelationshipContextPath() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
 
getRelationshipElements() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
This method converts the WsResource[] returned by getRelationship() into an Element[] with muws2:Relationship XML that is compliant with the MUWS Part 2 spec.
getRelationshipType() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
getRelationshipXML() - Method in class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsResponse
 
getReplyToAddress() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
getReportTime() - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
getReportTime() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
getReporter() - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
getReporter() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
getRequestComponents() - Method in interface org.apache.muse.ws.resource.properties.set.SetRequest
 
getRequestComponents() - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetRequest
 
getRequestName() - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
getRequestName() - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
getRequestName() - Method in class org.apache.muse.core.routing.AbstractMessageHandler
 
getRequestName() - Method in interface org.apache.muse.core.routing.MessageHandler
 
getRequestParameterNames() - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
getRequestParameterNames() - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
getRequestParameterSchemaTypes() - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
getRequestParameterSchemaTypes() - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
getRequestParameterTypes() - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
getRequestParameterTypes() - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
getResetAt() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
getResetAt() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
getResource() - Method in class org.apache.muse.core.AbstractCapability
 
getResource() - Method in interface org.apache.muse.core.Capability
 
getResource(EndpointReference) - Method in interface org.apache.muse.core.ResourceManager
 
getResource(EndpointReference) - Method in class org.apache.muse.core.SimpleResourceManager
 
getResourceContextPath(Class) - Method in interface org.apache.muse.core.ResourceManager
This method allows you to find a resource type's endpoint URI given the Java interface or concrete class of one of its capabilities.
getResourceContextPath(Class) - Method in class org.apache.muse.core.SimpleResourceManager
 
getResourceContextPaths() - Method in interface org.apache.muse.core.ResourceManager
 
getResourceContextPaths(Class) - Method in interface org.apache.muse.core.ResourceManager
This method is just like getResourceContextPath(Class) except that it returns multiple endpoints that use the capability.
getResourceContextPaths() - Method in class org.apache.muse.core.SimpleResourceManager
 
getResourceContextPaths(Class) - Method in class org.apache.muse.core.SimpleResourceManager
 
getResourceDefinition(String) - Method in class org.apache.muse.core.SimpleResourceManager
 
getResourceDefinitions() - Method in interface org.apache.muse.core.routing.ResourceRouter
 
getResourceDefinitions() - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
getResourceEPRs() - Method in interface org.apache.muse.core.ResourceManager
 
getResourceEPRs(String) - Method in interface org.apache.muse.core.ResourceManager
This method allows you to search for the EPRs for all instances of a given resource type (where each resource type has a unique context path).
getResourceEPRs() - Method in class org.apache.muse.core.SimpleResourceManager
 
getResourceEPRs(String) - Method in class org.apache.muse.core.SimpleResourceManager
This method allows you to search for the EPRs for all instances of a given resource type (where each resource type has a unique context path).

This implementation may be fairly slow depending on how many resource types are in the application.
getResourceID() - Method in interface org.apache.muse.ws.dm.muws.events.Component
 
getResourceID() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
getResourceId() - Method in interface org.apache.muse.ws.dm.muws.Identity
 
getResourceId() - Method in interface org.apache.muse.ws.dm.muws.Participant
 
getResourceId() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleIdentity
 
getResourceId() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleParticipant
 
getResourceManager() - Method in class org.apache.muse.core.AbstractFilePersistence
 
getResourceManager() - Method in interface org.apache.muse.core.Persistence
 
getResourceManager() - Method in interface org.apache.muse.core.Resource
 
getResourceManager() - Method in class org.apache.muse.core.SimpleResource
 
getResourceManager() - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
getResourceProperty(QName) - Method in interface org.apache.muse.ws.resource.properties.get.GetResourceProperty
Returns zero or more instances of the given property.
getResourceProperty(QName) - Method in class org.apache.muse.ws.resource.properties.get.impl.SimpleGetCapability
 
getResourceProperty(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
Returns zero or more instances of the given property.

This method returns the actual Elements that are stored in the underlying DOM Document - modifying them will modify the WS-RP document.
getResourceProperty(QName) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 
getResourcePropertyDocument() - Method in interface org.apache.muse.ws.resource.properties.get.GetResourcePropertyDocument
 
getResourcePropertyDocument() - Method in class org.apache.muse.ws.resource.properties.get.impl.SimpleGetCapability
 
getResourcePropertyDocument() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
getResourcePropertyDocument() - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 
getResourceTypeDirectory(String) - Method in class org.apache.muse.core.AbstractFilePersistence
 
getResponseName() - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
getResponseName() - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
getResponseName() - Method in class org.apache.muse.core.routing.AbstractMessageHandler
 
getResponseName() - Method in interface org.apache.muse.core.routing.MessageHandler
 
getReturnSchemaType() - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
getReturnSchemaType() - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
getReturnType() - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
getReturnType() - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
getReturnValueName() - Method in class org.apache.muse.core.routing.ReflectionMessageHandler
 
getRole() - Method in interface org.apache.muse.ws.dm.muws.Participant
 
getRole() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleParticipant
 
getRoleURI() - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
getRootQName() - Method in class org.apache.muse.ws.dm.muws.impl.AllMatch
 
getRootQName() - Method in class org.apache.muse.ws.dm.muws.impl.AnyMatch
 
getRootQName() - Method in class org.apache.muse.ws.dm.muws.impl.ComplexMatch
 
getRootTopics() - Method in interface org.apache.muse.ws.notification.topics.TopicNamespace
 
getRootTopics() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
getRootTypeName() - Method in class org.apache.muse.ws.addressing.EndpointReference
 
getSchema() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
getSchema() - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchemaValidation
 
getSchemaNamespaces(Document) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
Gathers the target namespaces for each schema in the WSDL's types section.
getSecurityToken() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
getSecurityToken() - Method in interface org.apache.muse.ws.resource.properties.set.SetRequestComponent
 
getSecurityToken() - Method in interface org.apache.muse.ws.resource.properties.set.SetResourcePropertiesPermissions
Returns the security token that can be used by users of the WS-RP document to verify that they are internal callers with permission to circumvent published restrictions on property changes, etc.
getSecurityToken() - Method in class org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent
 
getSequenceNumber() - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
getSequenceNumber() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
getSerializableType() - Method in interface org.apache.muse.core.serializer.Serializer
 
getSerializableType() - Method in class org.apache.muse.ws.notification.impl.NotificationMessageSerializer
 
getSerializer(Class) - Method in class org.apache.muse.core.serializer.SerializerRegistry
 
getServiceGroup() - Method in interface org.apache.muse.ws.resource.sg.ServiceGroupPersistence
 
getServiceGroup() - Method in class org.apache.muse.ws.resource.sg.impl.ServiceGroupFilePersistence
 
getServiceGroup() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
getServiceGroup() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroupRegistration
 
getServiceGroupEPR() - Method in interface org.apache.muse.ws.resource.sg.Entry
 
getServiceGroupEPR() - Method in interface org.apache.muse.ws.resource.sg.MembershipContentRule
 
getServiceGroupEPR() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
getServiceGroupEPR() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
getServiceName(Element) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
Given a WSDL document try to get the address and parse out the name of the service.
getSetter(QName) - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
getSeverity() - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
getSeverity() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
getShort(Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getSituation() - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
getSituation() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
getSituationTime() - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
getSituationTime() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
getSoapClient() - Method in class org.apache.muse.core.AbstractEnvironment
 
getSoapClient() - Method in class org.apache.muse.core.AbstractResourceClient
 
getSoapClient() - Method in interface org.apache.muse.core.Environment
 
getSoapMonitorPort() - Method in class org.apache.muse.core.AbstractResourceClient
 
getSoapMonitorPort() - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 
getSoapMonitorPort() - Method in interface org.apache.muse.ws.addressing.soap.SoapMonitor
 
getSource() - Method in class org.apache.muse.core.AbstractResourceClient
 
getSource() - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
getSource() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
getState() - Method in interface org.apache.muse.ws.dm.muws.State
 
getState() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleState
 
getStateTransition() - Method in interface org.apache.muse.ws.dm.muws.State
 
getStateTransition() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleState
 
getStaticValues(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getStaticValues(QName, Class) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getStaticValues(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getStaticValues(QName, Class) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getStaticValues(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getStaticValues(QName, Class) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getSubCode() - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
getSubscription() - Method in interface org.apache.muse.ws.notification.PullPoint
 
getSubscription() - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
 
getSubscriptionContextPath() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getSubscriptionPolicy() - Method in interface org.apache.muse.ws.notification.SubscriptionManager
 
getSubscriptionPolicy() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
This implementation always returns null.
getSubscriptionReference() - Method in interface org.apache.muse.ws.notification.NotificationMessage
 
getSubscriptionReference() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
getSubscriptionReference() - Method in class org.apache.muse.ws.notification.impl.SubscribeResponse
 
getSubscriptions() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getSubstitutableMessage() - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
getSubstitutableMessage() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
getSuccessDisposition() - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
getSuccessDisposition() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
getTargetNamespace() - Method in interface org.apache.muse.ws.notification.topics.TopicNamespace
 
getTargetNamespace() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
getTargetResource() - Method in class org.apache.muse.core.routing.SimpleResourceRouter
Queries the Environment to get the WS-A EPR being targeted by the current request and then does a lookup in the ResourceManager with that EPR.
getTerminationTime() - Method in class org.apache.muse.ws.notification.impl.Subscribe
 
getTerminationTime() - Method in class org.apache.muse.ws.notification.impl.SubscribeResponse
 
getTerminationTime() - Method in interface org.apache.muse.ws.resource.lifetime.ScheduledTermination
 
getTerminationTime() - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTime
 
getTerminationTime() - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeResponse
 
getTerminationTime() - Method in class org.apache.muse.ws.resource.lifetime.impl.SimpleScheduledTermination
 
getTerminationTime() - Method in class org.apache.muse.ws.resource.sg.impl.AddRequest
 
getTerminationTime() - Method in class org.apache.muse.ws.resource.sg.impl.AddResponse
 
getTimestamp() - Method in class org.apache.muse.ws.resource.basefaults.BaseFault
 
getToAddress() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
getTopic() - Method in interface org.apache.muse.ws.notification.NotificationMessage
 
getTopic(QName) - Method in interface org.apache.muse.ws.notification.NotificationProducer
 
getTopic() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
getTopic(QName) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getTopic() - Method in class org.apache.muse.ws.notification.impl.TopicFilter
 
getTopic(String) - Method in interface org.apache.muse.ws.notification.topics.Topic
 
getTopic(String) - Method in interface org.apache.muse.ws.notification.topics.TopicNamespace
 
getTopic(String) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
getTopic(String) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
getTopicDialect() - Method in interface org.apache.muse.ws.notification.NotificationMessage
 
getTopicDialect() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
getTopicExpression() - Method in interface org.apache.muse.ws.notification.NotificationProducer
 
getTopicExpression() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getTopicExpressionDialect() - Method in interface org.apache.muse.ws.notification.NotificationProducer
 
getTopicExpressionDialect() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getTopicNamespace(String) - Method in interface org.apache.muse.ws.notification.NotificationProducer
 
getTopicNamespace(String) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getTopicNamespace() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
getTopicNamespace(String) - Method in interface org.apache.muse.ws.notification.topics.TopicSet
 
getTopicNamespace() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
getTopicNamespace(String) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicSet
 
getTopicNamespaceURIs() - Method in interface org.apache.muse.ws.notification.topics.TopicSet
 
getTopicNamespaceURIs() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicSet
 
getTopicPath() - Method in interface org.apache.muse.ws.notification.topics.TopicPathExpression
 
getTopicPath() - Method in class org.apache.muse.ws.notification.topics.impl.ConcretePathExpression
 
getTopicSet() - Method in interface org.apache.muse.ws.notification.NotificationProducer
 
getTopicSet() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
getTopicSpace() - Method in interface org.apache.muse.ws.notification.topics.TopicPathExpression
 
getTopicSpace() - Method in class org.apache.muse.ws.notification.topics.impl.ConcretePathExpression
 
getTopics() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
getTopics() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
getTraceWriter() - Method in class org.apache.muse.core.AbstractResourceClient
 
getTraceWriter() - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 
getTransitionTime() - Method in interface org.apache.muse.ws.dm.muws.StateTransition
 
getTransitionTime() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleStateTransition
 
getType() - Method in interface org.apache.muse.ws.dm.muws.RelationshipResource
 
getType() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
getTypes() - Method in class org.apache.muse.ws.dm.muws.impl.QueryRelationships
 
getUpperBound(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getUpperBound(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getUpperBound(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getValidValues(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getValidValues(QName, Class) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getValidValues(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getValidValues(QName, Class) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getValidValues(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getValidValues(QName, Class) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getValue(int) - Method in interface org.apache.muse.ws.resource.properties.set.SetRequestComponent
 
getValue(int) - Method in class org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent
 
getValues() - Method in interface org.apache.muse.ws.dm.muws.RelationshipType
 
getValues() - Method in interface org.apache.muse.ws.dm.muws.StateType
 
getValues() - Method in interface org.apache.muse.ws.dm.muws.events.SubstitutableMessage
 
getValues() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage
 
getValues() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipType
 
getValues() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleStateType
 
getValues() - Method in interface org.apache.muse.ws.resource.properties.set.SetRequestComponent
 
getValues() - Method in class org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent
 
getVersion() - Method in interface org.apache.muse.ws.dm.muws.Description
 
getVersion() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleDescription
 
getWSDL() - Method in class org.apache.muse.ws.metadata.impl.SimpleMetadataExchange
 
getWSDL() - Method in class org.apache.muse.ws.metadata.remote.MetadataExchangeClient
This is a convenience method that calls getMetadata(String) with the WSDL dialect.
getWsResource() - Method in interface org.apache.muse.ws.dm.muws.Correlation
 
getWsResource() - Method in interface org.apache.muse.ws.dm.muws.Match
 
getWsResource() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
getWsResource() - Method in class org.apache.muse.ws.dm.muws.impl.ComplexMatch
 
getWsResource() - Method in class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
getWsResource() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMatch
 
getWsResource() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
getWsResource() - Method in class org.apache.muse.ws.dm.muws.impl.XPathCorrelation
 
getWsResource() - Method in interface org.apache.muse.ws.resource.WsResourceCapability
 
getWsResource() - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
getWsdlImports(Document, String, Environment) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
Creates the WSDLs that are imported in the given WSDL as independent Documents.
getWsdlLocation() - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getWsdlLocation() - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getWsdlLocation() - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
getWsdlPath() - Method in interface org.apache.muse.core.Resource
 
getWsdlPath() - Method in class org.apache.muse.core.SimpleResource
 
getWsdlPortType() - Method in interface org.apache.muse.core.Resource
 
getWsdlPortType() - Method in class org.apache.muse.core.SimpleResource
 
getXPath() - Method in class org.apache.muse.ws.dm.muws.impl.XPathCorrelation
 

H

HEADER_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
HIGHEST_PRIORITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
HIGH_PRIORITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
hasBeenInitialized() - Method in class org.apache.muse.core.AbstractCapability
 
hasBeenInitialized() - Method in interface org.apache.muse.core.Initialization
 
hasBeenInitialized() - Method in class org.apache.muse.core.SimpleResource
 
hasBeenInitialized() - Method in class org.apache.muse.core.SimpleResourceManager
 
hasBeenInitialized() - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
hasBeenInitialized() - Method in class org.apache.muse.ws.notification.impl.SimplePullPointDataStore
 
hasBeenReset() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
hasBeenReset() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
hasBeenShutdown() - Method in class org.apache.muse.core.AbstractCapability
 
hasBeenShutdown() - Method in interface org.apache.muse.core.Shutdown
 
hasBeenShutdown() - Method in class org.apache.muse.core.SimpleResource
 
hasBeenShutdown() - Method in class org.apache.muse.core.SimpleResourceManager
 
hasBeenShutdown() - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
hasBeenShutdown() - Method in class org.apache.muse.ws.notification.impl.SimplePullPointDataStore
 
hasCapability(String) - Method in class org.apache.muse.core.SimpleResource
 
hasCapability(QName) - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
hasCapability(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
hasCapability(QName) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
hasDialect(String) - Method in interface org.apache.muse.ws.dm.muws.CorrelationFactory
 
hasDialect(String) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleCorrelationFactory
 
hasFailedToInitialize() - Method in interface org.apache.muse.core.InitializationFailure
 
hasManageabilityCapability(String) - Method in interface org.apache.muse.ws.dm.muws.ManageabilityCharacteristics
 
hasManageabilityCapability(String) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleManageabilityCharacteristics
 
hasNegativeAssertion() - Method in interface org.apache.muse.ws.dm.muws.Correlation
 
hasNegativeAssertion() - Method in class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
hasNegativeAssertion() - Method in class org.apache.muse.ws.dm.muws.impl.XPathCorrelation
 
hasProperty(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
hasProperty(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
hasProperty(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
hasProperty(QName) - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
hasProperty(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
hasProperty(QName) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
hasPropertyDefinition(QName) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
hasPropertyDefinition(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchemaValidation
 
hasTopic(QName) - Method in interface org.apache.muse.ws.notification.NotificationProducer
 
hasTopic(QName) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
hasTopic(String) - Method in interface org.apache.muse.ws.notification.topics.Topic
 
hasTopic(String) - Method in interface org.apache.muse.ws.notification.topics.TopicNamespace
 
hasTopic(String) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
hasTopic(String) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
hashCode() - Method in class javax.xml.namespace.QName
 
hashCode() - Method in class org.apache.muse.ws.addressing.EndpointReference
This method has been properly overridden to account for the change to equals(Object).
hashCode() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
hashCode() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
haveMatchingAttributes(Element, Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
haveMatchingChildren(Element, Element) - Static method in class org.apache.muse.util.xml.XmlUtils
Recursively compares the children in the Element sub-trees to see if they are of equal name, value, and order.

I

IDENTITY_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
IDENTITY_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM Identity namespace URI.
IMMEDIATE_TERMINATION_URI - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
IMPORT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
IMPORT_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
INCLUDE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
INFO_SEVERITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
INITIAL_VALUES_QNAME - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
INIT_TERMINATION_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
INIT_TERMINATION_TIME_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
INPUT_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
INSERT_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
INTEGER_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
INTERFACE - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
INTERVAL - Static variable in interface org.apache.muse.ws.dm.muws.Metric
 
INTERVAL - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
INT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
INVALID_FILTER_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
INVALID_MESSAGE_CONTENT_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
INVALID_MESSAGE_FORMAT_QNAME - Static variable in class org.apache.muse.ws.resource.ext.WsrfExtConstants
 
INVALID_MODIFICATION_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
INVALID_PRODUCER_PROPERTIES_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
INVALID_PROPERTY_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
INVALID_QUERY_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
INVALID_TOPIC_EXPRESSION_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
IS_REFERENCE_PARAMETER - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
IS_REFERENCE_PARAMETER_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
Identity - interface org.apache.muse.ws.dm.muws.Identity.
This interface represents the WSDM Identity capability.
ImmediateTermination - interface org.apache.muse.ws.resource.lifetime.ImmediateTermination.
ImmediateTermination represents the WS-ResourceLifetime ImmediateResourceTermination capability, which has one method: wsrf-rl:Destroy.
Initialization - interface org.apache.muse.core.Initialization.
Initialization is a set of operations for components that have a distinct initialization state.
InitializationFailure - interface org.apache.muse.core.InitializationFailure.
InitializationFailure is a set of operations for components that have an initialization phase with distinct failure state.
InitializationParameters - interface org.apache.muse.core.InitializationParameters.
InitializationParameters is an interface for components that can be loaded with zero or more name-value pairs for configuration.
InsertOnlyApprover - class org.apache.muse.ws.resource.metadata.impl.InsertOnlyApprover.
InsertOnlyApprover is a PropertyChangeApprover that throws an exception if a request tries to perform a WS-RP Delete or Update on a property.
InsertOnlyApprover(QName) - Constructor for class org.apache.muse.ws.resource.metadata.impl.InsertOnlyApprover
 
InsertRequest - class org.apache.muse.ws.resource.properties.set.impl.InsertRequest.
InsertRequest is a serializer/deserializer for the WS-ResourceProperties Insert operation, which is part of SetResourceProperties.
InsertRequest(Element) - Constructor for class org.apache.muse.ws.resource.properties.set.impl.InsertRequest
 
InsertRequest(QName) - Constructor for class org.apache.muse.ws.resource.properties.set.impl.InsertRequest
 
InsertRequest(QName, int) - Constructor for class org.apache.muse.ws.resource.properties.set.impl.InsertRequest
 
InsertRequest(QName, Object) - Constructor for class org.apache.muse.ws.resource.properties.set.impl.InsertRequest
 
InsertRequest(QName, Object[]) - Constructor for class org.apache.muse.ws.resource.properties.set.impl.InsertRequest
 
InvalidFilterFault - exception org.apache.muse.ws.notification.faults.InvalidFilterFault.
 
InvalidFilterFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.InvalidFilterFault
 
InvalidFilterFault(String) - Constructor for class org.apache.muse.ws.notification.faults.InvalidFilterFault
 
InvalidFilterFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.InvalidFilterFault
 
InvalidFilterFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.InvalidFilterFault
 
InvalidMessageContentExpressionFault - exception org.apache.muse.ws.notification.faults.InvalidMessageContentExpressionFault.
 
InvalidMessageContentExpressionFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.InvalidMessageContentExpressionFault
 
InvalidMessageContentExpressionFault(String) - Constructor for class org.apache.muse.ws.notification.faults.InvalidMessageContentExpressionFault
 
InvalidMessageContentExpressionFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.InvalidMessageContentExpressionFault
 
InvalidMessageContentExpressionFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.InvalidMessageContentExpressionFault
 
InvalidMessageFormatFault - exception org.apache.muse.ws.resource.ext.faults.InvalidMessageFormatFault.
 
InvalidMessageFormatFault(Element) - Constructor for class org.apache.muse.ws.resource.ext.faults.InvalidMessageFormatFault
 
InvalidMessageFormatFault(String) - Constructor for class org.apache.muse.ws.resource.ext.faults.InvalidMessageFormatFault
 
InvalidMessageFormatFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.ext.faults.InvalidMessageFormatFault
 
InvalidMessageFormatFault(Throwable) - Constructor for class org.apache.muse.ws.resource.ext.faults.InvalidMessageFormatFault
 
InvalidModificationFault - exception org.apache.muse.ws.resource.properties.set.faults.InvalidModificationFault.
 
InvalidModificationFault(Element) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.InvalidModificationFault
 
InvalidModificationFault(String) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.InvalidModificationFault
 
InvalidModificationFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.InvalidModificationFault
 
InvalidModificationFault(Throwable) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.InvalidModificationFault
 
InvalidProducerPropertiesExpressionFault - exception org.apache.muse.ws.notification.faults.InvalidProducerPropertiesExpressionFault.
 
InvalidProducerPropertiesExpressionFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.InvalidProducerPropertiesExpressionFault
 
InvalidProducerPropertiesExpressionFault(String) - Constructor for class org.apache.muse.ws.notification.faults.InvalidProducerPropertiesExpressionFault
 
InvalidProducerPropertiesExpressionFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.InvalidProducerPropertiesExpressionFault
 
InvalidProducerPropertiesExpressionFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.InvalidProducerPropertiesExpressionFault
 
InvalidQueryExpressionFault - exception org.apache.muse.ws.resource.properties.query.faults.InvalidQueryExpressionFault.
 
InvalidQueryExpressionFault(Element) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.InvalidQueryExpressionFault
 
InvalidQueryExpressionFault(String) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.InvalidQueryExpressionFault
 
InvalidQueryExpressionFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.InvalidQueryExpressionFault
 
InvalidQueryExpressionFault(Throwable) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.InvalidQueryExpressionFault
 
InvalidResourcePropertyQNameFault - exception org.apache.muse.ws.resource.properties.get.faults.InvalidResourcePropertyQNameFault.
 
InvalidResourcePropertyQNameFault(Element) - Constructor for class org.apache.muse.ws.resource.properties.get.faults.InvalidResourcePropertyQNameFault
 
InvalidResourcePropertyQNameFault(String) - Constructor for class org.apache.muse.ws.resource.properties.get.faults.InvalidResourcePropertyQNameFault
 
InvalidResourcePropertyQNameFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.properties.get.faults.InvalidResourcePropertyQNameFault
 
InvalidResourcePropertyQNameFault(Throwable) - Constructor for class org.apache.muse.ws.resource.properties.get.faults.InvalidResourcePropertyQNameFault
 
InvalidTopicExpressionFault - exception org.apache.muse.ws.notification.faults.InvalidTopicExpressionFault.
 
InvalidTopicExpressionFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.InvalidTopicExpressionFault
 
InvalidTopicExpressionFault(String) - Constructor for class org.apache.muse.ws.notification.faults.InvalidTopicExpressionFault
 
InvalidTopicExpressionFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.InvalidTopicExpressionFault
 
InvalidTopicExpressionFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.InvalidTopicExpressionFault
 
initialize() - Method in class org.apache.muse.core.AbstractCapability
 
initialize() - Method in interface org.apache.muse.core.Initialization
 
initialize() - Method in class org.apache.muse.core.SimpleResource
 
initialize() - Method in class org.apache.muse.core.SimpleResourceManager
 
initialize() - Method in class org.apache.muse.core.routing.SimpleResourceRouter


This implementation performs initialization using the steps below.
initialize() - Method in class org.apache.muse.ws.dm.muws.adv.impl.ServiceGroupEntryAdvertisement
 
initialize() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleIdentity
 
initialize() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetrics
 
initialize() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleOperationalStatus
 
initialize() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
 
initialize() - Method in class org.apache.muse.ws.metadata.impl.SimpleMetadataExchange
 
initialize() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer
 
initialize() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
initialize() - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
 
initialize() - Method in class org.apache.muse.ws.notification.impl.SimplePullPointCreation
 
initialize() - Method in class org.apache.muse.ws.notification.impl.SimplePullPointDataStore
 
initialize() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
initialize() - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability


AbstractWsResourceCapability continues the initialization process by inspecting the concrete class to find all of the getters (and, if applicable, setters) for its resource properties.
initialize() - Method in class org.apache.muse.ws.resource.impl.SimpleWsResource


The SimpleWsResource implementation takes the following steps: Create WSRP state model - createPropertyCollection()
Create WSRP document schema and apply it to the collection.
Create WSRP metadata and apply it to the collection.
Call super.initialize() to initialize capabilities.
initialize() - Method in class org.apache.muse.ws.resource.lifetime.impl.SimpleScheduledTermination
 
initialize() - Method in class org.apache.muse.ws.resource.properties.get.impl.SimpleGetCapability
 
initialize() - Method in class org.apache.muse.ws.resource.properties.query.impl.SimpleQueryCapability
 
initialize() - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetCapability
 
initialize() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
initialize() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroupRegistration
 
initializeCapabilities() - Method in class org.apache.muse.core.SimpleResource
This method can be overrided to provide additional capability initialization logic that applies generally to all capabilities.
initializeCompleted() - Method in class org.apache.muse.core.AbstractCapability
 
initializeCompleted() - Method in interface org.apache.muse.core.Capability
This method is called by the containing Resource after all other capabilities have been initialized via initialize().
initializeCompleted() - Method in class org.apache.muse.ws.dm.muws.adv.impl.AbstractAdvertisement
 
initializeCompleted() - Method in class org.apache.muse.ws.dm.muws.impl.AbstractManageabilityCapability
 
initializeCompleted() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
insertOrUpdate(QName, Object) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
insertOrUpdate(QName, Object[]) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
insertOrUpdate(QName, Object) - Method in interface org.apache.muse.ws.resource.properties.set.ext.SetResourcePropertiesExtensions
This is just a convenience method that will call insertOrUpdate(QName, Object[]) with a one-element array.
insertOrUpdate(QName, Object[]) - Method in interface org.apache.muse.ws.resource.properties.set.ext.SetResourcePropertiesExtensions
Checks to see if there is already an instance of the property, and if so, updates it with the given values; otherwise, it inserts the values.
insertProperty(QName, Element[]) - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
insertResourceProperty(QName, Object[]) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
insertResourceProperty(QName, Object[], Object) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
insertResourceProperty(QName, Object[]) - Method in interface org.apache.muse.ws.resource.properties.set.SetResourcePropertiesComponents
Creates new instances of the given property using the given values.
insertResourceProperty(QName, Object[], Object) - Method in interface org.apache.muse.ws.resource.properties.set.SetResourcePropertiesPermissions
Creates a new instance of the given property for each value specified in the array of values.
insertResourceProperty(QName, Object[]) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 
invoke(ProxyHandler, Object[]) - Method in class org.apache.muse.core.AbstractResourceClient
This is a convenience method that uses the given ProxyHandler to serialize the parameters (and deserialize the response) before calling invoke(String, Element).
invoke(String, Element) - Method in class org.apache.muse.core.AbstractResourceClient
A generic method invocation mechanism - this can be used by other proxy methods as well as users in order to send arbitrary requests to a resource.
invoke(String, Element, Element[]) - Method in class org.apache.muse.core.AbstractResourceClient
A generic method invocation mechanism - this can be used by other proxy methods as well as users in order to send arbitrary requests to a resource.
invoke(Element) - Method in interface org.apache.muse.core.Resource
This is a generic method invocation mechanism that can be used to delegate request handling to a capability or some other component.
invoke(Element) - Method in class org.apache.muse.core.SimpleResource
 
invoke(Element) - Method in interface org.apache.muse.core.routing.ResourceRouter
This is a generic method invocation mechanism that can be used to delegate request handling to a specific Resource.
invoke(Element) - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
invokeMethod(Method, Object[]) - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
isAdvertised(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.adv.impl.AbstractAdvertisement
 
isAdvertised(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.adv.impl.BroadcastAdvertisement
 
isAdvertised(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.adv.impl.SimpleAdvertisement
 
isCounter() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
isCounter() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
isEmpty() - Method in class org.apache.muse.ws.metadata.impl.GetMetadataResponse
 
isEmpty() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleResponse
 
isEmpty() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetResponse
 
isFault(Element) - Static method in class org.apache.muse.ws.addressing.soap.SoapUtils
 
isFinal() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
isFinal() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
isGauge() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
isGauge() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
isInitialValue(QName, Object) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
isInitialValue(QName, Object) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
isInitialValue(QName, Object) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
isInterval() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
isInterval() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
isMatch(Node, String) - Static method in class org.apache.muse.util.xml.XPathUtils
Evaluates the given XPath as a Boolean expression against the given XML.
isMatch(EndpointReference) - Method in interface org.apache.muse.ws.resource.sg.MembershipContentRule
 
isMatch(EndpointReference) - Method in interface org.apache.muse.ws.resource.sg.ServiceGroup
 
isMatch(EndpointReference) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
isMatch(EndpointReference) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
isMatch(EndpointReference) - Method in class org.apache.muse.ws.resource.sg.remote.ServiceGroupClient
 
isMaxUnbounded(QName) - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
isMaxUnbounded(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
isMaxUnbounded(QName) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
isNillable(QName) - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
isNillable(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
isNillable(QName) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
isOnChange() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
isOnChange() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
isOnDemand() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
isOnDemand() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
isPaused() - Method in interface org.apache.muse.ws.notification.SubscriptionManager
 
isPaused() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
isPeriodic() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
isPeriodic() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
isPointInTime() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
isPointInTime() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
isReadOnly() - Method in class org.apache.muse.ws.resource.metadata.impl.ExternalChangeApprover
 
isReadOnlyExternal(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
isReadOnlyExternal(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
isReadOnlyExternal(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
isRootTopic() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
isRootTopic() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
isSecure(Object) - Method in class org.apache.muse.ws.resource.properties.listeners.AbstractChangeApprover
 
isSecure(Object) - Method in interface org.apache.muse.ws.resource.properties.listeners.PropertyChangeApprover
 
isSinceReset() - Method in interface org.apache.muse.ws.dm.muws.Metric
 
isSinceReset() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
isStaticValue(QName, Object) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
isStaticValue(QName, Object) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
isStaticValue(QName, Object) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
isUsingPersistence(String) - Method in interface org.apache.muse.core.ResourceManager
 
isUsingPersistence(String) - Method in class org.apache.muse.core.SimpleResourceManager
 
isUsingSoapMonitor() - Method in class org.apache.muse.core.AbstractResourceClient
 
isUsingSoapMonitor() - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient


The default value is 'false'.
isUsingSoapMonitor() - Method in interface org.apache.muse.ws.addressing.soap.SoapMonitor
 
isUsingTrace() - Method in class org.apache.muse.core.AbstractResourceClient
 
isUsingTrace() - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
{@inheritDoc}

The default value is 'false'.
isUsingTrace() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
isValidValue(QName, Object) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
isValidValue(QName, Object) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
isValidValue(QName, Object) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
iterator() - Method in interface org.apache.muse.ws.notification.topics.TopicPathExpression
 
iterator() - Method in class org.apache.muse.ws.notification.topics.impl.ConcretePathExpression
 

J

javax.xml.namespace - package javax.xml.namespace
 

L

LAST_UPDATED - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
LOCATION - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
LONG_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
LOWER_BOUND - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
LOWEST_PRIORITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
LOW_PRIORITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
LoggingUtils - class org.apache.muse.util.LoggingUtils.
LoggingUtils is a collection of methods creating and using log files via the JDK logging API.
LoggingUtils() - Constructor for class org.apache.muse.util.LoggingUtils
 
logCall(Logger, Method, Object[]) - Static method in class org.apache.muse.util.LoggingUtils
Writes a nicely-formatted message that shows what parameter types were expected by the Java method and what types were actually used.
logError(Logger, Throwable) - Static method in class org.apache.muse.util.LoggingUtils
Writes a nicely-formatted message and stack trace to the given log using the information in the given exception.
logMessage(Logger, Node, boolean) - Static method in class org.apache.muse.util.