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_NOT_SUPPORTED_FAULT_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
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
 
AddRequest(EndpointReference, Date, Element) - 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.FilterCollection
 
accepts(QName, String) - Method in interface org.apache.muse.ws.notification.impl.FilterFactoryHandler
 
accepts(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.MessagePatternFilter
 
accepts(QName, String) - Method in class org.apache.muse.ws.notification.impl.MessagePatternFilterHandler
 
accepts(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.ProducerPropertiesFilter
 
accepts(QName, String) - Method in class org.apache.muse.ws.notification.impl.ProducerPropertiesFilterHandler
 
accepts(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
 
accepts(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.TopicFilter
 
accepts(QName, String) - Method in class org.apache.muse.ws.notification.impl.TopicFilterHandler
 
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.
add(EndpointReference, Date, Element) - Method in class org.apache.muse.ws.resource.sg.remote.ServiceGroupClient
 
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
 
addFilter(Filter) - Method in class org.apache.muse.ws.notification.impl.FilterCollection
 
addHandler(FilterFactoryHandler) - Method in class org.apache.muse.ws.notification.impl.FilterFactory
 
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
 
addProperty(QName, String, String) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
Adds another wsrmd:Property element to the descriptor with the basic metadata attributes required by the spec.
addProperty(QName, String, String) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
addProperty(QName, String, String) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
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
 
addTopicListener(TopicListener) - 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 that has the given WSN Topic.
addTopicListener(TopicListener) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer
 
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
 
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.
compare(Object, Object) - Method in class org.apache.muse.core.serializer.SerializerRegistry.ClassComparator
 
convertToArray(NodeList) - Static method in class org.apache.muse.util.xml.XmlUtils
 
convertToElement(Object, Class, QName) - Static method in class org.apache.muse.ws.resource.properties.impl.WsrpUtils
Uses one of Muse's registered Serializers to convert the given object into an XML element.
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.
convertToObject(Element, Class) - Static method in class org.apache.muse.ws.resource.properties.impl.WsrpUtils
Uses one of Muse's registered Serializers to convert the given Element into an instance of the given type.
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
 
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.
createGetCurrentMessageHandler() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
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
 
createMetadataDocument(MetadataDescriptor) - Static method in class org.apache.muse.ws.resource.metadata.impl.WsrmdUtils
This method serializes the given descriptor into XML and then wraps it in a wsrmd:Definitions element so it can be written or published as a valid WSRMD document.
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.
createNotifyHandler() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer
 
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
 
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
The default identifier used for the implied resource pattern.
DEFAULT_SERVICE_NAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
DEFINITIONS_QNAME - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
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
 
DESTINATION_UNREACHABLE_FAULT_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
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.
FilterCollection - class org.apache.muse.ws.notification.impl.FilterCollection.
FilterCollection is a set of WSN subscription filters that a notification producer must evaluate when determining whether it should send a message to a consumer or not.
FilterCollection() - Constructor for class org.apache.muse.ws.notification.impl.FilterCollection
 
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.
FilterFactoryHandler - interface org.apache.muse.ws.notification.impl.FilterFactoryHandler.
FilterFactoryHandler is an interface for components that generate a single type of WSN filter from an XML fragment.
FilterSerializer - class org.apache.muse.ws.notification.impl.FilterSerializer.
FilterSerializer is a Muse serializer that converts WSN Filters to XML and back.
FilterSerializer() - Constructor for class org.apache.muse.ws.notification.impl.FilterSerializer
 
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.FilterSerializer
 
fromXML(Element) - Method in class org.apache.muse.ws.notification.impl.GetCurrentMessageHandler
 
fromXML(Element) - Method in class org.apache.muse.ws.notification.impl.NotificationMessageSerializer
 
fromXML(Element) - Method in class org.apache.muse.ws.notification.impl.NotifyHandler
 
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.
GetCurrentMessage - class org.apache.muse.ws.notification.impl.GetCurrentMessage.
GetCurrentMessage is a serializer/deserializer for the WS-Notification GetCurrentMessage operation's request content.
GetCurrentMessage(Element) - Constructor for class org.apache.muse.ws.notification.impl.GetCurrentMessage
 
GetCurrentMessage(QName) - Constructor for class org.apache.muse.ws.notification.impl.GetCurrentMessage
 
GetCurrentMessageHandler - class org.apache.muse.ws.notification.impl.GetCurrentMessageHandler.
GetCurrentHandler is the parser for the WS-Notification GetCurrentMessage operation.
GetCurrentMessageHandler() - Constructor for class org.apache.muse.ws.notification.impl.GetCurrentMessageHandler
 
GetCurrentMessageResponse - class org.apache.muse.ws.notification.impl.GetCurrentMessageResponse.
GetCurrentMessageResponse is a serializer/deserializer for the WS-Notification GetCurrentMessage operation's response content.
GetCurrentMessageResponse(Element) - Constructor for class org.apache.muse.ws.notification.impl.GetCurrentMessageResponse
 
GetCurrentMessageResponse(NotificationMessage) - Constructor for class org.apache.muse.ws.notification.impl.GetCurrentMessageResponse
 
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
 
getCustomHeader(QName) - Method in class org.apache.muse.ws.addressing.MessageHeaders
This method is useful if you are only expecting one instance of a given SOAP header element and do not want to sort through a Collection or Iterator just to get one item.
getCustomHeaderNames() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
getCustomHeaders(QName) - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
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
 
getDetail() - Method in class org.apache.muse.ws.resource.basefaults.BaseFault
Creates the WSBF BaseFault XML on-the-fly, for inclusion in a larger SOAPFault XML fragment.
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.GetCurrentMessage
 
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
 
getExtendedMetadataNames(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
getExtendedMetadataNames(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getExtendedMetadataNames(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
 
getFilters() - Method in class org.apache.muse.ws.notification.impl.FilterCollection
 
getFirstElement(Node) - Static method in class org.apache.muse.util.xml.XmlUtils
 
getFirstPortType(Node) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
Returns the first portType (in document order) that's found in a given WSDL or null if the WSDL contains no portTypes.
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
 
getMessage() - Method in class org.apache.muse.ws.notification.impl.GetCurrentMessageResponse
 
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(String) - Method in class org.apache.muse.ws.resource.metadata.ext.WsrfMetadataExchange
 
getMetadata() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
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
 
getModifiability(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
Most users will probably want to use the canDelete(), canInsert(), and canUpdate() methods to test the permissions of a property; these methods handle the Boolean logic between modifiability and mutability values so you don't have to litter your code with messy if/else blocks.
getModifiability(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getModifiability(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
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
 
getMultipleResourceProperties(QName[]) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 
getMutability(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
Most users will probably want to use the canDelete(), canInsert(), and canUpdate() methods to test the permissions of a property; these methods handle the Boolean logic between modifiability and mutability values so you don't have to litter your code with messy if/else blocks.
getMutability(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
getMutability(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
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(String) - Method in interface javax.xml.namespace.NamespaceContext
 
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
 
getNumberOfTries() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
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(String) - Method in interface javax.xml.namespace.NamespaceContext
 
getPrefix() - Method in class javax.xml.namespace.QName
 
getPrefixes(String) - Method in interface javax.xml.namespace.NamespaceContext
 
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
 
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.
getPropertyAsObjectAndMetrics(QName, Class, Map) - Method in class org.apache.muse.ws.dm.muws.remote.MetricsClient
This method is just like getPropertyAsObject() except that it will fill the given Map with the metrics returned in the property XML.
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.muse.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
 
getResource() - Method in class org.apache.muse.ws.notification.impl.ProducerPropertiesFilter
 
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.

Users who want more type safety and better encapsulation should use getPropertyAsObject(QName, Class).
getResourceProperty(QName) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 
getResourcePropertyAndMetrics(QName, Map) - Method in class org.apache.muse.ws.dm.muws.remote.MetricsClient
This method is just like getResourceProperty() except that it will fill the given Map with the metrics returned in the property XML.
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.FilterSerializer
 
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.
getTargetResource() - Method in class org.apache.muse.ws.resource.impl.WsResourceRouter
 
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 interface org.apache.muse.ws.notification.TopicListener
 
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
 
getTopicListeners(QName) - Method in interface org.apache.muse.ws.notification.NotificationConsumer
 
getTopicListeners(QName) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer
 
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 class org.apache.muse.ws.notification.impl.GetCurrentMessage
 
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
 
hasSubscription(EndpointReference) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
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_HEADER_FAULT_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
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 overridden 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(ProxyHandler, Object[], Element[]) - 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
 
isDestroyedOnFailure() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
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.LoggingUtils
 

M

MAJOR_SEVERITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
MANAGEABILITY_CAPABILITY_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MANAGEABILITY_EPR_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MATCHES_QNAME - Static variable in class org.apache.muse.ws.dm.muws.ext.MuwsExtConstants
 
MATCHES_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.ext.MuwsExtConstants
 
MATCH_ALL_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MATCH_ANY_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MATCH_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MAX_OCCURS - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MEDIUM_PRIORITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
MEMBERSHIP_INTERFACE - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
MEMBER_EPR_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the wssg:MemberEPR property.
MEMBER_SERVICE_EPR_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the wssg:MemberServiceEPR property.
MESSAGE_CONTENT_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
MESSAGE_ID_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
MESSAGE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
MESSAGE_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
MESSAGE_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
MESSAGE_TYPES - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
METADATA_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
METADATA_QNAME - Static variable in class org.apache.muse.ws.metadata.WsxConstants
 
METADATA_VALIDATION_ERROR_QNAME - Static variable in class org.apache.muse.ws.resource.ext.WsrfExtConstants
 
METRICS_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
METRICS_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM Metrics namespace URI.
METRIC_ATTRIBUTES_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
METRIC_GROUP_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MGMT_EVENT_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
MINOR_SEVERITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
MIN_OCCURS - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MODIFIABILITY - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
MODIFICATION_TOPIC_NAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the WS-N Topic for WS-SG lifecycle events.
MSG_ID - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
MSG_ID_TYPE - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
MS_IN_A_DAY - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MS_IN_A_HOUR - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MS_IN_A_MINUTE - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MS_IN_A_MONTH - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MS_IN_A_YEAR - Static variable in class org.apache.muse.util.xml.XsdUtils
 
MULTIPLE_TOPICS_SPECIFIED_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
MUSE_ADDRESSING_PREFIX - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
MUSE_ADDRESSING_URI - Static variable in class org.apache.muse.ws.addressing.WsaConstants
The default URI for WS-A reference parameters.
MUST_UNDERSTAND - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
MUTABILITY - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
MUTABLE - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
MUWS_EVENTS_PREFIX - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The prefix of the WS-N TopicNamespace for all WSDM Topics.
MUWS_EVENTS_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The namespace of the WS-N TopicNamespace for all WSDM Topics.
MUWS_P1_PREFIX - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MUWS_P1_PREFIX - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
MUWS_P1_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MUWS_P1_URI - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
MUWS_P2_PREFIX - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MUWS_P2_PREFIX - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
MUWS_P2_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MUWS_P2_URI - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
MUWS_TOPIC_NS - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
MUWS_WSDL_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
ManageabilityCapability - interface org.apache.muse.ws.dm.muws.ManageabilityCapability.
ManageabilityCapability represents WSRF-based capabilities that are related to resource management.
ManageabilityCharacteristics - interface org.apache.muse.ws.dm.muws.ManageabilityCharacteristics.
This interface represents the WSDM ManageabilityCharacteristics capability.
ManagementEvent - interface org.apache.muse.ws.dm.muws.events.ManagementEvent.
ManagementEvent defines the even type of the WSDM Event Format (WEF).
Match - interface org.apache.muse.ws.dm.muws.Match.
Match represents correlation expressions formatted with the MUWS Simple Property Boolean Match (PBM) schema.
MatchCorrelation - class org.apache.muse.ws.dm.muws.impl.MatchCorrelation.
MatchCorrelation represents correlation expressions formatted with the MUWS Simple Property Boolean Match (PBM) schema.
MatchCorrelation(WsResource) - Constructor for class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
This is a convenience constructor that calls this(Resource, boolean) with a 'false' second parameter.
MatchCorrelation(WsResource, boolean) - Constructor for class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
MatchCorrelation(WsResource, Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
MatchFactory - class org.apache.muse.ws.dm.muws.impl.MatchFactory.
MatchFactory is a device for creating pbm:Match expressions from their XML definitions without having to deal with concrete pbm:Match types.
MembershipContentRule - interface org.apache.muse.ws.resource.sg.MembershipContentRule.
MembershipContentRule represents the wsrf-sg:MembershipContentRule resource property defined by the WS-RF ServiceGroup resource type.
MembershipContentRuleSerializer - class org.apache.muse.ws.resource.sg.impl.MembershipContentRuleSerializer.
MembershipContentRuleSerializer provides XML-to-Java deserialization for the WS-SG MembershipContentRule type.
MembershipContentRuleSerializer() - Constructor for class org.apache.muse.ws.resource.sg.impl.MembershipContentRuleSerializer
 
MessageHandler - interface org.apache.muse.core.routing.MessageHandler.
MessageHandler defines the methods needed to serialize and deserialize the parameters and responses for a web service operation.
MessageHeaders - class org.apache.muse.ws.addressing.MessageHeaders.
MessageHeaders provides WS-Addressing processing for SOAP message headers.
MessageHeaders(Element) - Constructor for class org.apache.muse.ws.addressing.MessageHeaders
Creates a valid set of WS-A message headers from the given SOAP Header.
MessageHeaders(EndpointReference, String) - Constructor for class org.apache.muse.ws.addressing.MessageHeaders
Creates a new set of WS-A message headers targeted to the given EPR and Action.
MessagePatternFilter - class org.apache.muse.ws.notification.impl.MessagePatternFilter.
MessagePatternFilter is the implementation of message pattern filters for WS-N subscriptions.
MessagePatternFilter(String, String) - Constructor for class org.apache.muse.ws.notification.impl.MessagePatternFilter
 
MessagePatternFilterHandler - class org.apache.muse.ws.notification.impl.MessagePatternFilterHandler.
 
MessagePatternFilterHandler() - Constructor for class org.apache.muse.ws.notification.impl.MessagePatternFilterHandler
 
Messages - class org.apache.muse.util.messages.Messages.
Messages is a wrapper for a java.util.ResourceBundle that provides a search-and-replace mechanism for filling in message context.
Messages(String) - Constructor for class org.apache.muse.util.messages.Messages
Creates a new message collection using the given resource bundle.
Messages(String, ClassLoader) - Constructor for class org.apache.muse.util.messages.Messages
Creates a new message collection using the given resource bundle and classloader.
MessagesFactory - class org.apache.muse.util.messages.MessagesFactory.
MessagesFactory is a static factory that allows any object to look up a resource bundle associated with its Java package.
MessagesFactory() - Constructor for class org.apache.muse.util.messages.MessagesFactory
 
MetadataDescriptor - interface org.apache.muse.ws.resource.metadata.MetadataDescriptor.
MetadataDescriptor is an interface for a single metadata descriptor.
MetadataExchange - interface org.apache.muse.ws.metadata.MetadataExchange.
MetadataExchange is an interface that represents the WS-MetadataExchange GetMetadata port type; it is based on WS-MEX 09/04.
MetadataExchangeClient - class org.apache.muse.ws.metadata.remote.MetadataExchangeClient.
MetadataExchangeClient is a client for invoking the web services operations in WS-MetadataExchange 09/2004.
MetadataExchangeClient(EndpointReference) - Constructor for class org.apache.muse.ws.metadata.remote.MetadataExchangeClient
 
MetadataExchangeClient(EndpointReference, EndpointReference) - Constructor for class org.apache.muse.ws.metadata.remote.MetadataExchangeClient
 
MetadataExchangeClient(EndpointReference, EndpointReference, Environment) - Constructor for class org.apache.muse.ws.metadata.remote.MetadataExchangeClient
 
MetadataExchangeClient(EndpointReference, EndpointReference, SoapClient) - Constructor for class org.apache.muse.ws.metadata.remote.MetadataExchangeClient
 
MetadataValidationFault - exception org.apache.muse.ws.resource.metadata.faults.MetadataValidationFault.
 
MetadataValidationFault(Element) - Constructor for class org.apache.muse.ws.resource.metadata.faults.MetadataValidationFault
 
MetadataValidationFault(String) - Constructor for class org.apache.muse.ws.resource.metadata.faults.MetadataValidationFault
 
MetadataValidationFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.metadata.faults.MetadataValidationFault
 
MetadataValidationFault(Throwable) - Constructor for class org.apache.muse.ws.resource.metadata.faults.MetadataValidationFault
 
Metric - interface org.apache.muse.ws.dm.muws.Metric.
Metric is an interface that describes the metadata surrounding resource properties that are metrics, as defined by the WSDM Metrics capability.
MetricDecorationProvider - class org.apache.muse.ws.dm.muws.impl.MetricDecorationProvider.
MetricDecorationProvider is a simple property listener that adds the standard WSDM MetricAttributes attributes to a property's XML definition.
MetricDecorationProvider(Metric) - Constructor for class org.apache.muse.ws.dm.muws.impl.MetricDecorationProvider
 
MetricOnDemandListener - class org.apache.muse.ws.dm.muws.impl.MetricOnDemandListener.
MetricOnDemandListener is a simple property listener that makes sure an OnDemand metric's timestamps are updated for each property read that occurs.
MetricOnDemandListener(Metric) - Constructor for class org.apache.muse.ws.dm.muws.impl.MetricOnDemandListener
 
MetricUpdateListener - class org.apache.muse.ws.dm.muws.impl.MetricUpdateListener.
MetricUpdateListener is a simple property listener that pings the Metric data structure to record a timestamp for the metric update.
MetricUpdateListener(Metric) - Constructor for class org.apache.muse.ws.dm.muws.impl.MetricUpdateListener
 
Metrics - interface org.apache.muse.ws.dm.muws.Metrics.
Metrics is an interface that represents the WSDM Metrics capability.
MetricsClient - class org.apache.muse.ws.dm.muws.remote.MetricsClient.
MetricsClient provides two convenience methods for reading WSRP resource properties and their metrics without resorting to separate SOAP calls or DOM APIs.
MetricsClient(EndpointReference) - Constructor for class org.apache.muse.ws.dm.muws.remote.MetricsClient
 
MetricsClient(EndpointReference, EndpointReference) - Constructor for class org.apache.muse.ws.dm.muws.remote.MetricsClient
 
MetricsClient(EndpointReference, EndpointReference, Environment) - Constructor for class org.apache.muse.ws.dm.muws.remote.MetricsClient
 
MetricsClient(EndpointReference, EndpointReference, SoapClient) - Constructor for class org.apache.muse.ws.dm.muws.remote.MetricsClient
 
MultipleTopicsSpecifiedFault - exception org.apache.muse.ws.notification.faults.MultipleTopicsSpecifiedFault.
 
MultipleTopicsSpecifiedFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.MultipleTopicsSpecifiedFault
 
MultipleTopicsSpecifiedFault(String) - Constructor for class org.apache.muse.ws.notification.faults.MultipleTopicsSpecifiedFault
 
MultipleTopicsSpecifiedFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.MultipleTopicsSpecifiedFault
 
MultipleTopicsSpecifiedFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.MultipleTopicsSpecifiedFault
 
MuwsConstants - class org.apache.muse.ws.dm.muws.MuwsConstants.
MuwsConstants is a collection of properties that is useful when programming against the WSDM MUWS spec (parts 1 and 2), v1.1.
MuwsConstants() - Constructor for class org.apache.muse.ws.dm.muws.MuwsConstants
 
MuwsExtConstants - class org.apache.muse.ws.dm.muws.ext.MuwsExtConstants.
MuwsExtConstants is a collection of properties and fields for extensions to the WSDM MUWS 1.1 spec.
MuwsExtConstants() - Constructor for class org.apache.muse.ws.dm.muws.ext.MuwsExtConstants
 
matches(EndpointReference) - Method in interface org.apache.muse.ws.dm.muws.CorrelatableProperties
 
matches(EndpointReference) - Method in interface org.apache.muse.ws.dm.muws.Correlation
 
matches(EndpointReference) - Method in interface org.apache.muse.ws.dm.muws.Match
 
matches(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.impl.AllMatch
 
matches(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.impl.AnyMatch
 
matches(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
matches(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleCorrelatableProperties
 
matches(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMatch
 
matches(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.impl.XPathCorrelation


This implementation performs a WS-RP QueryResourceProperties call against the given resource using its XPath value.
mergeWSDL(Document, Document, Set) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
Determines which schema content the first WSDL has that the second one doesn't and adds that content to the second WSDL.
moveSubTree(Node, Node) - Static method in class org.apache.muse.util.xml.XmlUtils
Copies all child nodes from the first Element tree into the second Element tree.
moveSubTree(Node, Node, Node) - Static method in class org.apache.muse.util.xml.XmlUtils
Copies all child nodes from the first Element tree into the second Element tree inserted before the given context node.

N

NAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
NAME - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
NAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
NAMESPACE - Static variable in class org.apache.muse.util.xml.XsdUtils
 
NAMESPACE_URI - Static variable in class org.apache.muse.util.xml.XPathUtils
The XPath 1.0 namespace URI.
NAMESPACE_URI - Static variable in class org.apache.muse.util.xml.XsdUtils
The XML Schema namespace URI.
NAMESPACE_URI - Static variable in class org.apache.muse.ws.addressing.WsaConstants
The namespace of the WS-A 1.0 spec
NAMESPACE_URI - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
The SOAP 1.2 namespace URI.
NAMESPACE_URI - Static variable in class org.apache.muse.ws.dm.muws.ext.MuwsExtConstants
 
NAMESPACE_URI - Static variable in class org.apache.muse.ws.metadata.WsxConstants
 
NAMESPACE_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
NAMESPACE_URI - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.WsrfConstants
 
NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.basefaults.WsbfConstants
 
NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.ext.WsrfExtConstants
 
NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
The current WS-RMD namespace URI - v1.0.
NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
NAMESPACE_URI - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
The WSDL 1.1 namespace URI.
NAME_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
NC_NAME_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
NEGATIVE - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
NEW_TIME_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
NEW_VALUES_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
WS-RP/WS-N change notification - new value element name.
NILLABLE - Static variable in class org.apache.muse.util.xml.XsdUtils
 
NIL_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
NODE_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
NOTIFICATION_MSG_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
NOTIFICATION_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
The name of the WS-RL resource termination event.
NOTIFICATION_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
WS-RP/WS-N change notification - root element name.
NOTIFY_NOT_SUPPORTED_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
NOTIFY_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
NOTIFY_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
NOTIFY_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
NO_CURRENT_MESSAGE_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
NamespaceContext - interface javax.xml.namespace.NamespaceContext.
This is an implementation of javax.xml.namespace.NamespaceContext for J2SE 1.4.x.
NoCurrentMessageOnTopicFault - exception org.apache.muse.ws.notification.faults.NoCurrentMessageOnTopicFault.
 
NoCurrentMessageOnTopicFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.NoCurrentMessageOnTopicFault
 
NoCurrentMessageOnTopicFault(String) - Constructor for class org.apache.muse.ws.notification.faults.NoCurrentMessageOnTopicFault
 
NoCurrentMessageOnTopicFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.NoCurrentMessageOnTopicFault
 
NoCurrentMessageOnTopicFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.NoCurrentMessageOnTopicFault
 
NotificationConsumer - interface org.apache.muse.ws.notification.NotificationConsumer.
NotificationConsumer is an interface that represents the WS-Notification NotificationConsumer port type; it is based on WS-N 1.3.
NotificationConsumerClient - class org.apache.muse.ws.notification.remote.NotificationConsumerClient.
NotificationConsumerClient is a web services client for resources that implement the WS-N NotificationConsumer port type.
NotificationConsumerClient(EndpointReference) - Constructor for class org.apache.muse.ws.notification.remote.NotificationConsumerClient
 
NotificationConsumerClient(EndpointReference, EndpointReference) - Constructor for class org.apache.muse.ws.notification.remote.NotificationConsumerClient
 
NotificationConsumerClient(EndpointReference, EndpointReference, Environment) - Constructor for class org.apache.muse.ws.notification.remote.NotificationConsumerClient
 
NotificationConsumerClient(EndpointReference, EndpointReference, SoapClient) - Constructor for class org.apache.muse.ws.notification.remote.NotificationConsumerClient
 
NotificationMessage - interface org.apache.muse.ws.notification.NotificationMessage.
NotificationMessage represents the wsnt:NotificationMessageHolderType type defined by the WS-Notification 1.3 schema.
NotificationMessageListener - interface org.apache.muse.ws.notification.NotificationMessageListener.
NotificationMessageListener is an event listener that allows a consumer resource to filter incoming messages by topic.
NotificationMessageSerializer - class org.apache.muse.ws.notification.impl.NotificationMessageSerializer.
NotificationMessageSerializer transforms WS-N NotificationMessage objects to XML and back.
NotificationMessageSerializer() - Constructor for class org.apache.muse.ws.notification.impl.NotificationMessageSerializer
 
NotificationProducer - interface org.apache.muse.ws.notification.NotificationProducer.
NotificationProducer is an interface that represents the WS-Notification NotificationProducer port type; it is based on WS-N 1.3.
NotificationProducerClient - class org.apache.muse.ws.notification.remote.NotificationProducerClient.
NotificationProducerClient is a web services client for resources that implement the WS-N NotificationProducer port type.
NotificationProducerClient(EndpointReference) - Constructor for class org.apache.muse.ws.notification.remote.NotificationProducerClient
 
NotificationProducerClient(EndpointReference, EndpointReference) - Constructor for class org.apache.muse.ws.notification.remote.NotificationProducerClient
 
NotificationProducerClient(EndpointReference, EndpointReference, Environment) - Constructor for class org.apache.muse.ws.notification.remote.NotificationProducerClient
 
NotificationProducerClient(EndpointReference, EndpointReference, SoapClient) - Constructor for class org.apache.muse.ws.notification.remote.NotificationProducerClient
 
NotificationProducerFilePersistence - class org.apache.muse.ws.notification.impl.NotificationProducerFilePersistence.
NotificationProducerFilePersistence is an implementation of file-based persistence of subscription resource data.
NotificationProducerFilePersistence() - Constructor for class org.apache.muse.ws.notification.impl.NotificationProducerFilePersistence
 
NotificationProducerPersistence - interface org.apache.muse.ws.notification.NotificationProducerPersistence.
NotificationProducerPersistence is an extension of the basic Persistence API to provide a link to the NotificationProducer API and resource lifecycle events.
NotifyHandler - class org.apache.muse.ws.notification.impl.NotifyHandler.
NotifyHandler is the parser for the WS-Notification Notify operation.
NotifyHandler() - Constructor for class org.apache.muse.ws.notification.impl.NotifyHandler
 
NotifyMessageNotSupportedFault - exception org.apache.muse.ws.notification.faults.NotifyMessageNotSupportedFault.
 
NotifyMessageNotSupportedFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.NotifyMessageNotSupportedFault
 
NotifyMessageNotSupportedFault(String) - Constructor for class org.apache.muse.ws.notification.faults.NotifyMessageNotSupportedFault
 
NotifyMessageNotSupportedFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.NotifyMessageNotSupportedFault
 
NotifyMessageNotSupportedFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.NotifyMessageNotSupportedFault
 
newInstance(WsResource, Element) - Method in interface org.apache.muse.ws.dm.muws.CorrelationFactory
Parses the given Element and creates a complete Correlation expression that can be evaluated against any WS-RF resource.
newInstance(WsResource, Element) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleCorrelationFactory
 
newInstance(Element) - Method in class org.apache.muse.ws.notification.impl.FilterFactory
 
newInstance(Element) - Method in interface org.apache.muse.ws.notification.impl.FilterFactoryHandler
 
newInstance(Element) - Method in class org.apache.muse.ws.notification.impl.MessagePatternFilterHandler
 
newInstance(Element) - Method in class org.apache.muse.ws.notification.impl.ProducerPropertiesFilterHandler
 
newInstance(Element) - Method in class org.apache.muse.ws.notification.impl.TopicFilterHandler
 
newInstance(QName, WsResource) - Method in interface org.apache.muse.ws.notification.properties.ChangeNotificationListenerFactory
 
newInstance(QName, WsResource) - Method in class org.apache.muse.ws.notification.properties.WsrpNotificationListenerFactory
 
newInstance(String) - Method in interface org.apache.muse.ws.resource.properties.query.QueryExpressionFactory
 
newInstance(String) - Method in class org.apache.muse.ws.resource.properties.query.impl.XPathQueryExpressionFactory
 
notify(NotificationMessage[]) - Method in interface org.apache.muse.ws.notification.NotificationConsumer
Informs the resource of WS-N notification messages that have been received.
notify(NotificationMessage[]) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer
This implementation spawns a thread to handle the passing of the message to the message listeners so that the method can return immediately and speed up the notification process for the reporter.
notify(NotificationMessage) - Method in class org.apache.muse.ws.notification.remote.NotificationConsumerClient
 
notify(NotificationMessage[]) - Method in class org.apache.muse.ws.notification.remote.NotificationConsumerClient
 

O

OLD_VALUES_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
WS-RP/WS-N change notification - old value element name.
ON_CHANGE - Static variable in interface org.apache.muse.ws.dm.muws.Metric
 
ON_CHANGE - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
ON_DEMAND - Static variable in interface org.apache.muse.ws.dm.muws.Metric
 
ON_DEMAND - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
OPERATION - Static variable in class org.apache.muse.ws.resource.properties.set.impl.DeleteRequest
 
OPERATION - Static variable in class org.apache.muse.ws.resource.properties.set.impl.InsertRequest
 
OPERATION - Static variable in class org.apache.muse.ws.resource.properties.set.impl.UpdateRequest
 
OPERATION_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
OP_STATUS_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
OP_STATUS_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
OP_STATUS_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM OperationalStatus namespace URI.
ORIGINATOR_QNAME - Static variable in class org.apache.muse.ws.resource.basefaults.WsbfConstants
 
OTHER_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
OUTPUT_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
OpenMetadataDescriptor - class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor.
OpenMetadataDescriptor is a MetadataDescriptor that allows free reign on all properties, since no rules or restrictions have been put in place.
OpenPropertiesSchema - class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema.
OpenPropertiesSchema is a ResourcePropertiesSchema that has no restrictions on any of its properties - all operations are allowed, and no values have limits.
OperationalStatus - interface org.apache.muse.ws.dm.muws.OperationalStatus.
This interface represents the WSDM OperationalStatus capability.
org.apache.muse.core - package org.apache.muse.core
 
org.apache.muse.core.proxy - package org.apache.muse.core.proxy
 
org.apache.muse.core.routing - package org.apache.muse.core.routing
 
org.apache.muse.core.serializer - package org.apache.muse.core.serializer
 
org.apache.muse.util - package org.apache.muse.util
 
org.apache.muse.util.messages - package org.apache.muse.util.messages
 
org.apache.muse.util.uuid - package org.apache.muse.util.uuid
 
org.apache.muse.util.xml - package org.apache.muse.util.xml
 
org.apache.muse.ws.addressing - package org.apache.muse.ws.addressing
 
org.apache.muse.ws.addressing.soap - package org.apache.muse.ws.addressing.soap
 
org.apache.muse.ws.dm.muws - package org.apache.muse.ws.dm.muws
 
org.apache.muse.ws.dm.muws.adv - package org.apache.muse.ws.dm.muws.adv
 
org.apache.muse.ws.dm.muws.adv.impl - package org.apache.muse.ws.dm.muws.adv.impl
 
org.apache.muse.ws.dm.muws.events - package org.apache.muse.ws.dm.muws.events
 
org.apache.muse.ws.dm.muws.events.impl - package org.apache.muse.ws.dm.muws.events.impl
 
org.apache.muse.ws.dm.muws.ext - package org.apache.muse.ws.dm.muws.ext
 
org.apache.muse.ws.dm.muws.ext.faults - package org.apache.muse.ws.dm.muws.ext.faults
 
org.apache.muse.ws.dm.muws.impl - package org.apache.muse.ws.dm.muws.impl
 
org.apache.muse.ws.dm.muws.remote - package org.apache.muse.ws.dm.muws.remote
 
org.apache.muse.ws.metadata - package org.apache.muse.ws.metadata
 
org.apache.muse.ws.metadata.impl - package org.apache.muse.ws.metadata.impl
 
org.apache.muse.ws.metadata.remote - package org.apache.muse.ws.metadata.remote
 
org.apache.muse.ws.notification - package org.apache.muse.ws.notification
 
org.apache.muse.ws.notification.faults - package org.apache.muse.ws.notification.faults
 
org.apache.muse.ws.notification.impl - package org.apache.muse.ws.notification.impl
 
org.apache.muse.ws.notification.properties - package org.apache.muse.ws.notification.properties
 
org.apache.muse.ws.notification.remote - package org.apache.muse.ws.notification.remote
 
org.apache.muse.ws.notification.topics - package org.apache.muse.ws.notification.topics
 
org.apache.muse.ws.notification.topics.impl - package org.apache.muse.ws.notification.topics.impl
 
org.apache.muse.ws.resource - package org.apache.muse.ws.resource
 
org.apache.muse.ws.resource.basefaults - package org.apache.muse.ws.resource.basefaults
 
org.apache.muse.ws.resource.ext - package org.apache.muse.ws.resource.ext
 
org.apache.muse.ws.resource.ext.faults - package org.apache.muse.ws.resource.ext.faults
 
org.apache.muse.ws.resource.faults - package org.apache.muse.ws.resource.faults
 
org.apache.muse.ws.resource.impl - package org.apache.muse.ws.resource.impl
 
org.apache.muse.ws.resource.lifetime - package org.apache.muse.ws.resource.lifetime
 
org.apache.muse.ws.resource.lifetime.faults - package org.apache.muse.ws.resource.lifetime.faults
 
org.apache.muse.ws.resource.lifetime.impl - package org.apache.muse.ws.resource.lifetime.impl
 
org.apache.muse.ws.resource.metadata - package org.apache.muse.ws.resource.metadata
 
org.apache.muse.ws.resource.metadata.ext - package org.apache.muse.ws.resource.metadata.ext
 
org.apache.muse.ws.resource.metadata.faults - package org.apache.muse.ws.resource.metadata.faults
 
org.apache.muse.ws.resource.metadata.impl - package org.apache.muse.ws.resource.metadata.impl
 
org.apache.muse.ws.resource.properties - package org.apache.muse.ws.resource.properties
 
org.apache.muse.ws.resource.properties.get - package org.apache.muse.ws.resource.properties.get
 
org.apache.muse.ws.resource.properties.get.ext - package org.apache.muse.ws.resource.properties.get.ext
 
org.apache.muse.ws.resource.properties.get.faults - package org.apache.muse.ws.resource.properties.get.faults
 
org.apache.muse.ws.resource.properties.get.impl - package org.apache.muse.ws.resource.properties.get.impl
 
org.apache.muse.ws.resource.properties.impl - package org.apache.muse.ws.resource.properties.impl
 
org.apache.muse.ws.resource.properties.listeners - package org.apache.muse.ws.resource.properties.listeners
 
org.apache.muse.ws.resource.properties.query - package org.apache.muse.ws.resource.properties.query
 
org.apache.muse.ws.resource.properties.query.faults - package org.apache.muse.ws.resource.properties.query.faults
 
org.apache.muse.ws.resource.properties.query.impl - package org.apache.muse.ws.resource.properties.query.impl
 
org.apache.muse.ws.resource.properties.schema - package org.apache.muse.ws.resource.properties.schema
 
org.apache.muse.ws.resource.properties.schema.faults - package org.apache.muse.ws.resource.properties.schema.faults
 
org.apache.muse.ws.resource.properties.schema.impl - package org.apache.muse.ws.resource.properties.schema.impl
 
org.apache.muse.ws.resource.properties.set - package org.apache.muse.ws.resource.properties.set
 
org.apache.muse.ws.resource.properties.set.ext - package org.apache.muse.ws.resource.properties.set.ext
 
org.apache.muse.ws.resource.properties.set.faults - package org.apache.muse.ws.resource.properties.set.faults
 
org.apache.muse.ws.resource.properties.set.impl - package org.apache.muse.ws.resource.properties.set.impl
 
org.apache.muse.ws.resource.remote - package org.apache.muse.ws.resource.remote
 
org.apache.muse.ws.resource.sg - package org.apache.muse.ws.resource.sg
 
org.apache.muse.ws.resource.sg.faults - package org.apache.muse.ws.resource.sg.faults
 
org.apache.muse.ws.resource.sg.impl - package org.apache.muse.ws.resource.sg.impl
 
org.apache.muse.ws.resource.sg.remote - package org.apache.muse.ws.resource.sg.remote
 
org.apache.muse.ws.wsdl - package org.apache.muse.ws.wsdl
 

P

PARAMETERS_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
PARTIALLY_AVAILABLE - Static variable in interface org.apache.muse.ws.dm.muws.OperationalStatus
 
PARTICIPANT_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
PATTERN_QNAME - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
PAUSE_FAILED_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PAUSE_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PAUSE_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PAUSE_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PBM_PREFIX - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
PBM_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The CorrelatableProperties "Property Boolean Match" URI.
PERIODIC - Static variable in interface org.apache.muse.ws.dm.muws.Metric
 
PERIODIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
POINT_IN_TIME - Static variable in interface org.apache.muse.ws.dm.muws.Metric
 
POINT_IN_TIME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
POLICY_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PORT_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
PORT_TYPE_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
PORT_TYPE_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
PREFIX - Static variable in class org.apache.muse.util.xml.XsdUtils
 
PREFIX - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
PREFIX - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
PREFIX - Static variable in class org.apache.muse.ws.dm.muws.ext.MuwsExtConstants
 
PREFIX - Static variable in class org.apache.muse.ws.metadata.WsxConstants
 
PREFIX - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PREFIX - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
PREFIX - Static variable in class org.apache.muse.ws.resource.WsrfConstants
 
PREFIX - Static variable in class org.apache.muse.ws.resource.basefaults.WsbfConstants
 
PREFIX - Static variable in class org.apache.muse.ws.resource.ext.WsrfExtConstants
 
PREFIX - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
PREFIX - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
PREFIX - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
PREFIX - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
PREFIX - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
PREVIOUS_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
PRIORITY_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
PROBLEM_ACTION_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
PRODUCER_PROPERTIES_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PRODUCER_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PRODUCER_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PROPERTIES - Static variable in interface org.apache.muse.ws.dm.muws.CorrelatableProperties
 
PROPERTIES - Static variable in interface org.apache.muse.ws.dm.muws.Description
 
PROPERTIES - Static variable in interface org.apache.muse.ws.dm.muws.Identity
 
PROPERTIES - Static variable in interface org.apache.muse.ws.dm.muws.ManageabilityCharacteristics
 
PROPERTIES - Static variable in interface org.apache.muse.ws.dm.muws.Metrics
 
PROPERTIES - Static variable in interface org.apache.muse.ws.dm.muws.OperationalStatus
 
PROPERTIES - Static variable in interface org.apache.muse.ws.dm.muws.RelationshipResource
 
PROPERTIES - Static variable in interface org.apache.muse.ws.dm.muws.Relationships
 
PROPERTIES - Static variable in interface org.apache.muse.ws.dm.muws.State
 
PROPERTIES - Static variable in interface org.apache.muse.ws.notification.NotificationProducer
 
PROPERTIES - Static variable in interface org.apache.muse.ws.notification.SubscriptionManager
 
PROPERTIES - Static variable in interface org.apache.muse.ws.resource.lifetime.ScheduledTermination
 
PROPERTIES - Static variable in interface org.apache.muse.ws.resource.properties.query.QueryResourceProperties
 
PROPERTIES - Static variable in interface org.apache.muse.ws.resource.sg.Entry
 
PROPERTIES - Static variable in interface org.apache.muse.ws.resource.sg.ServiceGroup
 
PROPERTY_QNAME - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
PROPERTY_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
PULL_POINT_CREATION_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PULL_POINT_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
PUT_DOCUMENT_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
PUT_RP_DOCUMENT_URI - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
The WS-A Action URI for the PutResourcePropertyDocument operation.
Participant - interface org.apache.muse.ws.dm.muws.Participant.
Participant represents the individual resources that are named in a WSDM relationship.
PauseFailedFault - exception org.apache.muse.ws.notification.faults.PauseFailedFault.
 
PauseFailedFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.PauseFailedFault
 
PauseFailedFault(String) - Constructor for class org.apache.muse.ws.notification.faults.PauseFailedFault
 
PauseFailedFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.PauseFailedFault
 
PauseFailedFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.PauseFailedFault
 
Persistence - interface org.apache.muse.core.Persistence.
Persistence is a mechanism used by resources and/or capabilities to save some or all of their state across application reboots.
Policy - interface org.apache.muse.ws.notification.Policy.
Policy 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, above and beyond the basic filtering mechanism.
ProducerPropertiesFilter - class org.apache.muse.ws.notification.impl.ProducerPropertiesFilter.
ProducerPropertiesFilter is the implementation of resource property filters for WS-N subscriptions.
ProducerPropertiesFilter(String, String) - Constructor for class org.apache.muse.ws.notification.impl.ProducerPropertiesFilter
 
ProducerPropertiesFilterHandler - class org.apache.muse.ws.notification.impl.ProducerPropertiesFilterHandler.
 
ProducerPropertiesFilterHandler() - Constructor for class org.apache.muse.ws.notification.impl.ProducerPropertiesFilterHandler
 
PropertyChangeApprover - interface org.apache.muse.ws.resource.properties.listeners.PropertyChangeApprover.
PropertyChangeApprover describes a type of property listener that is invoked when a property change is about to occur (through the WS-RP SetResourceProperties operation).
PropertyChangeListener - interface org.apache.muse.ws.resource.properties.listeners.PropertyChangeListener.
PropertyChangeListener describes a type of property listener that is invoked after a property change has occurred (through the WS-RP SetResourceProperties operation).
PropertyReadListener - interface org.apache.muse.ws.resource.properties.listeners.PropertyReadListener.
PropertyReadListener describes a type of property listener that is invoked before a property read request is completed (through the WS-RP GetResourceProperty and GetMultipleResourceProperties operations).
ProxyHandler - interface org.apache.muse.core.proxy.ProxyHandler.
ProxyHandler defines the methods needed to serialize and deserialize the parameters an responses when making a remote web services invocation.
PublishAllMessagesFilter - class org.apache.muse.ws.notification.impl.PublishAllMessagesFilter.
PublishAllMessagesFilter is a specialied MessagePatternFilter that matches all messages by using a wildcard XPath ('*').
PullPoint - interface org.apache.muse.ws.notification.PullPoint.
PullPoint is an interface that represents the WS-Notification PullPoint port type; it is based on WS-N 1.3.
PullPointCreation - interface org.apache.muse.ws.notification.PullPointCreation.
PullPointCreation is an interface that represents the WS-Notification PullPointCreation port type; it is based on WS-N v1.3.
PullPointDataStore - interface org.apache.muse.ws.notification.PullPointDataStore.
PullPointDataStore is an interface to a persistent data store that is used by pullpoint resources to keep messages until they are retrieved using the PullPoint.getMessages() method.
PutResourcePropertyDocument - interface org.apache.muse.ws.resource.properties.set.PutResourcePropertyDocument.
 
parseQName(String, Element) - Static method in class org.apache.muse.util.xml.XmlUtils
Parses the given String into a QName object and resolves the prefix to a namespace URI.
parseSchemaName(String, Element) - Static method in class org.apache.muse.util.xml.XmlUtils
 
pauseSubscription() - Method in interface org.apache.muse.ws.notification.SubscriptionManager
Temporarily stops the producer resource from sending messages that are published to consumer.
pauseSubscription() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
pauseSubscription() - Method in class org.apache.muse.ws.notification.remote.SubscriptionClient
 
prepareShutdown() - Method in class org.apache.muse.core.AbstractCapability
 
prepareShutdown() - Method in interface org.apache.muse.core.Capability
This method is called prior to shutdown() and allows the capability to do any shutdown tasks that require the presence of certain other capabilities.
prepareShutdown() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
process(NotificationMessage) - Method in interface org.apache.muse.ws.notification.NotificationMessageListener
This method is invoked ('fired') by the WS-N implementation whenever a message is received that matches the criteria (accepts()) of the listener.
process(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
 
propertyChanged(Element, Element) - Method in class org.apache.muse.ws.dm.muws.impl.MetricUpdateListener
 
propertyChanged(Element, Element) - Method in class org.apache.muse.ws.notification.properties.ChangeNotificationListener
Creates a WS-N message that holds a WS-RP change notification event.
propertyChanged(Element, Element) - Method in interface org.apache.muse.ws.resource.properties.listeners.PropertyChangeListener
Receives the old and new value of the property after it has been changed; there are no requirements on the actions taken in response to a property change.
publish(QName, Element) - Method in interface org.apache.muse.ws.notification.NotificationProducer
Creates a WS-N notification message with the given topic and message content and sends it to the appropriate subscribers.
publish(QName, Element[]) - Method in interface org.apache.muse.ws.notification.NotificationProducer
 
publish(QName, XmlSerializable) - Method in interface org.apache.muse.ws.notification.NotificationProducer
This is a convenience method that calls publish(QName, Element) after the XmlSerializable object has been serialized to XML.
publish(QName, XmlSerializable[]) - Method in interface org.apache.muse.ws.notification.NotificationProducer
 
publish(QName, QName, Object) - Method in interface org.apache.muse.ws.notification.NotificationProducer
This is a convenience method that calls publish(QName, Element) after the given content object has been serialized to XML using the Muse serializer framework.
publish(QName, QName[], Object[]) - Method in interface org.apache.muse.ws.notification.NotificationProducer
 
publish(NotificationMessage) - Method in interface org.apache.muse.ws.notification.SubscriptionManager
Sends the given message to the subscription's consumer resource.
publish(QName, Element) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
publish(QName, Element[]) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
publish(QName, XmlSerializable) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
publish(QName, XmlSerializable[]) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
publish(QName, QName, Object) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
publish(QName, QName[], Object[]) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
publish(NotificationMessage) - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
putResourcePropertyDocument(Element) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
putResourcePropertyDocument(Element) - Method in interface org.apache.muse.ws.resource.properties.set.PutResourcePropertyDocument
 
putResourcePropertyDocument(Element) - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetCapability
 
putResourcePropertyDocument(Element) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 

Q

QNAME_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
QName - class javax.xml.namespace.QName.
This is an implementation of javax.xml.namespace.QName for J2SE 1.4.x.
QName(String) - Constructor for class javax.xml.namespace.QName
 
QName(String, String) - Constructor for class javax.xml.namespace.QName
 
QName(String, String, String) - Constructor for class javax.xml.namespace.QName
 
QUERY_CAPABILITY - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
QUERY_DIALECT_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
QUERY_EVALUATION_ERROR_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
QUERY_EXPRESSION_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
QUERY_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
QUERY_RELATIONSHIPS_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
QUERY_RELATIONSHIPS_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
QUERY_RESOURCE_PROPERTIES_URI - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
The WS-A Action URI for the QueryResourceProperties operation.
QUERY_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
QUERY_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
QueryCapability - interface org.apache.muse.ws.resource.properties.query.QueryCapability.
 
QueryEvaluationErrorFault - exception org.apache.muse.ws.resource.properties.query.faults.QueryEvaluationErrorFault.
 
QueryEvaluationErrorFault(Element) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.QueryEvaluationErrorFault
 
QueryEvaluationErrorFault(String) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.QueryEvaluationErrorFault
 
QueryEvaluationErrorFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.QueryEvaluationErrorFault
 
QueryEvaluationErrorFault(Throwable) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.QueryEvaluationErrorFault
 
QueryExpression - interface org.apache.muse.ws.resource.properties.query.QueryExpression.
QueryExpression describes components that can evaluate an XML document based on a specific query language.
QueryExpressionFactory - interface org.apache.muse.ws.resource.properties.query.QueryExpressionFactory.
QueryExpressionFactory is a means of generating executable QueryExpressions for a set of dialects without having to reference specific dialects or language constructs in the calling code.
QueryHandler - class org.apache.muse.ws.resource.properties.query.impl.QueryHandler.
QueryHandler is the parser for the WS-ResourceProperties QueryResourceProperties operation.
QueryHandler() - Constructor for class org.apache.muse.ws.resource.properties.query.impl.QueryHandler
 
QueryRelationships - class org.apache.muse.ws.dm.muws.impl.QueryRelationships.
QueryRelationships is a serializer/deserializer for the MUWS (Part 2) QueryRelationshipsByType operation's request content.
QueryRelationships(Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.QueryRelationships
 
QueryRelationships(QName[]) - Constructor for class org.apache.muse.ws.dm.muws.impl.QueryRelationships
 
QueryRelationshipsHandler - class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsHandler.
QueryRelationshipsHandler is the parser for the MUWS (Part 2) QueryRelationshipsByType operation.
QueryRelationshipsHandler() - Constructor for class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsHandler
 
QueryRelationshipsResponse - class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsResponse.
QueryRelationshipsResponse is a serializer/deserializer for the MUWS (Part 2) QueryRelationshipsByType operation's response content.
QueryRelationshipsResponse(Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsResponse
 
QueryRelationshipsResponse(WsResource[]) - Constructor for class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsResponse
 
QueryRequest - class org.apache.muse.ws.resource.properties.query.impl.QueryRequest.
QueryRequest is a serializer/deserializer for the WS-ResourceProperties QueryResourceProperties operation's request content.
QueryRequest(Element) - Constructor for class org.apache.muse.ws.resource.properties.query.impl.QueryRequest
 
QueryRequest(String, String) - Constructor for class org.apache.muse.ws.resource.properties.query.impl.QueryRequest
 
QueryResourceProperties - interface org.apache.muse.ws.resource.properties.query.QueryResourceProperties.
 
QueryResponse - class org.apache.muse.ws.resource.properties.query.impl.QueryResponse.
QueryResponse is a serializer/deserializer for the WS-ResourceProperties QueryResourceProperties operation's response content.
QueryResponse(Node[]) - Constructor for class org.apache.muse.ws.resource.properties.query.impl.QueryResponse
 
queryRelationshipsByType(QName[]) - Method in interface org.apache.muse.ws.dm.muws.Relationships
This method is defined by MUWS Part 2 in order to optimize the query of a resource property that will often have a large number of instances (which would make XPath-like queries and catch-all Get requests a performance bottleneck).
queryRelationshipsByType(QName[]) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
 
queryRelationshipsByType(QName[]) - Method in class org.apache.muse.ws.dm.muws.remote.RelationshipsClient
 
queryResourceProperties(String, String) - Method in interface org.apache.muse.ws.resource.properties.query.QueryResourceProperties
Returns a set of DOM Nodes that correlates to the given query string.
queryResourceProperties(String, String) - Method in class org.apache.muse.ws.resource.properties.query.impl.SimpleQueryCapability
 
queryResourceProperties(String, String) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 

R

READ_ONLY - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
READ_WRITE - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
REASON_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
RECEIVER_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
REF - Static variable in class org.apache.muse.util.xml.XsdUtils
 
RELATES_TO_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
RELATIONSHIPS_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
RELATIONSHIPS_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM Relationships namespace URI.
RELATIONSHIP_CREATION_FAILED_QNAME - Static variable in class org.apache.muse.ws.dm.muws.ext.MuwsExtConstants
 
RELATIONSHIP_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
RELATIONSHIP_RESOURCE_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
RELATIONSHIP_RESOURCE_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM RelationshipResource namespace URI.
RELATIONSHIP_TYPE - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
REPLY_RELATIONSHIP - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
REPLY_RELATIONSHIP_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
REPLY_TO_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
REPORTER_COMP_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
REPORT_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
REPORT_TIME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
REQUESTED_DURATION_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
REQUESTED_TIME_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
REQUESTED_TYPE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
REQUEST_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
RESET_AT - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
RESOURCE_ID_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
RESOURCE_ID_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
RESOURCE_INITIALIZATION_QNAME - Static variable in class org.apache.muse.ws.resource.ext.WsrfExtConstants
 
RESOURCE_NOT_DESTROYED_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
RESOURCE_PROPERTIES - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
The WS-RP attribute for WSDL portTypes.
RESOURCE_PROPERTY - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
RESOURCE_UNAVAILABLE_QNAME - Static variable in class org.apache.muse.ws.resource.WsrfConstants
 
RESOURCE_UNKNOWN_QNAME - Static variable in class org.apache.muse.ws.resource.WsrfConstants
 
RESUME_FAILED_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
RESUME_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
RESUME_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
RESUME_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
ROLE_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
ROLE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
RandomResourceIdFactory - class org.apache.muse.core.routing.RandomResourceIdFactory.
This ResourceIdFactory creates IDs that are random UUIDs, as generated by Muse's RandomUuidFactory.
RandomResourceIdFactory() - Constructor for class org.apache.muse.core.routing.RandomResourceIdFactory
 
RandomUuidFactory - class org.apache.muse.util.uuid.RandomUuidFactory.
RandomUuidFactory is a UuidFactory that generates random UUIDs.
ReadOnlyApprover - class org.apache.muse.ws.resource.metadata.impl.ReadOnlyApprover.
ReadOnlyApprover is a PropertyChangeApprover that prevents modifications to read-only properties.
ReadOnlyApprover(QName) - Constructor for class org.apache.muse.ws.resource.metadata.impl.ReadOnlyApprover
 
ReflectionMessageHandler - class org.apache.muse.core.routing.ReflectionMessageHandler.
ReflectionMessageHandler is a generic implementation of MessageHandler that can be applied to any Java method.
ReflectionMessageHandler(String, QName, QName) - Constructor for class org.apache.muse.core.routing.ReflectionMessageHandler
 
ReflectionProxyHandler - class org.apache.muse.core.proxy.ReflectionProxyHandler.
ReflectionProxyHandler is a generic implementation of ProxyHandler that can be applied to any web service operation.
ReflectionProxyHandler() - Constructor for class org.apache.muse.core.proxy.ReflectionProxyHandler
 
RelationshipCreationFailedFault - exception org.apache.muse.ws.dm.muws.ext.faults.RelationshipCreationFailedFault.
 
RelationshipCreationFailedFault(Element) - Constructor for class org.apache.muse.ws.dm.muws.ext.faults.RelationshipCreationFailedFault
 
RelationshipCreationFailedFault(String) - Constructor for class org.apache.muse.ws.dm.muws.ext.faults.RelationshipCreationFailedFault
 
RelationshipCreationFailedFault(String, Throwable) - Constructor for class org.apache.muse.ws.dm.muws.ext.faults.RelationshipCreationFailedFault
 
RelationshipCreationFailedFault(Throwable) - Constructor for class org.apache.muse.ws.dm.muws.ext.faults.RelationshipCreationFailedFault
 
RelationshipResource - interface org.apache.muse.ws.dm.muws.RelationshipResource.
RelationshipResource is the interface that describes WSDM relationships as WS-RF implied resources.
RelationshipType - interface org.apache.muse.ws.dm.muws.RelationshipType.
RelationshipType represents the muws2:Type field in a WSDM relationship.
Relationships - interface org.apache.muse.ws.dm.muws.Relationships.
Relationships is an interface that represents the WSDM Relationships capability.
RelationshipsClient - class org.apache.muse.ws.dm.muws.remote.RelationshipsClient.
RelationshipsClient is a client for invoking the web services operations in WSDM MUWS Part 2 that are defined by the muws2:Relationships capability.
RelationshipsClient(EndpointReference) - Constructor for class org.apache.muse.ws.dm.muws.remote.RelationshipsClient
 
RelationshipsClient(EndpointReference, EndpointReference) - Constructor for class org.apache.muse.ws.dm.muws.remote.RelationshipsClient
 
RelationshipsClient(EndpointReference, EndpointReference, Environment) - Constructor for class org.apache.muse.ws.dm.muws.remote.RelationshipsClient
 
RelationshipsClient(EndpointReference, EndpointReference, SoapClient) - Constructor for class org.apache.muse.ws.dm.muws.remote.RelationshipsClient
 
Resource - interface org.apache.muse.core.Resource.
Resource is an aggregate of Capability objects, providing a common host for them to share information and sub-components.
ResourceIdFactory - interface org.apache.muse.core.routing.ResourceIdFactory.
ResourceIdFactory is an interface for classes that provide a name-value pair that is inserted into a WS-Addressing endpoint reference's set of properties in order to distinguish it from other EPRs that target the same endpoint (the implied resource pattern).
ResourceInitializationFault - exception org.apache.muse.ws.resource.ext.faults.ResourceInitializationFault.
 
ResourceInitializationFault(Element) - Constructor for class org.apache.muse.ws.resource.ext.faults.ResourceInitializationFault
 
ResourceInitializationFault(String) - Constructor for class org.apache.muse.ws.resource.ext.faults.ResourceInitializationFault
 
ResourceInitializationFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.ext.faults.ResourceInitializationFault
 
ResourceInitializationFault(Throwable) - Constructor for class org.apache.muse.ws.resource.ext.faults.ResourceInitializationFault
 
ResourceManager - interface org.apache.muse.core.ResourceManager.
ResourceManager defines the interface for creating and storing resources that can be targeted by other resources (internal and external to a Muse-derived application).
ResourceManagerListener - interface org.apache.muse.core.ResourceManagerListener.
ResourceManagerListener is an interface for components that want to receive internal notifications about the addition/removal of resource instances in the Muse ResourceManager.
ResourceNotDestroyedFault - exception org.apache.muse.ws.resource.lifetime.faults.ResourceNotDestroyedFault.
 
ResourceNotDestroyedFault(Element) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.ResourceNotDestroyedFault
 
ResourceNotDestroyedFault(String) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.ResourceNotDestroyedFault
 
ResourceNotDestroyedFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.ResourceNotDestroyedFault
 
ResourceNotDestroyedFault(Throwable) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.ResourceNotDestroyedFault
 
ResourcePropertiesMetadataValidation - interface org.apache.muse.ws.resource.metadata.ResourcePropertiesMetadataValidation.
ResourcePropertiesMetadataValidation is a set of methods required of WSRP implementations that provide metadata validation via WS-RMD 1.0.
ResourcePropertiesSchema - interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema.
ResourcePropertiesSchema represents the portion of an XML schema that defines a WS-RP document.
ResourcePropertiesSchemaValidation - interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchemaValidation.
ResourcePropertiesSchemaValidation is a set of methods for WSRP implementations that provide schema validation and a capability delegation model.
ResourcePropertyChangeEvent - class org.apache.muse.ws.notification.properties.ResourcePropertyChangeEvent.
ResourcePropertyChangeEvent is a simple Java bean that represents the WSRP property change notification event.
ResourcePropertyChangeEvent(QName, Element[], Element[]) - Constructor for class org.apache.muse.ws.notification.properties.ResourcePropertyChangeEvent
 
ResourcePropertyChangeEvent(NotificationMessage) - Constructor for class org.apache.muse.ws.notification.properties.ResourcePropertyChangeEvent
Parses the message content to find the WSRP change notification data.
ResourcePropertyCollection - interface org.apache.muse.ws.resource.properties.ResourcePropertyCollection.
ResourcePropertyCollection is the WSRP-based state model that is used by all WS-resources.
ResourcePropertyListeners - interface org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners.
ResourcePropertyListeners defines operations for WS-RP implementations that allow users to monitor activity on the document and subscribe to notifications about that activity.
ResourceRouter - interface org.apache.muse.core.routing.ResourceRouter.
ResourceRouter is the gateway to the generic resource layer that sits on top of the isolation layer.
ResourceUnavailableFault - exception org.apache.muse.ws.resource.faults.ResourceUnavailableFault.
 
ResourceUnavailableFault(Element) - Constructor for class org.apache.muse.ws.resource.faults.ResourceUnavailableFault
 
ResourceUnavailableFault(String) - Constructor for class org.apache.muse.ws.resource.faults.ResourceUnavailableFault
 
ResourceUnavailableFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.faults.ResourceUnavailableFault
 
ResourceUnavailableFault(Throwable) - Constructor for class org.apache.muse.ws.resource.faults.ResourceUnavailableFault
 
ResourceUnknownFault - exception org.apache.muse.ws.resource.faults.ResourceUnknownFault.
 
ResourceUnknownFault(Element) - Constructor for class org.apache.muse.ws.resource.faults.ResourceUnknownFault
 
ResourceUnknownFault(String) - Constructor for class org.apache.muse.ws.resource.faults.ResourceUnknownFault
 
ResourceUnknownFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.faults.ResourceUnknownFault
 
ResourceUnknownFault(Throwable) - Constructor for class org.apache.muse.ws.resource.faults.ResourceUnknownFault
 
ResumeFailedFault - exception org.apache.muse.ws.notification.faults.ResumeFailedFault.
 
ResumeFailedFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.ResumeFailedFault
 
ResumeFailedFault(String) - Constructor for class org.apache.muse.ws.notification.faults.ResumeFailedFault
 
ResumeFailedFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.ResumeFailedFault
 
ResumeFailedFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.ResumeFailedFault
 
RmdFileFilter - class org.apache.muse.ws.resource.metadata.RmdFileFilter.
RmdFileFilter is a file filter used to find RMD files (*.rmd).
RmdFileFilter() - Constructor for class org.apache.muse.ws.resource.metadata.RmdFileFilter
 
RouterFilePersistence - class org.apache.muse.core.routing.RouterFilePersistence.
RouterFilePersistence is a component that saves router entries (EPRs and their resource types) to XML files on disk.
RouterFilePersistence() - Constructor for class org.apache.muse.core.routing.RouterFilePersistence
 
RouterPersistence - interface org.apache.muse.core.routing.RouterPersistence.
RouterPersistence is an interface for components that will serialize and deserialize the routing table (EPRs and resource types) to a persistence layer during reboots.
readRequested(Element[]) - Method in class org.apache.muse.ws.dm.muws.impl.MetricDecorationProvider
 
readRequested(Element[]) - Method in class org.apache.muse.ws.dm.muws.impl.MetricOnDemandListener
 
readRequested(QName, Element[]) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
Reports all property read requests to the PropertyReadListeners.
readRequested(Element[]) - Method in interface org.apache.muse.ws.resource.properties.listeners.PropertyReadListener
 
registerSerializer(Class, Serializer) - Method in class org.apache.muse.core.serializer.SerializerRegistry
Associates the given serializer with the type and any of its sub-types.
reload() - Method in class org.apache.muse.core.AbstractFilePersistence
This implementation re-loads all saved instances of the resource types found in the ResourceManager.
reload() - Method in interface org.apache.muse.core.Persistence
Reads any data that was persisted by the class back into memory and provides it to the proper components (resource or capability).
reloadResource(String, Element) - Method in class org.apache.muse.core.AbstractFilePersistence
This method should be overridden by concrete file-based persistence classes to update a resource instance with the saved data from the XML fragment.
reloadResource(String, Element) - Method in class org.apache.muse.core.routing.RouterFilePersistence
This method should be overridden by concrete file-based persistence classes to update a resource instance with the saved data from the XML fragment. The resource instance may be created by this method, or it may exist prior to invocation.

This implementation treats the XML fragment as a wsa:ReferenceParameters element.
reloadResource(String, Element) - Method in class org.apache.muse.ws.notification.impl.NotificationProducerFilePersistence
 
reloadResource(String, Element) - Method in class org.apache.muse.ws.resource.sg.impl.ServiceGroupFilePersistence
 
reloadResources(String, File) - Method in class org.apache.muse.core.AbstractFilePersistence
This method finds all of the files in the resource type's persistence directory and reloads them one at a time.
removeAddressingContext() - Method in class org.apache.muse.core.AbstractEnvironment
 
removeAddressingContext() - Method in interface org.apache.muse.core.Environment
Removes the context object for the current request.
removeAllTopics() - Method in interface org.apache.muse.ws.notification.topics.Topic
 
removeAllTopics() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
removeChangeApprover(PropertyChangeApprover) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
removeChangeApprover(PropertyChangeApprover) - Method in interface org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners
Removes the assocation between the given approver and its property.
removeChangeListener(PropertyChangeListener) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
removeChangeListener(PropertyChangeListener) - Method in interface org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners
Removes the assocation between the given listener and its property.
removeEntry(WsResource) - Method in interface org.apache.muse.ws.resource.sg.ServiceGroup
 
removeEntry(WsResource) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
removeListener(ResourceManagerListener) - Method in interface org.apache.muse.core.ResourceManager
Stops the given listener from receiving notifications about the addition and removal of resource instances.
removeListener(ResourceManagerListener) - Method in class org.apache.muse.core.SimpleResourceManager
 
removeMatch(Match) - Method in interface org.apache.muse.ws.dm.muws.Match
 
removeMatch(Match) - Method in class org.apache.muse.ws.dm.muws.impl.ComplexMatch
 
removeMatch(Match) - Method in class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
removeMatch(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.
removeMessageListener(NotificationMessageListener) - Method in interface org.apache.muse.ws.notification.NotificationConsumer
 
removeMessageListener(NotificationMessageListener) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer
 
removeMessageType(QName) - Method in interface org.apache.muse.ws.notification.topics.Topic
 
removeMessageType(QName) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
removeParameter(QName) - Method in class org.apache.muse.ws.addressing.EndpointReference
This is a convenience method that removes the first instance of a reference parameter with the given name.
removeParameter(QName, int) - Method in class org.apache.muse.ws.addressing.EndpointReference
Removes the n-th instance of the parameter with the given name.
removeParameters(QName) - Method in class org.apache.muse.ws.addressing.EndpointReference
Removes all instances of the parameter with the given name.
removeProperty(QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
Removes the wsrmd:Property element with the given name.
removeProperty(QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
removeProperty(QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
removeReadListener(PropertyReadListener) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
removeReadListener(PropertyReadListener) - Method in interface org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners
Removes the assocation between the given listener and its property.
removeRelationship(WsResource) - Method in interface org.apache.muse.ws.dm.muws.Relationships
Deletes the RelationshipResource from the owner's WS-RP container.
removeRelationship(WsResource) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
 
removeResource(EndpointReference) - Method in interface org.apache.muse.core.ResourceManager
Removes the EPR-resource pair from the manager.
removeResource(EndpointReference) - Method in class org.apache.muse.core.SimpleResourceManager
 
removeResourceDefinitions(Collection) - Method in interface org.apache.muse.core.ResourceManager
Removes each ResourceDefinition in the given Collection.
removeResourceDefinitions(Collection) - Method in class org.apache.muse.core.SimpleResourceManager
 
removeSchemaReferences(Element) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
 
removeSubscription(EndpointReference) - Method in interface org.apache.muse.ws.notification.NotificationProducer
This method is for internal (service-side) code that wishes to remove a subscription so that messages are no longer published to its subscriber.
removeSubscription(EndpointReference) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
removeTopic(String) - Method in interface org.apache.muse.ws.notification.topics.Topic
 
removeTopic(String) - Method in interface org.apache.muse.ws.notification.topics.TopicNamespace
 
removeTopic(String) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
removeTopic(String) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
removeTopicListener(TopicListener) - Method in interface org.apache.muse.ws.notification.NotificationConsumer
 
removeTopicListener(TopicListener) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer
 
removeTopicNamespace(String) - Method in interface org.apache.muse.ws.notification.topics.TopicSet
 
removeTopicNamespace(String) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicSet
 
removeWsdlReferences(Element) - Static method in class org.apache.muse.ws.wsdl.WsdlUtils
Iterates over a WSDL document and removes all WSDL imports and XSD imports.
reset(Object) - Method in interface org.apache.muse.ws.dm.muws.Metric
Updates the resource property via WSRP and then adjusts the metric metadata to reflect the change.
reset(Object) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
resolve() - Method in interface org.apache.muse.ws.notification.topics.TopicPathExpression
Evaluates the topic path and finds the Topic it represents.
resolve() - Method in class org.apache.muse.ws.notification.topics.impl.ConcretePathExpression
 
resolveNamespace(String, Node) - Static method in class org.apache.muse.util.xml.XmlUtils
Parses the prefix from the given qualified name and finds the first XML namespace declaration that maps that prefix to a namespace URI.
resourceAdded(EndpointReference, Resource) - Method in interface org.apache.muse.core.ResourceManagerListener
 
resourceAdded(EndpointReference, Resource) - Method in class org.apache.muse.core.routing.RouterFilePersistence
This implementation checks to see if the resource type is one that is being persisted, and if so, creates a file for the instance.
resourceAdded(EndpointReference, Resource) - Method in class org.apache.muse.ws.dm.muws.adv.impl.AbstractAdvertisement
 
resourceAdded(EndpointReference, Resource) - Method in class org.apache.muse.ws.dm.muws.adv.impl.ServiceGroupEntryAdvertisement
 
resourceAdded(EndpointReference, Resource) - Method in class org.apache.muse.ws.notification.impl.NotificationProducerFilePersistence
 
resourceAdded(EndpointReference, Resource) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
resourceAdded(EndpointReference, Resource) - Method in class org.apache.muse.ws.resource.sg.impl.ServiceGroupFilePersistence
 
resourceAdded(EndpointReference, Resource) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
resourceRemoved(EndpointReference) - Method in interface org.apache.muse.core.ResourceManagerListener
 
resourceRemoved(EndpointReference) - Method in class org.apache.muse.core.routing.RouterFilePersistence
This implementation checks to see if the resource type is one that is being persisted, and if so, tries to delete the resource's file.
resourceRemoved(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.adv.impl.AbstractAdvertisement
 
resourceRemoved(EndpointReference) - Method in class org.apache.muse.ws.dm.muws.adv.impl.ServiceGroupEntryAdvertisement
 
resourceRemoved(EndpointReference) - Method in class org.apache.muse.ws.notification.impl.NotificationProducerFilePersistence
 
resourceRemoved(EndpointReference) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
resourceRemoved(EndpointReference) - Method in class org.apache.muse.ws.resource.sg.impl.ServiceGroupFilePersistence
 
resourceRemoved(EndpointReference) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
resumeSubscription() - Method in interface org.apache.muse.ws.notification.SubscriptionManager
If the subscription is paused, it is unpaused, so that messages published to the topic will once again be sent to the consumer.
resumeSubscription() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
resumeSubscription() - Method in class org.apache.muse.ws.notification.remote.SubscriptionClient
 

S

SCHEDULED_TERMINATION_URI - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
SCHEMA_LOCATION - Static variable in class org.apache.muse.util.xml.XsdUtils
 
SCHEMA_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
SCHEMA_VALIDATION_ERROR_QNAME - Static variable in class org.apache.muse.ws.resource.ext.WsrfExtConstants
 
SECTION_QNAME - Static variable in class org.apache.muse.ws.metadata.WsxConstants
 
SENDER_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
SEQUENCE_NUMBER - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
SEQUENCE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
SERIALIZATION_ERROR_QNAME - Static variable in class org.apache.muse.ws.resource.ext.WsrfExtConstants
 
SERVICES - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
SERVICE_GROUP_REG_URI - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
SERVICE_GROUP_URI - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
SERVICE_NAME_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
SERVICE_PORT_NAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
SERVICE_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
SET_CAPABILITY - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
SET_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
SET_RESOURCE_PROPERTIES_URI - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
The WS-A Action URI for the SetResourceProperties operation.
SET_RESPONSE - Static variable in class org.apache.muse.ws.resource.properties.set.impl.SetHandler
The wsrp:SetResourcePropertiesResponse content is always the same, so we can share one instance of SetResponse among all components.
SET_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
SET_RP_FAILED_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
SET_TERMINATION_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
SET_TERMINATION_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
SET_TERMINATION_URI - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
The WS-A Action URI of the SetTerminationTime operation.
SEVERITY_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
SG_ENTRY_EPR_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the wssg:ServiceGroupEntryEPR property.
SG_ENTRY_REFERENCE_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the wssg:ServiceGroupEntryReference return value.
SG_EPR_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the wssg:ServiceGroupEPR property.
SHORT_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
SIMPLE_TOPIC_URI - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
SIMPLE_TYPE_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
SINCE_RESET - Static variable in interface org.apache.muse.ws.dm.muws.Metric
 
SINCE_RESET - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
SITUATION_CATEGORY_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
SITUATION_TIME_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
SOAP_PREFIX - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
SOAP_URI - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
The "WSDL-SOAP" namespace used for SOAP bindings.
SOURCE_COMP_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
START_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
STATE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
STATE_TOPIC - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
STATE_URI - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
The WSDM State namespace URI.
STATIC_VALUES_QNAME - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
STOP_SITUATION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
STRING_QNAME - Static variable in class org.apache.muse.util.xml.XsdUtils
 
SUBCODE_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
SUBSCRIBE_FAILED_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
SUBSCRIBE_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
SUBSCRIBE_RESPONSE_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
SUBSCRIBE_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
SUBSCRIPTION_EPR_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
SUBSCRIPTION_MGR_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
SUBSTITUTABLE_MSG_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
SUCCESSFUL - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
SUCCESSFUL - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
SUCCESS_DISPOSITION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
ScheduledTermination - interface org.apache.muse.ws.resource.lifetime.ScheduledTermination.
ScheduledTermination represents the WS-ResourceLifetime ScheduledResourceTermination capability, which has two properties (wsrf-rl:CurrentTime and wsrf-rl:TerminationTime) and one method (wsrf-rl:SetTerminationTime).
SchemaValidationFault - exception org.apache.muse.ws.resource.properties.schema.faults.SchemaValidationFault.
 
SchemaValidationFault(Element) - Constructor for class org.apache.muse.ws.resource.properties.schema.faults.SchemaValidationFault
 
SchemaValidationFault(String) - Constructor for class org.apache.muse.ws.resource.properties.schema.faults.SchemaValidationFault
 
SchemaValidationFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.properties.schema.faults.SchemaValidationFault
 
SchemaValidationFault(Throwable) - Constructor for class org.apache.muse.ws.resource.properties.schema.faults.SchemaValidationFault
 
SerializationErrorFault - exception org.apache.muse.ws.resource.ext.faults.SerializationErrorFault.
 
SerializationErrorFault(Element) - Constructor for class org.apache.muse.ws.resource.ext.faults.SerializationErrorFault
 
SerializationErrorFault(String) - Constructor for class org.apache.muse.ws.resource.ext.faults.SerializationErrorFault
 
SerializationErrorFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.ext.faults.SerializationErrorFault
 
SerializationErrorFault(Throwable) - Constructor for class org.apache.muse.ws.resource.ext.faults.SerializationErrorFault
 
Serializer - interface org.apache.muse.core.serializer.Serializer.
Serializer is a simple interface for serializing and deserializing individual objects to and from XML.
SerializerRegistry - class org.apache.muse.core.serializer.SerializerRegistry.
SerializerRegistry is a singleton component that keeps track of what Java types have Muse Serializers for use by SOAP handlers and user code.
SerializerRegistry.ClassComparator - class org.apache.muse.core.serializer.SerializerRegistry.ClassComparator.
ClassComparator sorts java.lang.Class objects by name (ABC order).
SerializerRegistry.ClassComparator() - Constructor for class org.apache.muse.core.serializer.SerializerRegistry.ClassComparator
 
ServiceGroup - interface org.apache.muse.ws.resource.sg.ServiceGroup.
ServiceGroup is an internal representation of the WSDM ServiceGroup capability.
ServiceGroupClient - class org.apache.muse.ws.resource.sg.remote.ServiceGroupClient.
ServiceGroupClient is a WSRF-based web services client that provides an implementation of the (optional) wsrf-sg:Add operation as well as a few convenience methods that make reading through service groups easier.
ServiceGroupClient(EndpointReference) - Constructor for class org.apache.muse.ws.resource.sg.remote.ServiceGroupClient
 
ServiceGroupClient(EndpointReference, EndpointReference) - Constructor for class org.apache.muse.ws.resource.sg.remote.ServiceGroupClient
 
ServiceGroupClient(EndpointReference, EndpointReference, Environment) - Constructor for class org.apache.muse.ws.resource.sg.remote.ServiceGroupClient
 
ServiceGroupClient(EndpointReference, EndpointReference, SoapClient) - Constructor for class org.apache.muse.ws.resource.sg.remote.ServiceGroupClient
 
ServiceGroupEntryAdvertisement - class org.apache.muse.ws.dm.muws.adv.impl.ServiceGroupEntryAdvertisement.
 
ServiceGroupEntryAdvertisement() - Constructor for class org.apache.muse.ws.dm.muws.adv.impl.ServiceGroupEntryAdvertisement
 
ServiceGroupFilePersistence - class org.apache.muse.ws.resource.sg.impl.ServiceGroupFilePersistence.
ServiceGroupFilePersistence is an implementation of file-based persistence of service group entry data.
ServiceGroupFilePersistence() - Constructor for class org.apache.muse.ws.resource.sg.impl.ServiceGroupFilePersistence
 
ServiceGroupPersistence - interface org.apache.muse.ws.resource.sg.ServiceGroupPersistence.
ServiceGroupPersistence is an extension of the basic Persistence API to provide a link to the ServiceGroup API and resource lifecycle events.
ServiceGroupRegistration - interface org.apache.muse.ws.resource.sg.ServiceGroupRegistration.
ServiceGroupRegistration contains the optional wsrf-sg:Add operation, which can be added to resource types that already include the WS-RF ServiceGroup capability.
SetCapability - interface org.apache.muse.ws.resource.properties.set.SetCapability.
SetCapability is allows users to expose the WSRP "write" operations so that remote clients can modify the contents of the WSRP document.
SetHandler - class org.apache.muse.ws.resource.properties.set.impl.SetHandler.
SetHandler is the parser for the WS-ResourceProperties SetResourceProperties operation.
SetHandler() - Constructor for class org.apache.muse.ws.resource.properties.set.impl.SetHandler
 
SetOperationFactory - interface org.apache.muse.ws.resource.properties.set.SetOperationFactory.
SetOperationFactory is a component that allows users to create executable commands for a WSRP document by providing either the values of the command or an XML fragment that represents it.
SetRequest - interface org.apache.muse.ws.resource.properties.set.SetRequest.
SetRequest is a simple collection of SetRequestComponents.
SetRequestComponent - interface org.apache.muse.ws.resource.properties.set.SetRequestComponent.
SetRequestComponent is the atomic unit of construction for WSRP SetResourceProperties requests.
SetResourceProperties - interface org.apache.muse.ws.resource.properties.set.SetResourceProperties.
 
SetResourcePropertiesComponents - interface org.apache.muse.ws.resource.properties.set.SetResourcePropertiesComponents.
SetResourcePropertiesComponents breaks apart the WS-RP SetResourceProperties operation into a set of convenience methods.
SetResourcePropertiesExtensions - interface org.apache.muse.ws.resource.properties.set.ext.SetResourcePropertiesExtensions.
SetResourcePropertiesExtensions is a collection of non-standard WS-RP extensions that is needed in order to perform common internal operations.
SetResourcePropertiesPermissions - interface org.apache.muse.ws.resource.properties.set.SetResourcePropertiesPermissions.
SetResourcePropertyPermissions defines a security mechanism that can be used to limit the use of these methods to internal callers, and/or to differentiate between internal and external callers so that internal requests can have more freedom in their modifications.
SetResourcePropertyRequestFailedFault - exception org.apache.muse.ws.resource.properties.set.faults.SetResourcePropertyRequestFailedFault.
 
SetResourcePropertyRequestFailedFault(Element) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.SetResourcePropertyRequestFailedFault
 
SetResourcePropertyRequestFailedFault(String) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.SetResourcePropertyRequestFailedFault
 
SetResourcePropertyRequestFailedFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.SetResourcePropertyRequestFailedFault
 
SetResourcePropertyRequestFailedFault(Throwable) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.SetResourcePropertyRequestFailedFault
 
SetResponse - class org.apache.muse.ws.resource.properties.set.impl.SetResponse.
SetResponse is a serializer/deserializer for the WS-ResourceProperties SetResourceProperties operation's response content.
SetResponse() - Constructor for class org.apache.muse.ws.resource.properties.set.impl.SetResponse
 
SetTerminationTime - class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTime.
SetTerminationTime is a serializer/deserializer for the WS-ImmediateTermination SetTerminationTime operation's request content.
SetTerminationTime(Date) - Constructor for class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTime
 
SetTerminationTime(Element) - Constructor for class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTime
 
SetTerminationTimeHandler - class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeHandler.
SetTerminationTimeHandler is the parser for the WS-ImmediateTermination SetTerminationTime operation.
SetTerminationTimeHandler() - Constructor for class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeHandler
 
SetTerminationTimeResponse - class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeResponse.
SetTerminationTimeResponse is a serializer/deserializer for the WS-ImmediateTermination SetTerminationTime operation's response content.
SetTerminationTimeResponse(Date) - Constructor for class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeResponse
 
SetTerminationTimeResponse(Element) - Constructor for class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeResponse
 
Shutdown - interface org.apache.muse.core.Shutdown.
Shutdown is a set of operations for components that have a distinct shutdown state.
SimpleAdvertisement - class org.apache.muse.ws.dm.muws.adv.impl.SimpleAdvertisement.
 
SimpleAdvertisement() - Constructor for class org.apache.muse.ws.dm.muws.adv.impl.SimpleAdvertisement
 
SimpleComponent - class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent.
 
SimpleComponent() - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
SimpleComponent(Element, WefFactory) - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
SimpleComponentAddress - class org.apache.muse.ws.dm.muws.events.impl.SimpleComponentAddress.
 
SimpleComponentAddress() - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleComponentAddress
 
SimpleComponentAddress(Element) - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleComponentAddress
 
SimpleConfiguration - class org.apache.muse.ws.dm.muws.impl.SimpleConfiguration.
SimpleConfiguration is Muse's default implementation of the WSDM Configuration capability.
SimpleConfiguration() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleConfiguration
 
SimpleCorrelatableProperties - class org.apache.muse.ws.dm.muws.impl.SimpleCorrelatableProperties.
SimpleCorrelatableProperties is Muse's default implementation of the WSDM CorrelatableProperties capability.
SimpleCorrelatableProperties() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleCorrelatableProperties
 
SimpleCorrelationFactory - class org.apache.muse.ws.dm.muws.impl.SimpleCorrelationFactory.
SimpleCorrelationFactory is a device for creating correlation expressions for all of the built-in dialects supported by WSDM CorrelatableProperties.
SimpleCorrelationFactory() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleCorrelationFactory
 
SimpleDescription - class org.apache.muse.ws.dm.muws.impl.SimpleDescription.
SimpleDescription is Muse's default implementation of the WSDM Description capability.
SimpleDescription() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleDescription
 
SimpleEntry - class org.apache.muse.ws.resource.sg.impl.SimpleEntry.
SimpleEntry is Muse's default implementation of the WS-RF ServiceGroupEntry capability.
SimpleEntry() - Constructor for class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
SimpleGetCapability - class org.apache.muse.ws.resource.properties.get.impl.SimpleGetCapability.
SimpleGetCapability is Muse's default implementation of the WS-RP 'get' operations - the implementation simply forwards these requests to the equivalent methods in ResourcePropertyCollection.
SimpleGetCapability() - Constructor for class org.apache.muse.ws.resource.properties.get.impl.SimpleGetCapability
 
SimpleIdentity - class org.apache.muse.ws.dm.muws.impl.SimpleIdentity.
SimpleIdentity is Muse's default implementation of the WSDM Identity capability.
SimpleIdentity() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleIdentity
 
SimpleImmediateTermination - class org.apache.muse.ws.resource.lifetime.impl.SimpleImmediateTermination.
SimpleImmediateTermination is Muse's default implementation of the WS-RL ImmediateResourceTermination capability.
SimpleImmediateTermination() - Constructor for class org.apache.muse.ws.resource.lifetime.impl.SimpleImmediateTermination
 
SimpleManageabilityCharacteristics - class org.apache.muse.ws.dm.muws.impl.SimpleManageabilityCharacteristics.
SimpleManageabilityCharacteristics is Muse's default implementation of the WSDM ManageabilityCharacteristics capability.
SimpleManageabilityCharacteristics() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleManageabilityCharacteristics
 
SimpleManagementEvent - class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent.
 
SimpleManagementEvent() - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
SimpleManagementEvent(Element, WefFactory) - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
SimpleMatch - class org.apache.muse.ws.dm.muws.impl.SimpleMatch.
SimpleMatch is the most concrete form of pbm:Match - it allows an evaluator to compare to resources based on a single property value.
SimpleMatch(WsResource, Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleMatch
 
SimpleMatch(WsResource, QName) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleMatch
 
SimpleMembershipContentRule - class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule.
 
SimpleMembershipContentRule() - Constructor for class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
SimpleMembershipContentRule(Element) - Constructor for class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
SimpleMetadataDescriptor - class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor.
SimpleMetadataDescriptor is Muse's default implementation of the RMD parsing and evaluation stage.
SimpleMetadataDescriptor(String, String, QName) - Constructor for class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
This constructor allows users to create RMD docs programmatically, adding wsrmd:Property elements one at a time.
SimpleMetadataDescriptor(Element) - Constructor for class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
Creates a new RMD metadata descriptor from the given XML definition.
SimpleMetadataExchange - class org.apache.muse.ws.metadata.impl.SimpleMetadataExchange.
SimpleMetadataExchange is Muse's default implementation of the WS-MetadataExchange GetMetadata port type.
SimpleMetadataExchange() - Constructor for class org.apache.muse.ws.metadata.impl.SimpleMetadataExchange
 
SimpleMetric - class org.apache.muse.ws.dm.muws.impl.SimpleMetric.
SimpleMetric is a collection of metadata that is associated with resource properties that are also metrics.
SimpleMetric(QName, WsResource) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
SimpleMetrics - class org.apache.muse.ws.dm.muws.impl.SimpleMetrics.
SimpleMetrics is Muse's default implementation of the WSDM Metrics capability.
SimpleMetrics() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleMetrics
 
SimpleNotificationConsumer - class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer.
SimpleNotificationConsumer is Muse's default implementation of the WS-Notification NotificationConsumer port type and the listener API that augments it.
SimpleNotificationConsumer() - Constructor for class org.apache.muse.ws.notification.impl.SimpleNotificationConsumer
 
SimpleNotificationMessage - class org.apache.muse.ws.notification.impl.SimpleNotificationMessage.
SimpleNotificationMessage is Muse's default implementation of the WS-Notification NotificationMessageHolderType type.
SimpleNotificationMessage() - Constructor for class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
The default constructor provides no initialization, allowing users to create messages in an 'aseembly line' system, where pieces of the messages are added by different components before being published.
SimpleNotificationMessage(Element) - Constructor for class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
SimpleNotificationMessage(QName) - Constructor for class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
SimpleNotificationProducer - class org.apache.muse.ws.notification.impl.SimpleNotificationProducer.
SimpleNotificationProducer is Muse's default implementation of the WS-Notification NotificationProducer port type.
SimpleNotificationProducer() - Constructor for class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
SimpleOperationalStatus - class org.apache.muse.ws.dm.muws.impl.SimpleOperationalStatus.
SimpleOperationalStatus is Muse's default implementation of the WSDM OperationalStatus capability.
SimpleOperationalStatus() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleOperationalStatus
 
SimpleParticipant - class org.apache.muse.ws.dm.muws.impl.SimpleParticipant.
SimpleParticipant represents resources that are participating in a relationship through the Relationships capability.
SimpleParticipant(Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleParticipant
 
SimpleParticipant(EndpointReference, String, String) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleParticipant
 
SimpleParticipant(WsResource, String) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleParticipant
 
SimpleParticipant(WsResourceClient, String) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleParticipant
 
SimplePullPoint - class org.apache.muse.ws.notification.impl.SimplePullPoint.
SimplePullPoint is Muse's default implementation of the WS-Notification PullPoint port type and the data store API that augments it.
SimplePullPoint() - Constructor for class org.apache.muse.ws.notification.impl.SimplePullPoint
 
SimplePullPointCreation - class org.apache.muse.ws.notification.impl.SimplePullPointCreation.
SimplePullPointCreation is Muse's default implementation of the WS-Notification PullPointCreation port type.
SimplePullPointCreation() - Constructor for class org.apache.muse.ws.notification.impl.SimplePullPointCreation
 
SimplePullPointDataStore - class org.apache.muse.ws.notification.impl.SimplePullPointDataStore.
SimplePullPointDataStore is an in-memory container for messages received by a pullpoint resource.
SimplePullPointDataStore() - Constructor for class org.apache.muse.ws.notification.impl.SimplePullPointDataStore
 
SimpleQueryCapability - class org.apache.muse.ws.resource.properties.query.impl.SimpleQueryCapability.
SimpleQueryCapability is Muse's default implementation of the WS-RP QueryResourceProperties port type.
SimpleQueryCapability() - Constructor for class org.apache.muse.ws.resource.properties.query.impl.SimpleQueryCapability
 
SimpleRelationshipResource - class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource.
SimpleRelationshipResource is Muse's default implementation of the MUWS (Part 2) RelationshipResource capability.
SimpleRelationshipResource() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
SimpleRelationshipType - class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipType.
SimpleRelationshipType represents simple and complex relationship types for the RelationshipResource capability.
SimpleRelationshipType(Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipType
 
SimpleRelationshipType(QName[]) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipType
 
SimpleRelationships - class org.apache.muse.ws.dm.muws.impl.SimpleRelationships.
SimpleRelationships is Muse's default implementation of the MUWS (Part 2) Relationships capability.
SimpleRelationships() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleRelationships
 
SimpleResource - class org.apache.muse.core.SimpleResource.
SimpleResource is Muse's default implementation of the core resource type component.
SimpleResource() - Constructor for class org.apache.muse.core.SimpleResource
 
SimpleResourceManager - class org.apache.muse.core.SimpleResourceManager.
SimpleResourceManager is Muse's default implementation of resource lifecycle management and the implied resource pattern.
SimpleResourceManager() - Constructor for class org.apache.muse.core.SimpleResourceManager
 
SimpleResourcePropertiesSchema - class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema.
SimpleResourcePropertiesSchema is Muse's default implementation of the (WS-RP document schema).
SimpleResourcePropertiesSchema(QName, Element) - Constructor for class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
Creates a new schema by parsing the WS-RP document and storing the various property data for future lookups.
SimpleResourcePropertyCollection - class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection.
SimpleResourcePropertyCollection is Muse's default implementation of the WS-RF state model.
SimpleResourcePropertyCollection() - Constructor for class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
SimpleResourceRouter - class org.apache.muse.core.routing.SimpleResourceRouter.
SimpleResourceRouter is Muse's default implementation of a router that uses the implied resource pattern to delegate requests to resources.
SimpleResourceRouter() - Constructor for class org.apache.muse.core.routing.SimpleResourceRouter
 
SimpleScheduledTermination - class org.apache.muse.ws.resource.lifetime.impl.SimpleScheduledTermination.
SimpleScheduledTermination is Muse's default implementation of the WS-RL ScheduledResourceTermination capability.
SimpleScheduledTermination() - Constructor for class org.apache.muse.ws.resource.lifetime.impl.SimpleScheduledTermination
 
SimpleServiceGroup - class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup.
SimpleServiceGroup is Muse's default implementation of the WS-RF ServiceGroup capability.
SimpleServiceGroup() - Constructor for class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
SimpleServiceGroupRegistration - class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroupRegistration.
SimpleServiceGroupRegistration is Muse's default implementation of the WS-RF ServiceGroupRegistration capability - it simply forwards all wsrf-sg:Add requests to the ServiceGroup.addEntry() method.
SimpleServiceGroupRegistration() - Constructor for class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroupRegistration
 
SimpleSetCapability - class org.apache.muse.ws.resource.properties.set.impl.SimpleSetCapability.
SimpleSetCapability is Muse's default implementation of the WS-RP 'set' operations - the implementation simply forwards these requests to the equivalent methods in ResourcePropertyCollection.
SimpleSetCapability() - Constructor for class org.apache.muse.ws.resource.properties.set.impl.SimpleSetCapability
 
SimpleSetOperationFactory - class org.apache.muse.ws.resource.properties.set.impl.SimpleSetOperationFactory.
SimpleSetOperationFactory provides an API for constructing and parsing WS-RP SetResourceProperties requests, including the Insert, Delete, and Update operations.
SimpleSetOperationFactory() - Constructor for class org.apache.muse.ws.resource.properties.set.impl.SimpleSetOperationFactory
 
SimpleSetRequest - class org.apache.muse.ws.resource.properties.set.impl.SimpleSetRequest.
SimpleSetRequest is a simple container that represents the WS-ResourceProperties SetResourceProperties operation's request content.
SimpleSetRequest() - Constructor for class org.apache.muse.ws.resource.properties.set.impl.SimpleSetRequest
 
SimpleSituation - class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation.
 
SimpleSituation() - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
SimpleSituation(Element) - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
SimpleSoapClient - class org.apache.muse.ws.addressing.soap.SimpleSoapClient.
SimpleSoapClient is and implementation of SoapClient that relies on the java.net.HttpURLConnection API to send and receive SOAP messages.
SimpleSoapClient() - Constructor for class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 
SimpleState - class org.apache.muse.ws.dm.muws.impl.SimpleState.
SimpleState is Muse's default implementation of the WSDM State capability.
SimpleState() - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleState
 
SimpleStateTransition - class org.apache.muse.ws.dm.muws.impl.SimpleStateTransition.
SimpleStateTransition represents the muws2:StateTransition property defined by the WSDM State capability.
SimpleStateTransition(Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleStateTransition
 
SimpleStateTransition(StateType, StateType) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleStateTransition
 
SimpleStateType - class org.apache.muse.ws.dm.muws.impl.SimpleStateType.
SimpleStateType represents state values for the State capability.
SimpleStateType(Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleStateType
 
SimpleStateType(QName[]) - Constructor for class org.apache.muse.ws.dm.muws.impl.SimpleStateType
 
SimpleSubscriptionManager - class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager.
SimpleSubscriptionManager is Muse's default implementation of the WS-Notification SubscriptionManager port type.
SimpleSubscriptionManager() - Constructor for class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
SimpleSubstitutableMessage - class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage.
 
SimpleSubstitutableMessage() - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage
 
SimpleSubstitutableMessage(Element) - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage
 
SimpleTopic - class org.apache.muse.ws.notification.topics.impl.SimpleTopic.
SimpleTopic is Muse's default implementation of the wsnt:Topic data structure defined in WS-Notification v1.3 and WS-Topics v1.3.
SimpleTopic(Element, TopicNamespace) - Constructor for class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
SimpleTopic(String, TopicNamespace) - Constructor for class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
SimpleTopicNamespace - class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace.
SimpleTopicNamespace is Muse's default implementation of the wsnt:TopicNamespace data structure defined in WS-Notification v1.3 and WS-Topics v1.3.
SimpleTopicNamespace(Element) - Constructor for class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
SimpleTopicNamespace(String) - Constructor for class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
SimpleTopicSet - class org.apache.muse.ws.notification.topics.impl.SimpleTopicSet.
SimpleTopicSet is Muse's default implementation of the wst:TopicSet data structure defined in WS-Topics v1.3.
SimpleTopicSet() - Constructor for class org.apache.muse.ws.notification.topics.impl.SimpleTopicSet
 
SimpleWefFactory - class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory.
SimpleWefFactory is the default implementation of the WefFactory component.
SimpleWefFactory() - Constructor for class org.apache.muse.ws.dm.muws.events.impl.SimpleWefFactory
 
SimpleWsResource - class org.apache.muse.ws.resource.impl.SimpleWsResource.
SimpleResource is Muse's default implementation of a WS-RF-compliant resource (WsResource).
SimpleWsResource() - Constructor for class org.apache.muse.ws.resource.impl.SimpleWsResource
 
Situation - interface org.apache.muse.ws.dm.muws.events.Situation.
Situation defines the constants and fields for the WSDM Event Format's (WEF) situation data type.
SoapClient - interface org.apache.muse.ws.addressing.soap.SoapClient.
SoapClient is a generic interface for a common set of SOAP utilities that may be implemented with different APIs from platform to platform.
SoapConstants - class org.apache.muse.ws.addressing.soap.SoapConstants.
SoapConstants is a collection of values related to SOAP 1.2.
SoapConstants() - Constructor for class org.apache.muse.ws.addressing.soap.SoapConstants
 
SoapFault - exception org.apache.muse.ws.addressing.soap.SoapFault.
This class represents a the SOAP fault type defined in SOAP 1.2.
SoapFault(Element) - Constructor for class org.apache.muse.ws.addressing.soap.SoapFault
 
SoapFault(String) - Constructor for class org.apache.muse.ws.addressing.soap.SoapFault
 
SoapFault(String, Throwable) - Constructor for class org.apache.muse.ws.addressing.soap.SoapFault
 
SoapFault(Throwable) - Constructor for class org.apache.muse.ws.addressing.soap.SoapFault
 
SoapMonitor - interface org.apache.muse.ws.addressing.soap.SoapMonitor.
SoapMonitor is a supplemental interface for SOAP clients that wish to support TCP/SOAP monitoring without modifying server-side code.
SoapUtils - class org.apache.muse.ws.addressing.soap.SoapUtils.
 
SoapUtils() - Constructor for class org.apache.muse.ws.addressing.soap.SoapUtils
 
State - interface org.apache.muse.ws.dm.muws.State.
This interface represents the WSDM State capability.
StateTransition - interface org.apache.muse.ws.dm.muws.StateTransition.
StateTransition represents the muws2:StateTransition property defined by the WSDM State capability.
StateType - interface org.apache.muse.ws.dm.muws.StateType.
StateType represents the muws2:State property defined by the WSDM State capability.
StaticValuesApprover - class org.apache.muse.ws.resource.metadata.impl.StaticValuesApprover.
StaticValuesApprover is a PropertyChangeApprover that throws an exception if a caller tries to delete a property instance whose value is defined in the WS-RMD document's StaticValues section.
StaticValuesApprover(QName, MetadataDescriptor) - Constructor for class org.apache.muse.ws.resource.metadata.impl.StaticValuesApprover
Creates a new approver for the property with the given name and RMD.
Subscribe - class org.apache.muse.ws.notification.impl.Subscribe.
Subscribe is a serializer/deserializer for the WS-Notification Subscribe operation's request content.
Subscribe(Element) - Constructor for class org.apache.muse.ws.notification.impl.Subscribe
 
Subscribe(EndpointReference, Filter, Date) - Constructor for class org.apache.muse.ws.notification.impl.Subscribe
 
SubscribeCreationFailedFault - exception org.apache.muse.ws.notification.faults.SubscribeCreationFailedFault.
 
SubscribeCreationFailedFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.SubscribeCreationFailedFault
 
SubscribeCreationFailedFault(String) - Constructor for class org.apache.muse.ws.notification.faults.SubscribeCreationFailedFault
 
SubscribeCreationFailedFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.SubscribeCreationFailedFault
 
SubscribeCreationFailedFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.SubscribeCreationFailedFault
 
SubscribeHandler - class org.apache.muse.ws.notification.impl.SubscribeHandler.
SubscribeHandler is the parser for the WS-Notification Subscribe operation.
SubscribeHandler() - Constructor for class org.apache.muse.ws.notification.impl.SubscribeHandler
 
SubscribeResponse - class org.apache.muse.ws.notification.impl.SubscribeResponse.
SubscribeResponse is a serializer/deserializer for the WS-Notification Subscribe operation's response content.
SubscribeResponse(Element) - Constructor for class org.apache.muse.ws.notification.impl.SubscribeResponse
 
SubscribeResponse(WsResource, Date) - Constructor for class org.apache.muse.ws.notification.impl.SubscribeResponse
 
SubscriptionClient - class org.apache.muse.ws.notification.remote.SubscriptionClient.
SubscriptionClient is a web services client for resources that implement the WS-N SubscriptionManager port type.
SubscriptionClient(EndpointReference) - Constructor for class org.apache.muse.ws.notification.remote.SubscriptionClient
 
SubscriptionClient(EndpointReference, EndpointReference) - Constructor for class org.apache.muse.ws.notification.remote.SubscriptionClient
 
SubscriptionClient(EndpointReference, EndpointReference, Environment) - Constructor for class org.apache.muse.ws.notification.remote.SubscriptionClient
 
SubscriptionClient(EndpointReference, EndpointReference, SoapClient) - Constructor for class org.apache.muse.ws.notification.remote.SubscriptionClient
 
SubscriptionManager - interface org.apache.muse.ws.notification.SubscriptionManager.
SubscriptionManager is an interface that represents the WS-Notification SubscriptionManager port type; it is based on WS-N v1.3.
SubstitutableMessage - interface org.apache.muse.ws.dm.muws.events.SubstitutableMessage.
 
searchClassHierarchy(Class) - Method in class org.apache.muse.core.serializer.SerializerRegistry
Looks through the parent class and interfaces of the given type to see if one of them has a registered serializer that could be used on the sub-type.
select(Node, String) - Static method in class org.apache.muse.util.xml.XPathUtils
Returns the first Node that matches the given XPath expression.
selectNodeList(Node, String) - Static method in class org.apache.muse.util.xml.XPathUtils
Returns a set of all Nodes that match the given XPath expression.
send(EndpointReference, EndpointReference, String, Element[]) - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 
send(EndpointReference, EndpointReference, String, Element[], Element[]) - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 
send(EndpointReference, EndpointReference, String, Element[]) - Method in interface org.apache.muse.ws.addressing.soap.SoapClient
Sends a SOAP envelope with the given body to the given destination.
send(EndpointReference, EndpointReference, String, Element[], Element[]) - Method in interface org.apache.muse.ws.addressing.soap.SoapClient
Sends a SOAP envelope with the given body to the given destination.
sendMessage(EndpointReference, QName, QName, Element) - Method in class org.apache.muse.ws.dm.muws.adv.impl.AbstractAdvertisement
 
serialize(Object, QName) - Method in class org.apache.muse.core.proxy.ReflectionProxyHandler
Serializes the given object using the Serializer registered for the object's type.
setAction(String) - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
setAction(String) - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
setAction(String) - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
setAddress(URI) - Method in class org.apache.muse.ws.addressing.EndpointReference
 
setAddress(ComponentAddress) - Method in interface org.apache.muse.ws.dm.muws.events.Component
 
setAddress(ComponentAddress) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
setCapability(QName, WsResourceCapability) - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
setCapability(QName, WsResourceCapability) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
Maps the property to the capability so that users can later determine which capability should be used for servicing read/write requests against the property.
setCapability(QName, WsResourceCapability) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
setCapabilityURI(String) - Method in class org.apache.muse.core.AbstractCapability
 
setCapabilityURI(String) - Method in interface org.apache.muse.core.Capability
 
setCaption(String[]) - Method in interface org.apache.muse.ws.dm.muws.Description
 
setCaption(String[]) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleDescription
 
setCategoryType(QName) - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
setCategoryType(QName[]) - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
setCategoryType(QName) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
setCategoryType(QName[]) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
setCode(QName) - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
setConsumerReference(EndpointReference) - Method in interface org.apache.muse.ws.notification.SubscriptionManager
 
setConsumerReference(EndpointReference) - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
setContentElements(QName[]) - Method in interface org.apache.muse.ws.resource.sg.MembershipContentRule
 
setContentElements(QName[]) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
setContextPath(String) - Method in interface org.apache.muse.core.Resource
 
setContextPath(String) - Method in class org.apache.muse.core.SimpleResource
 
setCurrentMessage(NotificationMessage) - Method in interface org.apache.muse.ws.notification.topics.Topic
 
setCurrentMessage(NotificationMessage) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
setDefaultURI(String) - Method in class org.apache.muse.core.AbstractEnvironment
 
setDefaultURI(String) - Method in interface org.apache.muse.core.Environment
 
setDescription(String[]) - Method in interface org.apache.muse.ws.dm.muws.Description
 
setDescription(String[]) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleDescription
 
setDetail(Element) - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
setElement(Element, QName, Node, boolean) - Static method in class org.apache.muse.util.xml.XmlUtils
If the given context node has no child Elements with the given name, one is created; otherwise, the first direct child with the name is used.
setElement(Element, QName, Object) - Static method in class org.apache.muse.util.xml.XmlUtils
If the given context node has no child Elements with the given name, one is created; otherwise, the first direct child with the name is used.
setElementName(QName) - Method in class org.apache.muse.ws.resource.properties.schema.OpenPropertiesSchema
 
setElementName(QName) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
 
setElementName(QName) - Method in class org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema
 
setElementText(Element, String) - Static method in class org.apache.muse.util.xml.XmlUtils
If the given Element has no text content, a new Text node added with the given text; otherwise, the first Text node will have its value changed to the given text.
setEndpointReference(EndpointReference) - Method in interface org.apache.muse.core.Resource
 
setEndpointReference(EndpointReference) - Method in class org.apache.muse.core.SimpleResource
 
setEnvironment(Environment) - Method in class org.apache.muse.core.AbstractCapability
 
setEnvironment(Environment) - Method in interface org.apache.muse.core.Capability
 
setEnvironment(Environment) - Method in interface org.apache.muse.core.Resource
 
setEnvironment(Environment) - Method in interface org.apache.muse.core.ResourceManager
 
setEnvironment(Environment) - Method in class org.apache.muse.core.SimpleResource
 
setEnvironment(Environment) - Method in class org.apache.muse.core.SimpleResourceManager
 
setEnvironment(Environment) - Method in interface org.apache.muse.core.routing.ResourceRouter
 
setEnvironment(Environment) - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
setErrorCode(Element, String) - Method in class org.apache.muse.ws.resource.basefaults.BaseFault
 
setEventID(String) - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
setEventID(String) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
setExtendedMetadata(QName, QName, String) - 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.
setExtendedMetadata(QName, QName, String) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
setExtendedMetadata(QName, QName, String) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
setFaultToAddress(EndpointReference) - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
setFilter(Filter) - Method in interface org.apache.muse.ws.notification.SubscriptionManager
 
setFilter(Filter) - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
setFinal(boolean) - Method in interface org.apache.muse.ws.notification.topics.Topic
 
setFinal(boolean) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
setFromAddress(EndpointReference) - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
setInitialValues(QName, Collection) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
setInitialValues(QName, Collection) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
setInitialValues(QName, Collection) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
setInitializationParameters(Map) - Method in class org.apache.muse.core.AbstractCapability
 
setInitializationParameters(Map) - Method in class org.apache.muse.core.AbstractFilePersistence
 
setInitializationParameters(Map) - Method in interface org.apache.muse.core.InitializationParameters
Allows the resource's creator to provide it with arbitrary name-value pairs that may be used during initialization.
setInitializationParameters(Map) - Method in class org.apache.muse.core.SimpleResource
 
setLog(Logger) - Method in class org.apache.muse.core.AbstractCapability
 
setLog(Logger) - Method in interface org.apache.muse.core.Capability
 
setLog(Logger) - Method in interface org.apache.muse.core.Resource
 
setLog(Logger) - Method in class org.apache.muse.core.SimpleResource
 
setLog(Logger) - Method in interface org.apache.muse.core.routing.ResourceRouter
 
setLog(Logger) - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
setLowerBound(QName, String) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
setLowerBound(QName, String) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
setLowerBound(QName, String) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
setMemberEPR(EndpointReference) - Method in interface org.apache.muse.ws.resource.sg.Entry
 
setMemberEPR(EndpointReference) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
setMemberInterface(QName) - Method in interface org.apache.muse.ws.resource.sg.MembershipContentRule
 
setMemberInterface(QName) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
setMembershipContentRule(MembershipContentRule[]) - Method in interface org.apache.muse.ws.resource.sg.ServiceGroup
 
setMembershipContentRule(MembershipContentRule[]) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
setMessage(String) - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
setMessage(String) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
setMessageHandler(MessageHandler) - Method in class org.apache.muse.core.AbstractCapability
 
setMessageHandlers(Collection) - Method in class org.apache.muse.core.AbstractCapability
 
setMessageHandlers(Collection) - Method in interface org.apache.muse.core.Capability
 
setMessageID(String) - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
setMessageId(String) - Method in interface org.apache.muse.ws.dm.muws.events.SubstitutableMessage
 
setMessageId(String) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage
 
setMessageIdType(String) - Method in interface org.apache.muse.ws.dm.muws.events.SubstitutableMessage
 
setMessageIdType(String) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage
 
setMessagePattern(String) - Method in interface org.apache.muse.ws.notification.topics.Topic
 
setMessagePattern(String) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
setMetadata(MetadataDescriptor) - Method in interface org.apache.muse.ws.resource.metadata.ResourcePropertiesMetadataValidation
Provides the given WS-RMD MetadataDescriptor to this WS-RP document.
setMetadata(MetadataDescriptor) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
setMethod(Method) - Method in class org.apache.muse.core.routing.AbstractMessageHandler
 
setMethod(Method) - Method in interface org.apache.muse.core.routing.MessageHandler
 
setModifiability(QName, String) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
setModifiability(QName, String) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
setModifiability(QName, String) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
setMutability(QName, String) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
setMutability(QName, String) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
setMutability(QName, String) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
setName(String) - Method in interface org.apache.muse.ws.dm.muws.RelationshipResource
 
setName(QName) - Method in interface org.apache.muse.ws.dm.muws.events.Component
 
setName(QName) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
setName(String) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
setName(String) - Method in interface org.apache.muse.ws.notification.topics.TopicNamespace
 
setName(String) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
setNamespaceAttribute(Element, String, String) - Static method in class org.apache.muse.util.xml.XmlUtils
Adds a new XML namespace declaration attribute to the given Element.
setNodeURI(String) - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
setNotificationProducer(NotificationProducer) - Method in interface org.apache.muse.ws.notification.NotificationProducerPersistence
 
setNotificationProducer(NotificationProducer) - Method in class org.apache.muse.ws.notification.impl.NotificationProducerFilePersistence
 
setOperationalStatus(String) - Method in interface org.apache.muse.ws.dm.muws.OperationalStatus
 
setOperationalStatus(String) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleOperationalStatus
 
setOriginReference(EndpointReference) - Method in class org.apache.muse.ws.resource.basefaults.BaseFault
 
setParentTopic(Topic) - Method in interface org.apache.muse.ws.notification.topics.Topic
 
setParentTopic(Topic) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
setParticipant(Participant[]) - Method in interface org.apache.muse.ws.dm.muws.RelationshipResource
 
setParticipant(Participant[]) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
setPersistence(Persistence) - Method in class org.apache.muse.core.AbstractCapability
 
setPersistence(Persistence) - Method in interface org.apache.muse.core.Capability
 
setPersistence(RouterPersistence) - Method in interface org.apache.muse.core.routing.ResourceRouter
 
setPersistence(RouterPersistence) - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
setPersistenceLocation(String) - Method in class org.apache.muse.core.AbstractFilePersistence
 
setPersistenceLocation(String) - Method in interface org.apache.muse.core.Persistence
 
setPriority(short) - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
setPriority(short) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
setProducerReference(EndpointReference) - Method in interface org.apache.muse.ws.notification.NotificationMessage
 
setProducerReference(EndpointReference) - Method in interface org.apache.muse.ws.notification.SubscriptionManager
 
setProducerReference(EndpointReference) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
setProducerReference(EndpointReference) - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
setPropertyName(QName, QName) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
Change the name of one of the current wsrmd:Property elements.
setPropertyName(QName, QName) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
setPropertyName(QName, QName) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
setPropertyName(QName) - Method in interface org.apache.muse.ws.resource.properties.set.SetRequestComponent
 
setPropertyName(QName) - Method in class org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent
 
setQueryExpressionFactory(QueryExpressionFactory) - Method in class org.apache.muse.ws.resource.properties.query.impl.SimpleQueryCapability
 
setReason(String) - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
setRelationship(String) - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
setReplyToAddress(EndpointReference) - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
setReportTime(Date) - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
setReportTime(Date) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
setReporter(Component) - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
setReporter(Component) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
setRequestName(QName) - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
setRequestName(QName) - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
setRequestParameterNames(QName[]) - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
setRequestParameterNames(QName[]) - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
setRequestParameterSchemaTypes(QName[]) - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
setRequestParameterSchemaTypes(QName[]) - Method in interface org.apache.muse.core.proxy.ProxyHandler
This is an optional method.
setRequestParameterTypes(Class[]) - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
setRequestParameterTypes(Class[]) - Method in interface org.apache.muse.core.proxy.ProxyHandler
This is an optional method.
setResource(Resource) - Method in class org.apache.muse.core.AbstractCapability
 
setResource(Resource) - Method in interface org.apache.muse.core.Capability
 
setResource(WsResource) - Method in class org.apache.muse.ws.notification.impl.ProducerPropertiesFilter
 
setResource(Resource) - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
setResourceDefinitions(Collection) - Method in interface org.apache.muse.core.routing.ResourceRouter
 
setResourceDefinitions(Collection) - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
setResourceID(String) - Method in interface org.apache.muse.ws.dm.muws.events.Component
 
setResourceID(String) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
setResourceManager(ResourceManager) - Method in class org.apache.muse.core.AbstractFilePersistence
 
setResourceManager(ResourceManager) - Method in interface org.apache.muse.core.Persistence
 
setResourceManager(ResourceManager) - Method in interface org.apache.muse.core.Resource
 
setResourceManager(ResourceManager) - Method in class org.apache.muse.core.SimpleResource
 
setResourceManager(ResourceManager) - Method in class org.apache.muse.core.routing.SimpleResourceRouter
 
setResourceProperties(SetRequest) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
setResourceProperties(SetRequest) - Method in interface org.apache.muse.ws.resource.properties.set.SetResourceProperties
Modifies one or more property instances according to the definition of the three WS-RP write operations: Insert, Update, and Delete.
setResourceProperties(SetRequest) - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetCapability
 
setResourceProperties(SetRequest) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 
setResponseName(QName) - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
setResponseName(QName) - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
setReturnSchemaType(QName) - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
setReturnSchemaType(QName) - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
setReturnType(Class) - Method in class org.apache.muse.core.proxy.AbstractProxyHandler
 
setReturnType(Class) - Method in interface org.apache.muse.core.proxy.ProxyHandler
 
setRoleURI(String) - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
setSchema(ResourcePropertiesSchema) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
setSchema(ResourcePropertiesSchema) - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchemaValidation
Applies the given XMLSchema definitions to this WS-RP document.
setSecurityToken(Object) - Method in class org.apache.muse.ws.resource.properties.listeners.AbstractChangeApprover
 
setSecurityToken(Object) - Method in interface org.apache.muse.ws.resource.properties.listeners.PropertyChangeApprover
Sets the security token that will be used in all security checks via isSecure(Object).
setSecurityToken(Object) - Method in interface org.apache.muse.ws.resource.properties.set.SetRequestComponent
 
setSecurityToken(Object) - Method in class org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent
 
setSequenceNumber(long) - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
setSequenceNumber(long) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
setServiceGroup(WsResource) - Method in interface org.apache.muse.ws.resource.sg.Entry
 
setServiceGroup(WsResource) - Method in interface org.apache.muse.ws.resource.sg.ServiceGroupPersistence
 
setServiceGroup(WsResource) - Method in class org.apache.muse.ws.resource.sg.impl.ServiceGroupFilePersistence
 
setServiceGroup(WsResource) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
setServiceGroupEPR(EndpointReference) - Method in interface org.apache.muse.ws.resource.sg.MembershipContentRule
 
setServiceGroupEPR(EndpointReference) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
setSeverity(short) - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
setSeverity(short) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
setSituation(Situation) - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
setSituation(Situation) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
setSituationTime(Date) - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
setSituationTime(Date) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
setSoapClient(SoapClient) - Method in class org.apache.muse.core.AbstractEnvironment
Provides a new SOAP client for use by other components in the system. The default SOAP client is an instance of SimpleSoapClient.
setSoapClient(SoapClient) - Method in interface org.apache.muse.core.Environment
Provides a new SOAP client for use by other components in the system.
setSource(Component) - Method in interface org.apache.muse.ws.dm.muws.events.ManagementEvent
 
setSource(Component) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
setState(StateType) - Method in interface org.apache.muse.ws.dm.muws.State
 
setState(StateType) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleState
 
setStaticValues(QName, Collection) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
setStaticValues(QName, Collection) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
setStaticValues(QName, Collection) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
setSubCode(QName) - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
setSubscription(WsResource) - Method in interface org.apache.muse.ws.notification.PullPoint
 
setSubscription(WsResource) - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
 
setSubscriptionPolicy(Policy) - Method in interface org.apache.muse.ws.notification.SubscriptionManager
 
setSubscriptionPolicy(Policy) - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
Logs a warning message that this feature is not supported.
setSubscriptionReference(EndpointReference) - Method in interface org.apache.muse.ws.notification.NotificationMessage
 
setSubscriptionReference(EndpointReference) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
setSubstitutableMessage(SubstitutableMessage) - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
setSubstitutableMessage(SubstitutableMessage) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
setSuccessDisposition(String) - Method in interface org.apache.muse.ws.dm.muws.events.Situation
 
setSuccessDisposition(String) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
setTerminationTime(Date) - Method in interface org.apache.muse.ws.resource.lifetime.ScheduledTermination
 
setTerminationTime(Date) - Method in class org.apache.muse.ws.resource.lifetime.impl.SimpleScheduledTermination
 
setTerminationTime(Date) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 
setToAddress(EndpointReference) - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
setTopic(QName) - Method in interface org.apache.muse.ws.notification.NotificationMessage
 
setTopic(QName) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
setTopic(QName) - Method in class org.apache.muse.ws.notification.impl.TopicFilter
 
setTopic(Topic) - Method in class org.apache.muse.ws.notification.impl.TopicFilter
 
setTopicDialect(String) - Method in interface org.apache.muse.ws.notification.NotificationMessage
 
setTopicDialect(String) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
setTrace(boolean) - Method in class org.apache.muse.core.AbstractResourceClient
 
setTrace(boolean) - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 
setTraceWriter(PrintWriter) - Method in class org.apache.muse.core.AbstractResourceClient
 
setTraceWriter(PrintWriter) - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
{@inheritDoc}

Note that there is a default PrintWriter set at instantiation - it wraps the System.out stream.
setType(RelationshipType) - Method in interface org.apache.muse.ws.dm.muws.RelationshipResource
 
setType(RelationshipType) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
setUpperBound(QName, String) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
setUpperBound(QName, String) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
setUpperBound(QName, String) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
setValidValues(QName, Collection) - Method in interface org.apache.muse.ws.resource.metadata.MetadataDescriptor
 
setValidValues(QName, Collection) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
setValidValues(QName, Collection) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
setValues(String[]) - Method in interface org.apache.muse.ws.dm.muws.events.SubstitutableMessage
 
setValues(String[]) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage
 
setValues(Object[]) - Method in interface org.apache.muse.ws.resource.properties.set.SetRequestComponent
 
setValues(Object[]) - Method in class org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent
 
setVersion(String) - Method in interface org.apache.muse.ws.dm.muws.Description
 
setVersion(String) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleDescription
 
setWsdlPath(String) - Method in interface org.apache.muse.core.Resource
 
setWsdlPath(String) - Method in class org.apache.muse.core.SimpleResource
 
setWsdlPortType(QName) - Method in interface org.apache.muse.core.Resource
 
setWsdlPortType(QName) - Method in class org.apache.muse.core.SimpleResource
 
setXPath(String) - Method in class org.apache.muse.ws.dm.muws.impl.XPathCorrelation
 
shutdown() - Method in class org.apache.muse.core.AbstractCapability
 
shutdown() - Method in interface org.apache.muse.core.Shutdown
 
shutdown() - Method in class org.apache.muse.core.SimpleResource


This implementation double-checks to make sure the resource hasn't already been destroyed and then nulls-out all references to internal data structures (this will highlight bugs caused by stale references and prevent "undefined behavior").
shutdown() - Method in class org.apache.muse.core.SimpleResourceManager
This implementation loops through all existing resource instances and tells them to shutdown().
shutdown() - Method in class org.apache.muse.core.routing.SimpleResourceRouter


This implementation iterates over the collection of resources in the ResourceManager and destroys each one.
shutdown() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetrics
 
shutdown() - Method in class org.apache.muse.ws.notification.impl.SimplePullPoint
 
shutdown() - Method in class org.apache.muse.ws.notification.impl.SimplePullPointDataStore
 
shutdown() - Method in class org.apache.muse.ws.resource.lifetime.impl.SimpleScheduledTermination
 
shutdown() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
shutdown() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup
 
shutdownCapabilities() - Method in class org.apache.muse.core.SimpleResource
This method can be overridden to provide additional capability shutdown logic that applies generally to all capabilities.
startSoapMonitor(int) - Method in class org.apache.muse.core.AbstractResourceClient
 
startSoapMonitor(int) - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 
startSoapMonitor(int) - Method in interface org.apache.muse.ws.addressing.soap.SoapMonitor
Causes the SoapClient to send messages to the given port.
stopSoapMonitor() - Method in class org.apache.muse.core.AbstractResourceClient
 
stopSoapMonitor() - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 
stopSoapMonitor() - Method in interface org.apache.muse.ws.addressing.soap.SoapMonitor
If SOAP monitoring was in use, the client will revert back to sending the messages to the port in the EPR's wsa:Address.
subscribe(EndpointReference, Filter, Date, Policy) - Method in interface org.apache.muse.ws.notification.NotificationProducer
Registers a consumer resource to receive events that are published to a certain topic (along with other filtering rules).
subscribe(EndpointReference, Filter, Date, Policy) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationProducer
 
subscribe(EndpointReference, Filter, Date) - Method in class org.apache.muse.ws.notification.remote.NotificationProducerClient
 
subscribeInitialConsumer() - Method in class org.apache.muse.ws.dm.muws.adv.impl.AbstractAdvertisement
 

T

TARGET_NS - Static variable in class org.apache.muse.util.xml.XmlUtils
The targetNamespace attribute name.
TERMINATION_TIME_CHANGE_REJECTED_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
TERMINATION_TIME_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
TERMINATION_TIME_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
The name of the wsrl:TerminationTime property.
TERMINATION_TIME_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
The name of the wssg:TerminationTime return value.
TERMINATION_TOPIC_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
The name of the WS-N Topic for WS-RL termination events.
TEXT_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
TIME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
TIMESTAMP_QNAME - Static variable in class org.apache.muse.ws.resource.basefaults.WsbfConstants
 
TIME_SCOPE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
TOPIC_DIALECT_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
TOPIC_DIALECT_UNKNOWN_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
TOPIC_EXPRESSION_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
TOPIC_NAMESPACE_QNAME - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
TOPIC_NOT_SUPPORTED_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
TOPIC_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
TOPIC_QNAME - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
TOPIC_SET_QNAME - Static variable in class org.apache.muse.ws.notification.topics.WstConstants
 
TOPIC_SPACE_NAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
The standard WS-RP TopicSpace name.
TO_QNAME - Static variable in class org.apache.muse.ws.addressing.WsaConstants
 
TRANSITION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
TYPE - Static variable in class org.apache.muse.util.xml.XsdUtils
 
TYPES_QNAME - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
TYPE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
TerminationTimeChangeRejectedFault - exception org.apache.muse.ws.resource.lifetime.faults.TerminationTimeChangeRejectedFault.
 
TerminationTimeChangeRejectedFault(Element) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.TerminationTimeChangeRejectedFault
 
TerminationTimeChangeRejectedFault(String) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.TerminationTimeChangeRejectedFault
 
TerminationTimeChangeRejectedFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.TerminationTimeChangeRejectedFault
 
TerminationTimeChangeRejectedFault(Throwable) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.TerminationTimeChangeRejectedFault
 
Topic - interface org.apache.muse.ws.notification.topics.Topic.
Topic is an interface that represents the wsnt:Topic data structure described in WS-Notification v1.3 and WS-Topics v1.3.
TopicExpressionDialectUnknownFault - exception org.apache.muse.ws.notification.faults.TopicExpressionDialectUnknownFault.
 
TopicExpressionDialectUnknownFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.TopicExpressionDialectUnknownFault
 
TopicExpressionDialectUnknownFault(String) - Constructor for class org.apache.muse.ws.notification.faults.TopicExpressionDialectUnknownFault
 
TopicExpressionDialectUnknownFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.TopicExpressionDialectUnknownFault
 
TopicExpressionDialectUnknownFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.TopicExpressionDialectUnknownFault
 
TopicFilter - class org.apache.muse.ws.notification.impl.TopicFilter.
TopicFilter is the implementation of topic-based filters for WS-N subscriptions.
TopicFilter(QName) - Constructor for class org.apache.muse.ws.notification.impl.TopicFilter
 
TopicFilter(QName, String) - Constructor for class org.apache.muse.ws.notification.impl.TopicFilter
 
TopicFilter(Topic) - Constructor for class org.apache.muse.ws.notification.impl.TopicFilter
 
TopicFilter(Topic, String) - Constructor for class org.apache.muse.ws.notification.impl.TopicFilter
 
TopicFilterHandler - class org.apache.muse.ws.notification.impl.TopicFilterHandler.
 
TopicFilterHandler() - Constructor for class org.apache.muse.ws.notification.impl.TopicFilterHandler
 
TopicListener - interface org.apache.muse.ws.notification.TopicListener.
TopicListener is a NotificationMessageListener that only listens on a certain WS-N Topic.
TopicNamespace - interface org.apache.muse.ws.notification.topics.TopicNamespace.
TopicNamespace is an interface that represents the wsnt:TopicNamespace data structure described in WS-Notification v1.3 and WS-Topics v1.3.
TopicNotSupportedFault - exception org.apache.muse.ws.notification.faults.TopicNotSupportedFault.
 
TopicNotSupportedFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.TopicNotSupportedFault
 
TopicNotSupportedFault(String) - Constructor for class org.apache.muse.ws.notification.faults.TopicNotSupportedFault
 
TopicNotSupportedFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.TopicNotSupportedFault
 
TopicNotSupportedFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.TopicNotSupportedFault
 
TopicPathExpression - interface org.apache.muse.ws.notification.topics.TopicPathExpression.
TopicPathExpression represents a qualified path that can be resolved to a topic that is published by a resource.
TopicSet - interface org.apache.muse.ws.notification.topics.TopicSet.
TopicSet is an interface that represents the wst:TopicSet data structure that is described in WS-Topics v1.3.
throwInvalidAddressingHeaderFault(String) - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
toArray() - Method in class org.apache.muse.ws.notification.impl.Subscribe
 
toFile(Node, File) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that calls toFile(Node, File, boolean) with the last parameter set to "true" (to add the standard XML header to the new XML file).
toFile(Node, File, boolean) - Static method in class org.apache.muse.util.xml.XmlUtils
Serializes the given XML sub-tree to the given file.
toString() - Method in class javax.xml.namespace.QName
 
toString() - Method in class org.apache.muse.core.SimpleResource
 
toString(Node) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that serializes the given XML tree with the XML header and indentation; it is the equivalent of calling toString(Node, boolean) with the last parameter set to "true".
toString(Node, boolean) - Static method in class org.apache.muse.util.xml.XmlUtils
This is a convenience method that serializes the given XML tree with indentation; the XML header is included if the second parameter is "true".
toString(Node, boolean, boolean) - Static method in class org.apache.muse.util.xml.XmlUtils
Serializes the given XML tree to string form, including the standard XML header and indentation if desired.
toString(QName) - Static method in class org.apache.muse.util.xml.XmlUtils
 
toString() - Method in class org.apache.muse.ws.addressing.EndpointReference
 
toString() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
toString() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
toString() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
toString() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
toString() - Method in class org.apache.muse.ws.notification.impl.MessagePatternFilter
 
toString() - Method in class org.apache.muse.ws.notification.impl.ProducerPropertiesFilter
 
toString() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
toString() - Method in class org.apache.muse.ws.notification.impl.TopicFilter
 
toString() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
toString() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
toString() - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTime
 
toString() - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeResponse
 
toString() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleRequest
 
toString() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleResponse
 
toString() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetRequest
 
toString() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetResponse
 
toString() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
toString() - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryRequest
 
toString() - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryResponse
 
toString() - Method in class org.apache.muse.ws.resource.properties.set.impl.DeleteRequest
 
toString() - Method in class org.apache.muse.ws.resource.properties.set.impl.InsertRequest
 
toString() - Method in class org.apache.muse.ws.resource.properties.set.impl.SetResponse
 
toString() - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetRequest
 
toString() - Method in class org.apache.muse.ws.resource.properties.set.impl.UpdateRequest
 
toXML(Object[]) - Method in interface org.apache.muse.core.proxy.ProxyHandler
Serializes the given objects into a DOM Element that can used in a request SOAP Body.
toXML(Object[]) - Method in class org.apache.muse.core.proxy.ReflectionProxyHandler
 
toXML(Object) - Method in interface org.apache.muse.core.routing.MessageHandler
Serializes the given object into a DOM Element.
toXML(Object) - Method in class org.apache.muse.core.routing.ReflectionMessageHandler
Serializes the given object into a DOM Element. Implementations should use Muse's registered Serializers in order to serialize the objects into the proper formats.

This implementation uses the MessageHandler's java.lang.reflect.Method to discover what return type can be expected in the given Element.
toXML(Object, QName) - Method in interface org.apache.muse.core.serializer.Serializer
Serializes the given object into a DOM Element, the value wrapped inside a root element with the given name.
toXML() - Method in interface org.apache.muse.util.xml.XmlSerializable
Converts this object into an XML representation, as defined by its related schema or specification.
toXML(Document) - Method in interface org.apache.muse.util.xml.XmlSerializable
Converts this object into an XML representation, as defined by its related schema or specification.
toXML() - Method in class org.apache.muse.ws.addressing.EndpointReference
 
toXML(Document) - Method in class org.apache.muse.ws.addressing.EndpointReference
 
toXML() - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
toXML(Document) - Method in class org.apache.muse.ws.addressing.MessageHeaders
 
toXML() - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
toXML(Document) - Method in class org.apache.muse.ws.addressing.soap.SoapFault
 
toXML() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponent
 
toXML() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponentAddress
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleComponentAddress
 
toXML() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleManagementEvent
 
toXML() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSituation
 
toXML() - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.events.impl.SimpleSubstitutableMessage
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.ComplexMatch
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.ComplexMatch
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.MatchCorrelation
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.QueryRelationships
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.QueryRelationships
 
toXML(Object) - Method in class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsHandler
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsResponse
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.QueryRelationshipsResponse
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMatch
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMatch
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleParticipant
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleParticipant
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipResource
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipType
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleRelationshipType
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleStateTransition
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleStateTransition
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleStateType
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.SimpleStateType
 
toXML() - Method in class org.apache.muse.ws.dm.muws.impl.XPathCorrelation
 
toXML(Document) - Method in class org.apache.muse.ws.dm.muws.impl.XPathCorrelation
 
toXML(Object) - Method in class org.apache.muse.ws.metadata.impl.GetMetadataHandler
 
toXML() - Method in class org.apache.muse.ws.metadata.impl.GetMetadataRequest
 
toXML(Document) - Method in class org.apache.muse.ws.metadata.impl.GetMetadataRequest
 
toXML() - Method in class org.apache.muse.ws.metadata.impl.GetMetadataResponse
 
toXML(Document) - Method in class org.apache.muse.ws.metadata.impl.GetMetadataResponse
 
toXML() - Method in class org.apache.muse.ws.notification.impl.FilterCollection
 
toXML(Document) - Method in class org.apache.muse.ws.notification.impl.FilterCollection
 
toXML(Object, QName) - Method in class org.apache.muse.ws.notification.impl.FilterSerializer
 
toXML() - Method in class org.apache.muse.ws.notification.impl.GetCurrentMessage
 
toXML(Document) - Method in class org.apache.muse.ws.notification.impl.GetCurrentMessage
 
toXML(Object) - Method in class org.apache.muse.ws.notification.impl.GetCurrentMessageHandler
 
toXML() - Method in class org.apache.muse.ws.notification.impl.GetCurrentMessageResponse
 
toXML(Document) - Method in class org.apache.muse.ws.notification.impl.GetCurrentMessageResponse
 
toXML() - Method in class org.apache.muse.ws.notification.impl.MessagePatternFilter
 
toXML(Document) - Method in class org.apache.muse.ws.notification.impl.MessagePatternFilter
 
toXML(Object, QName) - Method in class org.apache.muse.ws.notification.impl.NotificationMessageSerializer
 
toXML(Object) - Method in class org.apache.muse.ws.notification.impl.NotifyHandler
 
toXML() - Method in class org.apache.muse.ws.notification.impl.ProducerPropertiesFilter
 
toXML(Document) - Method in class org.apache.muse.ws.notification.impl.ProducerPropertiesFilter
 
toXML() - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
toXML(Document) - Method in class org.apache.muse.ws.notification.impl.SimpleNotificationMessage
 
toXML() - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
toXML(Document) - Method in class org.apache.muse.ws.notification.impl.SimpleSubscriptionManager
 
toXML() - Method in class org.apache.muse.ws.notification.impl.Subscribe
 
toXML(Document) - Method in class org.apache.muse.ws.notification.impl.Subscribe
 
toXML(Object) - Method in class org.apache.muse.ws.notification.impl.SubscribeHandler
 
toXML() - Method in class org.apache.muse.ws.notification.impl.SubscribeResponse
 
toXML(Document) - Method in class org.apache.muse.ws.notification.impl.SubscribeResponse
 
toXML() - Method in class org.apache.muse.ws.notification.impl.TopicFilter
 
toXML(Document) - Method in class org.apache.muse.ws.notification.impl.TopicFilter
 
toXML() - Method in class org.apache.muse.ws.notification.properties.ResourcePropertyChangeEvent
 
toXML(Document) - Method in class org.apache.muse.ws.notification.properties.ResourcePropertyChangeEvent
 
toXML() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
toXML(Document) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopic
 
toXML() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
toXML(Document) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicNamespace
 
toXML() - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicSet
 
toXML(Document) - Method in class org.apache.muse.ws.notification.topics.impl.SimpleTopicSet
 
toXML() - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTime
 
toXML(Document) - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTime
 
toXML(Object) - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeHandler
 
toXML() - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeResponse
 
toXML(Document) - Method in class org.apache.muse.ws.resource.lifetime.impl.SetTerminationTimeResponse
 
toXML() - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
toXML(Document) - Method in class org.apache.muse.ws.resource.metadata.OpenMetadataDescriptor
 
toXML() - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
toXML(Document) - Method in class org.apache.muse.ws.resource.metadata.impl.SimpleMetadataDescriptor
 
toXML(Object) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetDocumentHandler
 
toXML(Object) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetHandler
 
toXML(Object) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleHandler
 
toXML() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleRequest
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleRequest
 
toXML() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleResponse
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetMultipleResponse
 
toXML() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetRequest
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetRequest
 
toXML() - Method in class org.apache.muse.ws.resource.properties.get.impl.GetResponse
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.get.impl.GetResponse
 
toXML() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
toXML(Object) - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryHandler
 
toXML() - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryRequest
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryRequest
 
toXML() - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryResponse
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.query.impl.QueryResponse
 
toXML() - Method in class org.apache.muse.ws.resource.properties.set.impl.DeleteRequest
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.set.impl.DeleteRequest
 
toXML() - Method in class org.apache.muse.ws.resource.properties.set.impl.InsertRequest
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.set.impl.InsertRequest
 
toXML(Object) - Method in class org.apache.muse.ws.resource.properties.set.impl.SetHandler
 
toXML() - Method in class org.apache.muse.ws.resource.properties.set.impl.SetResponse
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.set.impl.SetResponse
 
toXML() - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetRequest
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.set.impl.SimpleSetRequest
 
toXML() - Method in class org.apache.muse.ws.resource.properties.set.impl.UpdateRequest
 
toXML(Document) - Method in class org.apache.muse.ws.resource.properties.set.impl.UpdateRequest
 
toXML(Object) - Method in class org.apache.muse.ws.resource.sg.impl.AddHandler
 
toXML() - Method in class org.apache.muse.ws.resource.sg.impl.AddRequest
 
toXML(Document) - Method in class org.apache.muse.ws.resource.sg.impl.AddRequest
 
toXML() - Method in class org.apache.muse.ws.resource.sg.impl.AddResponse
 
toXML(Document) - Method in class org.apache.muse.ws.resource.sg.impl.AddResponse
 
toXML() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
toXML(Document) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
toXML() - Method in class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
toXML(Document) - Method in class org.apache.muse.ws.resource.sg.impl.SimpleMembershipContentRule
 
trace(Element, boolean) - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 
trace(String) - Method in class org.apache.muse.ws.addressing.soap.SimpleSoapClient
 

U

UNABLE_TO_CREATE_PULL_POINT_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
UNABLE_TO_GET_MESSAGES_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
UNABLE_TO_MODIFY_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
UNABLE_TO_PUT_RP_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
UNABLE_TO_SET_TERMINATION_TIME_QNAME - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
UNACCEPTABLE_TERMINATION_TIME_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
UNAVAILABLE - Static variable in interface org.apache.muse.ws.dm.muws.OperationalStatus
 
UNBOUNDED - Static variable in class org.apache.muse.util.xml.XsdUtils
 
UNBOUNDED - Static variable in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema
The unbounded value can be applied to the property's minimum or maximum setting.
UNKNOWN - Static variable in interface org.apache.muse.ws.dm.muws.Metric
 
UNKNOWN - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
UNKNOWN - Static variable in interface org.apache.muse.ws.dm.muws.OperationalStatus
 
UNKNOWN_QUERY_DIALECT_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
UNKNOWN_SEVERITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
UNRECOGNIZED_POLICY_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
UNSUCCESSFUL - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
UNSUCCESSFUL - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
UNSUPPORTED_MEMBER_INTERFACE_QNAME - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
UNSUPPORTED_POLICY_QNAME - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
UPDATE_QNAME - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
UPPER_BOUND - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
UnableToCreatePullPointFault - exception org.apache.muse.ws.notification.faults.UnableToCreatePullPointFault.
 
UnableToCreatePullPointFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.UnableToCreatePullPointFault
 
UnableToCreatePullPointFault(String) - Constructor for class org.apache.muse.ws.notification.faults.UnableToCreatePullPointFault
 
UnableToCreatePullPointFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.UnableToCreatePullPointFault
 
UnableToCreatePullPointFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.UnableToCreatePullPointFault
 
UnableToGetMessagesFault - exception org.apache.muse.ws.notification.faults.UnableToGetMessagesFault.
 
UnableToGetMessagesFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.UnableToGetMessagesFault
 
UnableToGetMessagesFault(String) - Constructor for class org.apache.muse.ws.notification.faults.UnableToGetMessagesFault
 
UnableToGetMessagesFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.UnableToGetMessagesFault
 
UnableToGetMessagesFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.UnableToGetMessagesFault
 
UnableToModifyResourcePropertyFault - exception org.apache.muse.ws.resource.properties.set.faults.UnableToModifyResourcePropertyFault.
 
UnableToModifyResourcePropertyFault(Element) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.UnableToModifyResourcePropertyFault
 
UnableToModifyResourcePropertyFault(String) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.UnableToModifyResourcePropertyFault
 
UnableToModifyResourcePropertyFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.UnableToModifyResourcePropertyFault
 
UnableToModifyResourcePropertyFault(Throwable) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.UnableToModifyResourcePropertyFault
 
UnableToPutResourcePropertyDocumentFault - exception org.apache.muse.ws.resource.properties.set.faults.UnableToPutResourcePropertyDocumentFault.
 
UnableToPutResourcePropertyDocumentFault(Element) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.UnableToPutResourcePropertyDocumentFault
 
UnableToPutResourcePropertyDocumentFault(String) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.UnableToPutResourcePropertyDocumentFault
 
UnableToPutResourcePropertyDocumentFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.UnableToPutResourcePropertyDocumentFault
 
UnableToPutResourcePropertyDocumentFault(Throwable) - Constructor for class org.apache.muse.ws.resource.properties.set.faults.UnableToPutResourcePropertyDocumentFault
 
UnableToSetTerminationTimeFault - exception org.apache.muse.ws.resource.lifetime.faults.UnableToSetTerminationTimeFault.
 
UnableToSetTerminationTimeFault(Element) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.UnableToSetTerminationTimeFault
 
UnableToSetTerminationTimeFault(String) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.UnableToSetTerminationTimeFault
 
UnableToSetTerminationTimeFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.UnableToSetTerminationTimeFault
 
UnableToSetTerminationTimeFault(Throwable) - Constructor for class org.apache.muse.ws.resource.lifetime.faults.UnableToSetTerminationTimeFault
 
UnacceptableInitialTerminationTimeFault - exception org.apache.muse.ws.notification.faults.UnacceptableInitialTerminationTimeFault.
 
UnacceptableInitialTerminationTimeFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.UnacceptableInitialTerminationTimeFault
 
UnacceptableInitialTerminationTimeFault(String) - Constructor for class org.apache.muse.ws.notification.faults.UnacceptableInitialTerminationTimeFault
 
UnacceptableInitialTerminationTimeFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.UnacceptableInitialTerminationTimeFault
 
UnacceptableInitialTerminationTimeFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.UnacceptableInitialTerminationTimeFault
 
UnknownQueryExpressionDialectFault - exception org.apache.muse.ws.resource.properties.query.faults.UnknownQueryExpressionDialectFault.
 
UnknownQueryExpressionDialectFault(Element) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.UnknownQueryExpressionDialectFault
 
UnknownQueryExpressionDialectFault(String) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.UnknownQueryExpressionDialectFault
 
UnknownQueryExpressionDialectFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.UnknownQueryExpressionDialectFault
 
UnknownQueryExpressionDialectFault(Throwable) - Constructor for class org.apache.muse.ws.resource.properties.query.faults.UnknownQueryExpressionDialectFault
 
UnrecognizedPolicyRequestFault - exception org.apache.muse.ws.notification.faults.UnrecognizedPolicyRequestFault.
 
UnrecognizedPolicyRequestFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.UnrecognizedPolicyRequestFault
 
UnrecognizedPolicyRequestFault(String) - Constructor for class org.apache.muse.ws.notification.faults.UnrecognizedPolicyRequestFault
 
UnrecognizedPolicyRequestFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.UnrecognizedPolicyRequestFault
 
UnrecognizedPolicyRequestFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.UnrecognizedPolicyRequestFault
 
UnsupportedMemberInterfaceFault - exception org.apache.muse.ws.resource.sg.faults.UnsupportedMemberInterfaceFault.
 
UnsupportedMemberInterfaceFault(Element) - Constructor for class org.apache.muse.ws.resource.sg.faults.UnsupportedMemberInterfaceFault
 
UnsupportedMemberInterfaceFault(String) - Constructor for class org.apache.muse.ws.resource.sg.faults.UnsupportedMemberInterfaceFault
 
UnsupportedMemberInterfaceFault(String, Throwable) - Constructor for class org.apache.muse.ws.resource.sg.faults.UnsupportedMemberInterfaceFault
 
UnsupportedMemberInterfaceFault(Throwable) - Constructor for class org.apache.muse.ws.resource.sg.faults.UnsupportedMemberInterfaceFault
 
UnsupportedPolicyRequestFault - exception org.apache.muse.ws.notification.faults.UnsupportedPolicyRequestFault.
 
UnsupportedPolicyRequestFault(Element) - Constructor for class org.apache.muse.ws.notification.faults.UnsupportedPolicyRequestFault
 
UnsupportedPolicyRequestFault(String) - Constructor for class org.apache.muse.ws.notification.faults.UnsupportedPolicyRequestFault
 
UnsupportedPolicyRequestFault(String, Throwable) - Constructor for class org.apache.muse.ws.notification.faults.UnsupportedPolicyRequestFault
 
UnsupportedPolicyRequestFault(Throwable) - Constructor for class org.apache.muse.ws.notification.faults.UnsupportedPolicyRequestFault
 
UpdateRequest - class org.apache.muse.ws.resource.properties.set.impl.UpdateRequest.
UpdateRequest is a serializer/deserializer for the WS-ResourceProperties Update operation, which is part of SetResourceProperties.
UpdateRequest(Element) - Constructor for class org.apache.muse.ws.resource.properties.set.impl.UpdateRequest
 
UpdateRequest(QName, Object) - Constructor for class org.apache.muse.ws.resource.properties.set.impl.UpdateRequest
 
UpdateRequest(QName, Object[]) - Constructor for class org.apache.muse.ws.resource.properties.set.impl.UpdateRequest
 
UuidFactory - interface org.apache.muse.util.uuid.UuidFactory.
UuidFactory defines an interface for UUID generators.
update() - Method in interface org.apache.muse.ws.dm.muws.Metric
Notifies the metric metadata container that an update to the resource property occurred, so it should adjust the metadata values to reflect this change.
update() - Method in class org.apache.muse.ws.dm.muws.impl.SimpleMetric
 
updateProperty(QName, Element[]) - Method in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
 
updateResourceProperty(QName, Object[]) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
updateResourceProperty(QName, Object[], Object) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
updateResourceProperty(QName, Object[]) - Method in interface org.apache.muse.ws.resource.properties.set.SetResourcePropertiesComponents
Replaces all of a property's current values with the given values.
updateResourceProperty(QName, Object[], Object) - Method in interface org.apache.muse.ws.resource.properties.set.SetResourcePropertiesPermissions
Updates all instances of the given property using the given values; all previous values will be removed in lieu of these new values.
updateResourceProperty(QName, Object[]) - Method in class org.apache.muse.ws.resource.remote.WsResourceClient
 

V

VALID_RANGE_QNAME - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
VALID_VALUES_QNAME - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
VALUE_QNAME - Static variable in class org.apache.muse.ws.addressing.soap.SoapConstants
 
VALUE_QNAME - Static variable in class org.apache.muse.ws.dm.muws.events.WefConstants
 
VERSION_QNAME - Static variable in class org.apache.muse.ws.dm.muws.MuwsConstants
 
ValidValuesApprover - class org.apache.muse.ws.resource.metadata.impl.ValidValuesApprover.
ValidValuesApprover is a PropertyChangeApprover that throws an exception if a caller tries to insert or update a property instance with a value that is not defined in the WS-RMD document's ValidValues section.
ValidValuesApprover(QName, MetadataDescriptor) - Constructor for class org.apache.muse.ws.resource.metadata.impl.ValidValuesApprover
Creates a new approver for the property with the given name and RMD.
validateChange(Element, Element, Object) - Method in class org.apache.muse.ws.resource.metadata.impl.ExternalChangeApprover
Throws an exception if the property is read-only and the given security token does not match the one held by the approver.
validateChange(Element, Element, Object) - Method in class org.apache.muse.ws.resource.metadata.impl.InsertOnlyApprover
Throws an exception if the first parameter is not null (signifying an update or deletion of an existing property).
validateChange(Element, Element, Object) - Method in class org.apache.muse.ws.resource.metadata.impl.ReadOnlyApprover
Always throws an exception - no changes are allowed for read-only properties.
validateChange(Element, Element, Object) - Method in class org.apache.muse.ws.resource.metadata.impl.StaticValuesApprover
Throws an exception if the second parameter is null (signifying a deletion) and the current property value is one of the static values defined in the RMD.
validateChange(Element, Element, Object) - Method in class org.apache.muse.ws.resource.metadata.impl.ValidValuesApprover
Throws an exception if the the second parameter is not null (signifying an insertion or update) and is not one of the valid values defined in the RMD.
validateChange(Element, Element, Object) - Method in interface org.apache.muse.ws.resource.properties.listeners.PropertyChangeApprover
Analyzes the property change being made and throws an exception if the change is invalid.
validateDelete(QName, int, int) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
Confirms that deleting the desired number of property instances will result in a WS-RP document that is valid according to the schema.
validateInsert(QName, int, Element[]) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
Confirms that inserting the desired property instances will result in a WS-RP document that is valid according to the schema.
validateMetadata() - Method in interface org.apache.muse.ws.resource.metadata.ResourcePropertiesMetadataValidation
Iterates through every property in the WS-RMD metadata and verifies that the current WS-RP document is valid.
validateMetadata() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
validateNillable(QName, Element[], boolean) - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
validateSchema() - Method in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
 
validateSchema() - Method in interface org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchemaValidation
Iterates through every property in the WS-RP document's XMLSchema and verifies current document is valid.
validateTopicPath(QName) - Static method in class org.apache.muse.ws.notification.topics.impl.ConcretePathExpression
Validates the given topic name against the rules for concrete topic expressions.
valueOf(String) - Static method in class javax.xml.namespace.QName
 

W

WARNING_SEVERITY - Static variable in interface org.apache.muse.ws.dm.muws.events.Situation
 
WSDL4J_VERBOSE_FLAG - Static variable in class org.apache.muse.ws.wsdl.WsdlUtils
 
WSDL_DIALECT - Static variable in class org.apache.muse.ws.metadata.WsxConstants
 
WSDL_LOCATION - Static variable in class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
WSDL_NAMESPACE_URI - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
WSDL_NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.WsrfConstants
 
WSDL_NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
WSDL_NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
WSDL_NAMESPACE_URI - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
WSDL_PREFIX - Static variable in class org.apache.muse.ws.notification.WsnConstants
 
WSDL_PREFIX - Static variable in class org.apache.muse.ws.resource.WsrfConstants
 
WSDL_PREFIX - Static variable in class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
WSDL_PREFIX - Static variable in class org.apache.muse.ws.resource.properties.WsrpConstants
 
WSDL_PREFIX - Static variable in class org.apache.muse.ws.resource.sg.WssgConstants
 
WefConstants - class org.apache.muse.ws.dm.muws.events.WefConstants.
This class defines the names and static values defined for the WSDM Event Format, version 1.1.
WefConstants() - Constructor for class org.apache.muse.ws.dm.muws.events.WefConstants
 
WefFactory - interface org.apache.muse.ws.dm.muws.events.WefFactory.
WefFactory defines methods needed to instantiate "blank" WEF events and their sub-components, as well as events and sub-components that exist as from XML fragments.
WsResource - interface org.apache.muse.ws.resource.WsResource.
WsResource is an extension of the core Muse Resource component.
WsResourceCapability - interface org.apache.muse.ws.resource.WsResourceCapability.
WsResourceCapability is an extension of the core Muse Capability concept.
WsResourceClient - class org.apache.muse.ws.resource.remote.WsResourceClient.
WsResourceClient is a web service client that allows users to invoke standard WSRF operations without writing any XML plumbing code.
WsResourceClient(EndpointReference) - Constructor for class org.apache.muse.ws.resource.remote.WsResourceClient
 
WsResourceClient(EndpointReference, EndpointReference) - Constructor for class org.apache.muse.ws.resource.remote.WsResourceClient
 
WsResourceClient(EndpointReference, EndpointReference, Environment) - Constructor for class org.apache.muse.ws.resource.remote.WsResourceClient
 
WsResourceClient(EndpointReference, EndpointReference, SoapClient) - Constructor for class org.apache.muse.ws.resource.remote.WsResourceClient
 
WsResourceRouter - class org.apache.muse.ws.resource.impl.WsResourceRouter.
WsResourceRouter is a sub-class of SimpleResourceRouter that wraps all WS-A DestinationUnreachable faults in a WS-RF ResourceUnknownFault.
WsResourceRouter() - Constructor for class org.apache.muse.ws.resource.impl.WsResourceRouter
 
WsaConstants - class org.apache.muse.ws.addressing.WsaConstants.
WsaUtils is a collection of properties that is useful when programming against the WS-Addressing spec.
WsaConstants() - Constructor for class org.apache.muse.ws.addressing.WsaConstants
 
WsbfConstants - class org.apache.muse.ws.resource.basefaults.WsbfConstants.
WsbfConstants is a collection of properties that is useful when programming against the WS-BaseFaults spec.
WsbfConstants() - Constructor for class org.apache.muse.ws.resource.basefaults.WsbfConstants
 
WsbfUtils - class org.apache.muse.ws.resource.basefaults.WsbfUtils.
WsbfUtils is a set of convenience methods related to WS-BaseFaults v1.2.
WsbfUtils() - Constructor for class org.apache.muse.ws.resource.basefaults.WsbfUtils
 
WsdlFileFilter - class org.apache.muse.ws.wsdl.WsdlFileFilter.
WsdlFileFilter is a file filter used to find WSDL files (*.wsdl).
WsdlFileFilter() - Constructor for class org.apache.muse.ws.wsdl.WsdlFileFilter
 
WsdlUtils - class org.apache.muse.ws.wsdl.WsdlUtils.
WsdlUtils is a collection of utility methods related to WSDL 1.1.
WsdlUtils() - Constructor for class org.apache.muse.ws.wsdl.WsdlUtils
 
WsnConstants - class org.apache.muse.ws.notification.WsnConstants.
WsnConstants is a collection of properties and methods that is useful when programming against the WS-Notification spec.
WsnConstants() - Constructor for class org.apache.muse.ws.notification.WsnConstants
 
WsrfConstants - class org.apache.muse.ws.resource.WsrfConstants.
WsrfConstants is a collection of constants defined in the WS-ResourceFramework spec, version 1.2.
WsrfConstants() - Constructor for class org.apache.muse.ws.resource.WsrfConstants
 
WsrfExtConstants - class org.apache.muse.ws.resource.ext.WsrfExtConstants.
WsrfExtConstants is a collection of constants used by Muse to extend the base WSRF v1.2 spec.
WsrfExtConstants() - Constructor for class org.apache.muse.ws.resource.ext.WsrfExtConstants
 
WsrfMetadataExchange - class org.apache.muse.ws.resource.metadata.ext.WsrfMetadataExchange.
WsrfMetadataExchange is an extension of the default WS-MEx implementation, SimpleMetadataExchange, which supports the WS0RF WS-ResourceMetadataDescriptor dialect.
WsrfMetadataExchange() - Constructor for class org.apache.muse.ws.resource.metadata.ext.WsrfMetadataExchange
 
WsrfMetadataExchangeClient - class org.apache.muse.ws.resource.metadata.ext.WsrfMetadataExchangeClient.
WsrfMetadataExchangeClient is an extension of Muse's MetadataExchangeClient to include a convenience method for retrieving the resource's metadata descriptor.
WsrfMetadataExchangeClient(EndpointReference, EndpointReference, Environment) - Constructor for class org.apache.muse.ws.resource.metadata.ext.WsrfMetadataExchangeClient
 
WsrfMetadataExchangeClient(EndpointReference, EndpointReference, SoapClient) - Constructor for class org.apache.muse.ws.resource.metadata.ext.WsrfMetadataExchangeClient
 
WsrfMetadataExchangeClient(EndpointReference, EndpointReference) - Constructor for class org.apache.muse.ws.resource.metadata.ext.WsrfMetadataExchangeClient
 
WsrfMetadataExchangeClient(EndpointReference) - Constructor for class org.apache.muse.ws.resource.metadata.ext.WsrfMetadataExchangeClient
 
WsrlConstants - class org.apache.muse.ws.resource.lifetime.WsrlConstants.
WsrlConstants is a collection of properties that is useful when programming against the WS-ResourceLifetime spec.
WsrlConstants() - Constructor for class org.apache.muse.ws.resource.lifetime.WsrlConstants
 
WsrmdConstants - class org.apache.muse.ws.resource.metadata.WsrmdConstants.
WsrmdConstants is a collection of properties that are useful when programming against the WS-ResourceMetadata spec.
WsrmdConstants() - Constructor for class org.apache.muse.ws.resource.metadata.WsrmdConstants
 
WsrmdUtils - class org.apache.muse.ws.resource.metadata.impl.WsrmdUtils.
WsrmdUtils is a set of convenience methods related to WS-RMD 1.0.
WsrmdUtils() - Constructor for class org.apache.muse.ws.resource.metadata.impl.WsrmdUtils
 
WsrpConstants - class org.apache.muse.ws.resource.properties.WsrpConstants.
WsrpConstants is a collection of properties and methods that is useful when programming against the WS-ResourceProperties spec.
WsrpConstants() - Constructor for class org.apache.muse.ws.resource.properties.WsrpConstants
 
WsrpNotificationListenerFactory - class org.apache.muse.ws.notification.properties.WsrpNotificationListenerFactory.
WsrpNotificationListenerFactory creates instances of the ChangeNotificationListener class.
WsrpNotificationListenerFactory() - Constructor for class org.apache.muse.ws.notification.properties.WsrpNotificationListenerFactory
 
WsrpUtils - class org.apache.muse.ws.resource.properties.impl.WsrpUtils.
WsrpUtils is a set of convenience methods related to WS-RP v1.2.
WsrpUtils() - Constructor for class org.apache.muse.ws.resource.properties.impl.WsrpUtils
 
WssgConstants - class org.apache.muse.ws.resource.sg.WssgConstants.
WssgConstants is a collection of properties that is useful when programming against the WS-ServiceGroups spec.
WssgConstants() - Constructor for class org.apache.muse.ws.resource.sg.WssgConstants
 
WstConstants - class org.apache.muse.ws.notification.topics.WstConstants.
WstConstants is a collection of properties and methods that is useful when programming against the WS-Topics spec.
WstConstants() - Constructor for class org.apache.muse.ws.notification.topics.WstConstants
 
WsxConstants - class org.apache.muse.ws.metadata.WsxConstants.
WsxConstants is a collection of properties that is useful when programming against the WS-MetadataExchange spec.
WsxConstants() - Constructor for class org.apache.muse.ws.metadata.WsxConstants
 

X

XMLNS_PREFIX - Static variable in class org.apache.muse.util.xml.XmlUtils
Standard prefix for XML namespace attributes.
XML_HEADER - Static variable in class org.apache.muse.util.xml.XmlUtils
The standard XML document header - does not include encoding.
XPathCorrelation - class org.apache.muse.ws.dm.muws.impl.XPathCorrelation.
XPathCorrelation represents correlation expressions formatted in XPath 1.0.
XPathCorrelation(WsResource, Element) - Constructor for class org.apache.muse.ws.dm.muws.impl.XPathCorrelation
 
XPathCorrelation(WsResource, String) - Constructor for class org.apache.muse.ws.dm.muws.impl.XPathCorrelation
This is a convenience constructor that calls this(Resource, String, boolean) with a 'false' third parameter.
XPathCorrelation(WsResource, String, boolean) - Constructor for class org.apache.muse.ws.dm.muws.impl.XPathCorrelation
 
XPathQueryExpression - class org.apache.muse.ws.resource.properties.query.impl.XPathQueryExpression.
XPathQueryExpression is an implementation of query evaluations using XPath 1.0.
XPathQueryExpression() - Constructor for class org.apache.muse.ws.resource.properties.query.impl.XPathQueryExpression
 
XPathQueryExpressionFactory - class org.apache.muse.ws.resource.properties.query.impl.XPathQueryExpressionFactory.
XPathQueryExpressionFactory can create query expressions that support XPath 1.0.
XPathQueryExpressionFactory() - Constructor for class org.apache.muse.ws.resource.properties.query.impl.XPathQueryExpressionFactory
 
XPathUtils - class org.apache.muse.util.xml.XPathUtils.
XPathUtils is a collection of utility methods related to XPath 1.0.
XPathUtils() - Constructor for class org.apache.muse.util.xml.XPathUtils
 
XmlFileFilter - class org.apache.muse.util.xml.XmlFileFilter.
XmlFileFilter is a file filter used to find XML files (*.xml).
XmlFileFilter() - Constructor for class org.apache.muse.util.xml.XmlFileFilter
 
XmlSerializable - interface org.apache.muse.util.xml.XmlSerializable.
XmlSerializable is an interface for types that can be converted into an XML representation.
XmlUtils - class org.apache.muse.util.xml.XmlUtils.
XmlUtils is a collection of utility methods related to XML parsing and manipulation.
XmlUtils() - Constructor for class org.apache.muse.util.xml.XmlUtils
 
XsdFileFilter - class org.apache.muse.util.xml.XsdFileFilter.
XsdFileFilter is a file filter used to find XML Schema files (*.xsd).
XsdFileFilter() - Constructor for class org.apache.muse.util.xml.XsdFileFilter
 
XsdUtils - class org.apache.muse.util.xml.XsdUtils.
XsdUtils is a collection of utility methods related to XML Schema.
XsdUtils() - Constructor for class org.apache.muse.util.xml.XsdUtils
 

_

_MESSAGES - Static variable in class org.apache.muse.ws.resource.lifetime.impl.SimpleScheduledTermination
 
_MESSAGES - Static variable in class org.apache.muse.ws.resource.sg.impl.SimpleEntry
 
_role - Variable in class org.apache.muse.ws.dm.muws.impl.SimpleParticipant
 

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