A B C D E F G H I M N O P R S T U W X

A

AbstractFilter - class org.apache.ws.pubsub.AbstractFilter.
 
AbstractFilter() - Constructor for class org.apache.ws.pubsub.AbstractFilter
Creates a new AbstractFilter object.
AbstractFilter(Node) - Constructor for class org.apache.ws.pubsub.AbstractFilter
Creates a new AbstractFilter object.
AbstractFilter(Node, URI) - Constructor for class org.apache.ws.pubsub.AbstractFilter
Creates a new AbstractFilter object.
AbstractTopicExpression - class org.apache.ws.notification.topics.v2004_06.AbstractTopicExpression.
Provides an Abstract base class for TopicExpressions
AbstractTopicExpression(TopicExpressionType) - Constructor for class org.apache.ws.notification.topics.v2004_06.AbstractTopicExpression
Creates a new AbstractTopicExpression object.
addEmitter(String, Class) - Static method in class org.apache.ws.pubsub.emitter.EmitterTask
Configures a notification emitter to handle emitting notifications to consumer EPRs with addresses of the specified protocol type.
addResourcePropertyValueChangeListeners(NotificationProducerResource) - Static method in class org.apache.ws.notification.topics.util.TopicUtils
Adds topics from the specified notification producer resource's property set to its topic set.
addResourceTerminationListener(NotificationProducerResource) - Static method in class org.apache.ws.notification.topics.util.TopicUtils
Configures the specified producer resource to support the WSRF ResourceTermination topic.
addSubscription(Subscription, Topic[]) - Method in class org.apache.ws.notification.base.SubscriptionManager
 
addTopic(String) - Method in interface org.apache.ws.notification.topics.TopicSiblingSet
Creates a new Topic object with the specified name and adds it to this set.
addTopicExpression(TopicExpression) - Method in interface org.apache.ws.notification.topics.TopicSet
 
addTopicListener(TopicListener) - Method in interface org.apache.ws.notification.topics.TopicListenerList
Add a topic listener
addTopicNamespace(TopicNamespace) - Method in class org.apache.ws.notification.topics.TopicNamespaceRegistry
DOCUMENT_ME

B

BaseNotificationConstants - interface org.apache.ws.notification.base.v2004_06.BaseNotificationConstants.
Constants defined by the WS-BaseNotification 1.2 Draft 01 specification.
buildServiceProperties(ResourceDefinition, File, File) - Method in class org.apache.ws.notification.tool.WsnWsdl2Java
Adds to the ServiceProperties object by making a call to super and then adding anything impl specific to be used by the VelocityContext for code generation.

C

ConcreteTopicExpression - class org.apache.ws.notification.topics.expression.ConcreteTopicExpression.
A Concrete TopicExpression as defined by the WS-Topics specification.
ConcreteTopicExpression(QName) - Constructor for class org.apache.ws.notification.topics.expression.ConcreteTopicExpression
Creates a new ConcreteTopicExpression object.
ConcreteTopicExpression() - Constructor for class org.apache.ws.notification.topics.expression.ConcreteTopicExpression
Creates a new ConcreteTopicExpression object.
ConsumerReferenceResourcePropertyCallback - class org.apache.ws.notification.base.v2004_06.callback.ConsumerReferenceResourcePropertyCallback.
A callback for the ConsumerReference resource property from the WS-BaseNotification SubscriptionManager portType.
ConsumerReferenceResourcePropertyCallback(Subscription) - Constructor for class org.apache.ws.notification.base.v2004_06.callback.ConsumerReferenceResourcePropertyCallback
Creates a new ConsumerReferenceResourcePropertyCallback object.
CustomBaseNotificationConstants - interface org.apache.ws.notification.base.CustomBaseNotificationConstants.
Constants for our impl of SubscriptionManager
call(SOAPMessage, String) - Method in class org.apache.ws.pubsub.wsaSOAPConnection
DOCUMENT_ME
call(SOAPMessage, EndpointReference) - Method in class org.apache.ws.pubsub.wsaSOAPConnection
DOCUMENT_ME
containsTopic(QName) - Method in interface org.apache.ws.notification.topics.TopicSet
 
containsTopic(String) - Method in interface org.apache.ws.notification.topics.TopicSiblingSet
Returns true if this set contains a topic with the specified name.
copyContent(TopicExpression, XmlObject) - Method in class org.apache.ws.notification.topics.TopicsTypeWriter
DOCUMENT_ME
create() - Method in class org.apache.ws.notification.pubsub.SubscriptionHome
 
createEmitterTask(SOAPMessage, URL) - Static method in class org.apache.ws.pubsub.emitter.EmitterTask
Factory method that creates the appropriate emitter task based on the protocol required to send the notification.
createFilter(FilterType) - Static method in class org.apache.ws.pubsub.FilterFactory
DOCUMENT_ME
createNotificationProducer(String, String) - Method in class org.apache.ws.pubsub.NotificationProducerFactory
DOCUMENT_ME
createPublisher(String) - Method in class org.apache.ws.pubsub.PublisherFactory
DOCUMENT_ME
createThreadName(String) - Static method in class org.apache.ws.util.thread.NamedThread
Builds a thread name that is unique to the JVM.
createTopicNamespace(String) - Method in class org.apache.ws.notification.topics.TopicsTypeFactory
DOCUMENT_ME
createTopicNamespace(String) - Method in class org.apache.ws.notification.topics.v2004_06.TopicsTypeFactoryImpl
DOCUMENT_ME
createWsdl2Java(File[], File, File[], Wsdl2Java.Wsdl2JavaOptions) - Method in class org.apache.ws.notification.tool.WsnWsdl2JavaTask
Method which builds the implementation of Wsdl2Java, which in this case is WsnWsdl2Java.

D

DeliveryMode - interface org.apache.ws.pubsub.DeliveryMode.
Specifies how messages for a particular subscription should be delivered (e.g.
deleteProperty(QName) - Method in class org.apache.ws.notification.base.v2004_06.callback.ConsumerReferenceResourcePropertyCallback
DOCUMENT_ME
deleteProperty(QName) - Method in class org.apache.ws.notification.base.v2004_06.callback.PreconditionResourcePropertyCallback
DOCUMENT_ME
deleteProperty(QName) - Method in class org.apache.ws.notification.base.v2004_06.callback.SelectorResourcePropertyCallback
DOCUMENT_ME
deleteProperty(QName) - Method in class org.apache.ws.notification.base.v2004_06.callback.SubscriptionPolicyResourcePropertyCallback
DOCUMENT_ME
deleteProperty(QName) - Method in class org.apache.ws.notification.base.v2004_06.callback.TopicExpressionResourcePropertyCallback
DOCUMENT_ME
deleteProperty(QName) - Method in class org.apache.ws.notification.base.v2004_06.callback.UseNotifyResourcePropertyCallback
DOCUMENT_ME

E

EmitterException - exception org.apache.ws.pubsub.emitter.EmitterException.
An exception thrown by a notification emitter indicating a problem when attempting to send a notification to a subscriber.
EmitterException() - Constructor for class org.apache.ws.pubsub.emitter.EmitterException
Constructor for EmitterException.
EmitterException(String) - Constructor for class org.apache.ws.pubsub.emitter.EmitterException
Constructor for EmitterException.
EmitterException(String, Throwable) - Constructor for class org.apache.ws.pubsub.emitter.EmitterException
Constructor for EmitterException.
EmitterException(Throwable) - Constructor for class org.apache.ws.pubsub.emitter.EmitterException
Constructor for EmitterException.
EmitterTask - class org.apache.ws.pubsub.emitter.EmitterTask.
This task is to be used to send notifications to client subscriber destinations.
EmitterTask(SOAPMessage, URL) - Constructor for class org.apache.ws.pubsub.emitter.EmitterTask
Constructor to build the task.
EventSourcePortType - interface org.apache.ws.eventing.porttype.EventSourcePortType.
This is the Port of the Publisher, it enables Subscriptions.
emit() - Method in class org.apache.ws.pubsub.emitter.EmitterTask
Method that will actually send the notification to the destination via the appropriate protocol transport.
emit(SOAPMessage, EndpointReference) - Method in interface org.apache.ws.pubsub.emitter.SoapMessageEmitter
 
emit() - Method in class org.apache.ws.pubsub.emitter.file.FileEmitterTask
Stores the notification in a file specified by the destination URL.
emit() - Method in class org.apache.ws.pubsub.emitter.http.HttpEmitterTask
Sends the notification to the destination via HTTP.
end(Subscription, String) - Method in interface org.apache.ws.pubsub.SubscriptionEndConsumer
DOCUMENT_ME
endElement(String, String, String) - Method in class org.apache.ws.notification.topics.util.TopicSpaceParser
DOCUMENT_ME
equals(Object) - Method in class org.apache.ws.notification.topics.expression.ConcreteTopicExpression
DOCUMENT_ME
equals(Object) - Method in class org.apache.ws.notification.topics.expression.FullTopicExpression
DOCUMENT_ME
equals(Object) - Method in class org.apache.ws.notification.topics.expression.SimpleTopicExpression
DOCUMENT_ME
evaluate(TopicNamespaceRegistry, TopicExpression) - Method in interface org.apache.ws.notification.topics.expression.TopicExpressionEvaluator
Evaluates the expression over a TopicSpace and returns the set of matching topics.
evaluateTopicExpression(TopicExpression) - Method in interface org.apache.ws.notification.topics.TopicSet
 
evaluateTopicExpression(TopicExpression) - Method in class org.apache.ws.notification.topics.expression.TopicExpressionEngine
DOCUMENT_ME

F

FileEmitterTask - class org.apache.ws.pubsub.emitter.file.FileEmitterTask.
An emitter task that stores a notification to a file specified in the FILE protocol URL.
FileEmitterTask(SOAPMessage, URL) - Constructor for class org.apache.ws.pubsub.emitter.file.FileEmitterTask
Creates a new FileEmitterTask object.
Filter - interface org.apache.ws.pubsub.Filter.
DOCUMENT_ME
FilterFactory - class org.apache.ws.pubsub.FilterFactory.
 
FilterFactory() - Constructor for class org.apache.ws.pubsub.FilterFactory
 
FixedTopicSetResourcePropertyCallback - class org.apache.ws.notification.base.FixedTopicSetResourcePropertyCallback.
A callback for the FixedTopicSet resource property from the WS-BaseNotification NotificationProducer portType.
FixedTopicSetResourcePropertyCallback(TopicSet) - Constructor for class org.apache.ws.notification.base.FixedTopicSetResourcePropertyCallback
Creates a new TopicResourcePropertyCallback for the specified topic set.
FullTopicExpression - class org.apache.ws.notification.topics.expression.FullTopicExpression.
A Full TopicExpression as defined by the WS-Topics specification.
FullTopicExpression(QName[]) - Constructor for class org.apache.ws.notification.topics.expression.FullTopicExpression
Creates a new FullTopicExpression object.
FullTopicExpression() - Constructor for class org.apache.ws.notification.topics.expression.FullTopicExpression
Creates a new FullTopicExpression object.
filter(SOAPEnvelope, SOAPEnvelope) - Method in interface org.apache.ws.eventing.porttype.NotificationPortType
DOCUMENT_ME

G

getBaseFaultName() - Method in class org.apache.ws.notification.base.faults.InvalidTopicExpressionFaultException
Returns the QName of this fault
getBaseFaultName() - Method in class org.apache.ws.notification.base.faults.NoCurrentMessageOnTopicFaultException
Returns the QName of this fault
getBaseFaultName() - Method in class org.apache.ws.notification.base.faults.PauseFailedFaultException
Returns the QName of this fault
getBaseFaultName() - Method in class org.apache.ws.notification.base.faults.ResumeFailedFaultException
Returns the QName of this fault
getBaseFaultName() - Method in class org.apache.ws.notification.base.faults.SubscribeCreationFailedFaultException
Returns the QName of this fault
getBaseFaultName() - Method in class org.apache.ws.notification.base.faults.TopicNotSupportedFaultException
Returns the QName of this fault
getBaseFaultName() - Method in class org.apache.ws.notification.base.faults.TopicPathDialectUnknownFaultException
Returns the QName of this fault
getBaseName() - Method in class org.apache.ws.util.thread.NamedThread
Returns the base name used to create the thread.
getBaseNotificationXsdNamespace() - Method in interface org.apache.ws.notification.base.WsnNamespaceVersionHolder
Returns the BaseNotification namespace
getBrokeredNotificationXsdNamespace() - Method in interface org.apache.ws.notification.base.WsnNamespaceVersionHolder
Returns the Brokered Notification namespace
getConsumerReference() - Method in interface org.apache.ws.notification.base.Subscription
Gets the consumer EPR associated with this subscription.
getContent() - Method in interface org.apache.ws.notification.topics.expression.TopicExpression
Returns the dialect-dependent content of this topic expression (e.g.
getContent() - Method in interface org.apache.ws.pubsub.DeliveryMode
DOCUMENT_ME
getCreationTime() - Method in interface org.apache.ws.pubsub.Subscription
Returns the time at which this subscription was created.
getCurrentMessage(TopicExpression) - Method in interface org.apache.ws.notification.base.NotificationProducerResource
Returns the current message for the specified topic (i.e.
getCurrentMessage(GetCurrentMessageDocument) - Method in interface org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType
Method used for retrieving the current message from the NotificationProducer.
getCurrentMessage(Filter[]) - Method in class org.apache.ws.notification.pubsub.Subscriber
DOCUMENT_ME
getDestinationUrl() - Method in class org.apache.ws.pubsub.emitter.EmitterTask
Returns the destination URL where the notification will be sent
getDialect() - Method in interface org.apache.ws.notification.topics.expression.TopicExpression
Returns the dialect URI of this topic expression.
getDialect() - Method in class org.apache.ws.notification.topics.v2004_06.AbstractTopicExpression
Returna the URI for the dialect associated with this topic expression
getDialects() - Method in interface org.apache.ws.notification.topics.expression.TopicExpressionEvaluator
Gets the URIs for the dialects that this evaluator can handle
getEPR() - Method in class org.apache.ws.notification.pubsub.Subscriber
DOCUMENT_ME
getEPR() - Method in interface org.apache.ws.pubsub.NotificationConsumer
DOCUMENT_ME
getEPR() - Method in interface org.apache.ws.pubsub.NotificationProducer
Returns this producer's endpoint reference.
getEPR() - Method in interface org.apache.ws.pubsub.SubscriptionEndConsumer
DOCUMENT_ME
getEvaluator(String) - Method in class org.apache.ws.notification.topics.expression.TopicExpressionEngine
DOCUMENT_ME
getExpression() - Method in class org.apache.ws.notification.topics.v2004_06.AbstractTopicExpression
Returns the expression object associated with this topic expression.
getExpression() - Method in class org.apache.ws.pubsub.AbstractFilter
DOCUMENT_ME
getExpression() - Method in interface org.apache.ws.pubsub.Filter
DOCUMENT_ME
getFilters() - Method in interface org.apache.ws.pubsub.Subscription
Returns a list of any notification filters that are associated with this subscription.
getIncomingMessage(int, int, StringBuffer) - Method in class org.apache.ws.util.test.PortListen
Listens for an incoming TCP/IP message.
getInstance() - Static method in class org.apache.ws.notification.base.SubscriptionManager
DOCUMENT_ME
getInstance() - Static method in class org.apache.ws.pubsub.NotificationProducerFactory
DOCUMENT_ME
getInstance() - Static method in class org.apache.ws.pubsub.PublisherFactory
DOCUMENT_ME
getInstance() - Static method in class org.apache.ws.pubsub.emitter.SoapMessageEmitterEngine
DOCUMENT_ME
getName() - Method in interface org.apache.ws.notification.topics.Topic
Get the name of this topic.
getName() - Method in interface org.apache.ws.notification.topics.TopicNamespace
Returns this topic namespace's name, or null if no name is defined.
getNameSpace() - Method in class org.apache.ws.pubsub.TopicFilter
DOCUMENT_ME
getNamespaceSet() - Method in class org.apache.ws.notification.pubsub.Subscription
DOCUMENT_ME
getNamespaceSet() - Method in class org.apache.ws.notification.pubsub.SubscriptionHome
DOCUMENT_ME
getNotification() - Method in class org.apache.ws.pubsub.emitter.EmitterTask
Returns the actual notification object that is to be emitted.
getNotificationConsumer() - Method in interface org.apache.ws.pubsub.Subscription
Get the notification consumer associated with this subscription.
getNotificationProducer() - Method in interface org.apache.ws.pubsub.Subscription
Get the notification producer associated with this subscription.
getPolicy() - Method in interface org.apache.ws.notification.base.Subscription
Gets the policy for this subscription.
getPortType() - Method in class org.apache.ws.notification.pubsub.SubscriptionHome
DOCUMENT_ME
getPrecondition() - Method in interface org.apache.ws.notification.base.Subscription
Gets the precondition associated with this subscription.
getProducerReference() - Method in interface org.apache.ws.notification.base.Subscription
Gets the producer EPR associated with this subscription.
getProducerResource() - Method in interface org.apache.ws.notification.base.Subscription
Gets the producer resource associated with this subscription.
getResourceKeyNameQName() - Method in class org.apache.ws.notification.pubsub.SubscriptionHome
DOCUMENT_ME
getResourceMap() - Method in class org.apache.ws.notification.pubsub.SubscriptionHome
Returns a map of all SubscriptionResource instances.
getRuntime() - Static method in class org.apache.ws.notification.WsnRuntime
DOCUMENT_ME
getSelector() - Method in interface org.apache.ws.notification.base.Subscription
Gets the selector associated with this subscription.
getServiceName() - Method in class org.apache.ws.notification.pubsub.SubscriptionHome
DOCUMENT_ME
getServicePortName() - Method in class org.apache.ws.notification.pubsub.SubscriptionHome
DOCUMENT_ME
getStatus(GetStatusDocument) - Method in interface org.apache.ws.eventing.porttype.SubscriptionManagerPortType
DOCUMENT_ME
getSubscriptionEndConsumer() - Method in class org.apache.ws.notification.pubsub.Subscription
Get the subscriptionEnd consumer associated with this subscription.
getSubscriptionEndConsumer() - Method in interface org.apache.ws.pubsub.Subscription
Get the subscriptionEnd consumer associated with this subscription.
getSubscriptionManagerHome(NotificationProducerResource) - Method in class org.apache.ws.notification.base.SubscriptionManager
DOCUMENT_ME
getSubscriptions(NotificationProducerResource, Topic) - Method in class org.apache.ws.notification.base.SubscriptionManager
 
getSupportedDialects() - Method in class org.apache.ws.notification.topics.expression.TopicExpressionEngine
DOCUMENT_ME
getTargetNamespace() - Method in interface org.apache.ws.notification.topics.TopicNamespace
Returns this topic namespace's target namespace.
getTerminationTime() - Method in interface org.apache.ws.pubsub.Subscription
Gets the termination time for this subscription (i.e.
getTopic(String) - Method in interface org.apache.ws.notification.topics.TopicSiblingSet
Gets the topic with the specified name.
getTopicExpression() - Method in interface org.apache.ws.notification.base.Subscription
Gets the topic expression associated with this subscription.
getTopicExpressionEngine() - Method in class org.apache.ws.notification.WsnRuntime
DOCUMENT_ME
getTopicExpressions() - Method in interface org.apache.ws.notification.topics.TopicSet
Returns the topic expressions contained in this topic set.
getTopicNamespace() - Method in interface org.apache.ws.notification.topics.Topic
Gets the TopicSpace this Topic is part of
getTopicNamespace(String) - Method in class org.apache.ws.notification.topics.TopicNamespaceRegistry
DOCUMENT_ME
getTopicPath() - Method in interface org.apache.ws.notification.topics.Topic
Get the topic path.
getTopicPath() - Method in class org.apache.ws.notification.topics.expression.ConcreteTopicExpression
DOCUMENT_ME
getTopicPath() - Method in class org.apache.ws.notification.topics.expression.SimpleTopicExpression
DOCUMENT_ME
getTopicPaths() - Method in class org.apache.ws.notification.topics.expression.FullTopicExpression
DOCUMENT_ME
getTopicReference() - Method in interface org.apache.ws.notification.topics.Topic
Get the topic expression for the topic(s) that this topic references.
getTopicSet() - Method in interface org.apache.ws.notification.base.NotificationProducerResource
Returns the set of topics supported by this NotificationProducer.
getTopics() - Method in interface org.apache.ws.notification.topics.TopicSet
Returns the topics contained in this topic set.
getTopicsXsdNamespace() - Method in interface org.apache.ws.notification.base.WsnNamespaceVersionHolder
Returns the namespace for the Topics Spec
getURI() - Method in class org.apache.ws.pubsub.AbstractFilter
DOCUMENT_ME
getURI() - Method in interface org.apache.ws.pubsub.DeliveryMode
DOCUMENT_ME
getURI() - Method in interface org.apache.ws.pubsub.Filter
DOCUMENT_ME
getUseNotify() - Method in interface org.apache.ws.notification.base.Subscription
Wrap notification messages in the notify element?
getUseNotify() - Method in interface org.apache.ws.pubsub.Subscription
Returns the delivery mode to be used for notifications sent for this subscription.
getVersion() - Method in class org.apache.ws.notification.WsnRuntime
DOCUMENT_ME
getWebbappName() - Method in class org.apache.ws.notification.tool.WsnWsdl2Java
Returns the name of the webapp for use in generating code.

H

HOME_LOCATION - Static variable in class org.apache.ws.notification.pubsub.SubscriptionHome
DOCUMENT_ME
HttpEmitterTask - class org.apache.ws.pubsub.emitter.http.HttpEmitterTask.
An emitter task that sends a notification via the HTTP protocol.
HttpEmitterTask(SOAPMessage, URL) - Constructor for class org.apache.ws.pubsub.emitter.http.HttpEmitterTask
Creates a new HttpEmitterTask object.

I

InvalidTopicExpressionException - exception org.apache.ws.notification.topics.expression.InvalidTopicExpressionException.
This exception is raised when the topic expression is invalid.
InvalidTopicExpressionException() - Constructor for class org.apache.ws.notification.topics.expression.InvalidTopicExpressionException
Creates a InvalidTopicExpressionException without error message.
InvalidTopicExpressionException(String) - Constructor for class org.apache.ws.notification.topics.expression.InvalidTopicExpressionException
Creates a InvalidTopicExpressionException with a given error message.
InvalidTopicExpressionException(String, Throwable) - Constructor for class org.apache.ws.notification.topics.expression.InvalidTopicExpressionException
Creates a InvalidTopicExpressionException with a given error message and nested exception.
InvalidTopicExpressionException(Throwable) - Constructor for class org.apache.ws.notification.topics.expression.InvalidTopicExpressionException
Creates a InvalidTopicExpressionException from a nested exception.
InvalidTopicExpressionFaultException - exception org.apache.ws.notification.base.faults.InvalidTopicExpressionFaultException.
The WS-BaseN InvalidTopicExpressionFault (thrown by GetCurrentMessage operation).
InvalidTopicExpressionFaultException(WsnNamespaceVersionHolder, String) - Constructor for class org.apache.ws.notification.base.faults.InvalidTopicExpressionFaultException
Creates a new InvalidTopicExpressionFaultException object.
init(String) - Method in class org.apache.ws.notification.pubsub.Subscriber
runs resource discovery.
init() - Method in class org.apache.ws.notification.pubsub.Subscription
DOCUMENT_ME
initTopicNamespaceMap(Set) - Method in class org.apache.ws.notification.topics.TopicNamespaceRegistry
Loads each of the TopicNamespace documents from the URLs in the specified set and adds them to this registry.
insertProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.ConsumerReferenceResourcePropertyCallback
DOCUMENT_ME
insertProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.PreconditionResourcePropertyCallback
DOCUMENT_ME
insertProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.SelectorResourcePropertyCallback
DOCUMENT_ME
insertProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.SubscriptionPolicyResourcePropertyCallback
DOCUMENT_ME
insertProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.TopicExpressionResourcePropertyCallback
DOCUMENT_ME
insertProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.UseNotifyResourcePropertyCallback
DOCUMENT_ME
isFinal() - Method in interface org.apache.ws.notification.topics.TopicNamespace
If the value is true it indicates that NotificationProducers cannot use topics whose root topics do not appear in this topic namespace.
isFixed() - Method in interface org.apache.ws.notification.topics.TopicSet
Returns a boolean that indicates if this topic set is fixed as defined by the WS-BaseNotification specification.
isPaused() - Method in interface org.apache.ws.notification.base.Subscription
Returns true if this subscription is currently paused, or false otherwise.
isReference() - Method in interface org.apache.ws.notification.topics.Topic
Is this a topic reference?

M

main(String[]) - Static method in class org.apache.ws.util.test.PortListen
DOCUMENT_ME

N

NAME - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.NotificationConsumerPortType
QName of the NotificationConsumer
NAME - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType
QName of NotificationProducer.
NAME - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
QName of SubscriptionManager
NOTIFY_ACTION_URI - Static variable in interface org.apache.ws.notification.base.v2004_06.BaseNotificationConstants
The value to use for the wsa:Action header in outgoing Notify messages.
NSPREFIX_WSNT_SCHEMA - Static variable in interface org.apache.ws.notification.base.v2004_06.BaseNotificationConstants
Namespace prefix for the WS-BaseNotification 1.2 Draft 01 schema.
NSPREFIX_WSNT_WSDL - Static variable in interface org.apache.ws.notification.base.v2004_06.BaseNotificationConstants
Namespace prefix for the WS-BaseNotification 1.2 Draft 01 WSDL.
NSPREFIX_WSTOP_SCHEMA - Static variable in interface org.apache.ws.notification.topics.v2004_06.TopicsConstants
Namespace prefix for the WS-Topics 1.2 Draft 01 schema.
NSURI_WSNT_SCHEMA - Static variable in interface org.apache.ws.notification.base.v2004_06.BaseNotificationConstants
Namespace URI of the WS-BaseNotification 1.2 Draft 01 schema.
NSURI_WSNT_WSDL - Static variable in interface org.apache.ws.notification.base.v2004_06.BaseNotificationConstants
Namespace URI of the WS-BaseNotification 1.2 Draft 01 WSDL.
NSURI_WSTOP_SCHEMA - Static variable in interface org.apache.ws.notification.topics.v2004_06.TopicsConstants
Namespace URI of the WS-Topics 1.2 Draft 01 schema.
NamedThread - class org.apache.ws.util.thread.NamedThread.
Subclass of Thread that provides commonly named threads for use inside a particular software application.
NamedThread() - Constructor for class org.apache.ws.util.thread.NamedThread
Creates the thread with an empty base name.
NamedThread(Runnable) - Constructor for class org.apache.ws.util.thread.NamedThread
Creates the thread with an empty base name.
NamedThread(ThreadGroup, Runnable) - Constructor for class org.apache.ws.util.thread.NamedThread
Creates the thread with an empty base name.
NamedThread(String) - Constructor for class org.apache.ws.util.thread.NamedThread
Creates the thread with the given name to be used as the base name.
NamedThread(ThreadGroup, String) - Constructor for class org.apache.ws.util.thread.NamedThread
Creates the thread with the given name to be used as the base name.
NamedThread(Runnable, String) - Constructor for class org.apache.ws.util.thread.NamedThread
Creates the thread with the given name to be used as the base name.
NamedThread(ThreadGroup, Runnable, String) - Constructor for class org.apache.ws.util.thread.NamedThread
Creates the thread with the given name to be used as the base name.
NamedThread.ConcurrentThreadFactory - class org.apache.ws.util.thread.NamedThread.ConcurrentThreadFactory.
A thread factory for use with the Concurrent API.
NamedThread.ConcurrentThreadFactory() - Constructor for class org.apache.ws.util.thread.NamedThread.ConcurrentThreadFactory
Creates a factory that does not define a base name for the user threads it will create.
NamedThread.ConcurrentThreadFactory(String) - Constructor for class org.apache.ws.util.thread.NamedThread.ConcurrentThreadFactory
Creates a factory that defines a base name for the user threads it will create.
NamedThread.ConcurrentThreadFactory(boolean) - Constructor for class org.apache.ws.util.thread.NamedThread.ConcurrentThreadFactory
Creates a factory that does not define a base name for the threads it will create but explicitly defines whether or not the threads will be daemon or user threads.
NamedThread.ConcurrentThreadFactory(String, boolean) - Constructor for class org.apache.ws.util.thread.NamedThread.ConcurrentThreadFactory
Creates a factory that defines the new threads' base names and whether or not the threads to be created will be daemon or user threads.
NoCurrentMessageOnTopicFaultException - exception org.apache.ws.notification.base.faults.NoCurrentMessageOnTopicFaultException.
The WS-BaseN NoCurrentMessageOnTopicFault (thrown by GetCurrentMessage operation).
NoCurrentMessageOnTopicFaultException(WsnNamespaceVersionHolder, String) - Constructor for class org.apache.ws.notification.base.faults.NoCurrentMessageOnTopicFaultException
Creates a new NoCurrentMessageOnTopicFaultException object.
NotificationConsumer - interface org.apache.ws.pubsub.NotificationConsumer.
DOCUMENT_ME
NotificationConsumerPortType - interface org.apache.ws.notification.base.v2004_06.porttype.NotificationConsumerPortType.
The WS-BaseNotification NotificationConsumer portType.
NotificationPortType - interface org.apache.ws.eventing.porttype.NotificationPortType.
DOCUMENT_ME
NotificationProducer - interface org.apache.ws.pubsub.NotificationProducer.
DOCUMENT_ME
NotificationProducerFactory - class org.apache.ws.pubsub.NotificationProducerFactory.
 
NotificationProducerFactory() - Constructor for class org.apache.ws.pubsub.NotificationProducerFactory
Creates a new instance of NotificationProducerFactory
NotificationProducerPortType - interface org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType.
The WS-BaseNotification 2004/06 NotificationProducer portType.
NotificationProducerResource - interface org.apache.ws.notification.base.NotificationProducerResource.
A resource that implements the WS-BaseNotification NotificationProducer portType.
newInstance() - Static method in class org.apache.ws.notification.topics.TopicsTypeFactory
DOCUMENT_ME
newInstance(String) - Static method in class org.apache.ws.notification.topics.TopicsTypeReader
DOCUMENT_ME
newInstance(String) - Static method in class org.apache.ws.notification.topics.TopicsTypeWriter
DOCUMENT_ME
newInstance() - Static method in class org.apache.ws.pubsub.wsaSOAPConnection
 
newThread(Runnable) - Method in class org.apache.ws.util.thread.NamedThread.ConcurrentThreadFactory
Creates a NamedThread using this factory's base name as the new thread's base name.
notify(NotifyDocument) - Method in interface org.apache.ws.notification.base.v2004_06.porttype.NotificationConsumerPortType
Method for receiving notifications.
notify(Subscription, Object) - Method in interface org.apache.ws.pubsub.NotificationConsumer
DOCUMENT_ME

O

org.apache.ws - package org.apache.ws
 
org.apache.ws.eventing.porttype - package org.apache.ws.eventing.porttype
 
org.apache.ws.notification - package org.apache.ws.notification
 
org.apache.ws.notification.base - package org.apache.ws.notification.base
 
org.apache.ws.notification.base.faults - package org.apache.ws.notification.base.faults
 
org.apache.ws.notification.base.v2004_06 - package org.apache.ws.notification.base.v2004_06
 
org.apache.ws.notification.base.v2004_06.callback - package org.apache.ws.notification.base.v2004_06.callback
 
org.apache.ws.notification.base.v2004_06.porttype - package org.apache.ws.notification.base.v2004_06.porttype
 
org.apache.ws.notification.pubsub - package org.apache.ws.notification.pubsub
 
org.apache.ws.notification.tool - package org.apache.ws.notification.tool
 
org.apache.ws.notification.topics - package org.apache.ws.notification.topics
 
org.apache.ws.notification.topics.expression - package org.apache.ws.notification.topics.expression
 
org.apache.ws.notification.topics.util - package org.apache.ws.notification.topics.util
 
org.apache.ws.notification.topics.v2004_06 - package org.apache.ws.notification.topics.v2004_06
 
org.apache.ws.pubsub - package org.apache.ws.pubsub
 
org.apache.ws.pubsub.emitter - package org.apache.ws.pubsub.emitter
 
org.apache.ws.pubsub.emitter.file - package org.apache.ws.pubsub.emitter.file
 
org.apache.ws.pubsub.emitter.http - package org.apache.ws.pubsub.emitter.http
 
org.apache.ws.util.test - package org.apache.ws.util.test
 
org.apache.ws.util.thread - package org.apache.ws.util.thread
 

P

PORT_NAME - Static variable in class org.apache.ws.notification.pubsub.SubscriptionHome
The WSDL Port name associated with the resource.
PORT_TYPE - Static variable in interface org.apache.ws.notification.base.CustomBaseNotificationConstants
The management PortType associated with this resource.
PORT_TYPE - Static variable in class org.apache.ws.notification.pubsub.SubscriptionHome
The management PortType associated with this resource.
PROPS_DOC_NAME - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType
QName of NotificationProducerRP Resource Properties Document.
PROPS_DOC_NAME - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
QName of the SubscriptionManagerRP Resource Property Document
PROP_QNAME_CONSUMER_REFERENCE - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
ConsumerReference property name.
PROP_QNAME_CREATION_TIME - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
CreationTime property name.
PROP_QNAME_FIXED_TOPIC_SET - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType
FixedTopicSet property name.
PROP_QNAME_PRECONDITION - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
Precondition property name.
PROP_QNAME_PRODUCER_REFERENCE - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
ProducerReference property name.
PROP_QNAME_SELECTOR - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
Selector property name.
PROP_QNAME_SUBSCRIPTION_POLICY - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
SubscriptionPolicy property name.
PROP_QNAME_TOPIC - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType
Topic property name.
PROP_QNAME_TOPIC_EXPRESSION - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
TopicExpression property name.
PROP_QNAME_TOPIC_EXPRESSION_DIALECTS - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType
TopicExpressionDialects property name.
PROP_QNAME_USE_NOTIFY - Static variable in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
UseNotify property name.
PROTOCOL - Static variable in class org.apache.ws.pubsub.emitter.file.FileEmitterTask
This emitter's protocol
PROTOCOL - Static variable in class org.apache.ws.pubsub.emitter.http.HttpEmitterTask
This emitter's protocol
PauseFailedException - exception org.apache.ws.notification.base.PauseFailedException.
TODO
PauseFailedException(Throwable) - Constructor for class org.apache.ws.notification.base.PauseFailedException
Creates a new PauseFailedException object.
PauseFailedException() - Constructor for class org.apache.ws.notification.base.PauseFailedException
Creates a new PauseFailedException object.
PauseFailedFaultException - exception org.apache.ws.notification.base.faults.PauseFailedFaultException.
The WS-BaseN PauseFailedFault (thrown by Pause operation).
PauseFailedFaultException(WsnNamespaceVersionHolder, String) - Constructor for class org.apache.ws.notification.base.faults.PauseFailedFaultException
Creates a new PauseFailedFaultException object.
PortListen - class org.apache.ws.util.test.PortListen.
Single-message HTTP listener.
PortListen(int, int) - Constructor for class org.apache.ws.util.test.PortListen
Instantiates the object and immediately begins listening for a message.
PreconditionResourcePropertyCallback - class org.apache.ws.notification.base.v2004_06.callback.PreconditionResourcePropertyCallback.
A callback for the Precondition resource property from the WS-BaseNotification SubscriptionManager portType.
PreconditionResourcePropertyCallback(Subscription) - Constructor for class org.apache.ws.notification.base.v2004_06.callback.PreconditionResourcePropertyCallback
Creates a new PreconditionResourcePropertyCallback object.
Publisher - class org.apache.ws.notification.pubsub.Publisher.
 
Publisher(String) - Constructor for class org.apache.ws.notification.pubsub.Publisher
Creates a new Publisher object.
Publisher - interface org.apache.ws.pubsub.Publisher.
DOCUMENT_ME
PublisherFactory - class org.apache.ws.pubsub.PublisherFactory.
DOCUMENT_ME
PublisherFactory() - Constructor for class org.apache.ws.pubsub.PublisherFactory
Creates a new PublisherFactory object.
parse(InputStream) - Static method in class org.apache.ws.notification.topics.util.TopicSpaceParser
DOCUMENT_ME
pause() - Method in interface org.apache.ws.notification.base.Subscription
Temporarily suspends the delivery of notification messages for this subscription.
pauseSubscription(PauseSubscriptionDocument) - Method in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
Method used to pause a subscription
processTemplates(ResourceDefinition, File, File) - Method in class org.apache.ws.notification.tool.WsnWsdl2Java
DOCUMENT_ME
publish(TopicExpression, Object) - Method in interface org.apache.ws.notification.base.NotificationProducerResource
Publishes the given message to the topic identified by the given topic expression.
publish(Object, Topic) - Method in class org.apache.ws.notification.pubsub.Publisher
DOCUMENT_ME
publish(Object, Topic) - Method in interface org.apache.ws.pubsub.Publisher
DOCUMENT_ME

R

RESOURCE_KEY_NAME - Static variable in interface org.apache.ws.notification.base.CustomBaseNotificationConstants
The name of the resource key for this resource.
RESOURCE_KEY_NAME - Static variable in class org.apache.ws.notification.pubsub.SubscriptionHome
The name of the resource key for this resource.
ResumeFailedException - exception org.apache.ws.notification.base.ResumeFailedException.
TODO
ResumeFailedException(Throwable) - Constructor for class org.apache.ws.notification.base.ResumeFailedException
Creates a new ResumeFailedException object.
ResumeFailedException() - Constructor for class org.apache.ws.notification.base.ResumeFailedException
Creates a new ResumeFailedException object.
ResumeFailedFaultException - exception org.apache.ws.notification.base.faults.ResumeFailedFaultException.
The WS-BaseN ResumeFailedFault (thrown by Resume operation).
ResumeFailedFaultException(WsnNamespaceVersionHolder, String) - Constructor for class org.apache.ws.notification.base.faults.ResumeFailedFaultException
Creates a new ResumeFailedFaultException object.
refreshProperty(ResourceProperty) - Method in class org.apache.ws.notification.base.FixedTopicSetResourcePropertyCallback
Refreshes the value of the wsnt:FixedTopicSet resource property so that it reflects the fixed flag on the producer resource's topic set.
refreshProperty(ResourceProperty) - Method in class org.apache.ws.notification.base.TopicExpressionDialectsResourcePropertyCallback
Initializes the value of the wsnt:TopicExpressionDialects resource property so that it reflects the topic expression dialects supported by the topic expression engine.
refreshProperty(ResourceProperty) - Method in class org.apache.ws.notification.base.TopicResourcePropertyCallback
Refreshes the value of the wsnt:Topic resource property so that it reflects the topics contained in the producer resource's topic set.
refreshProperty(ResourceProperty) - Method in class org.apache.ws.notification.base.v2004_06.callback.ConsumerReferenceResourcePropertyCallback
DOCUMENT_ME
refreshProperty(ResourceProperty) - Method in class org.apache.ws.notification.base.v2004_06.callback.PreconditionResourcePropertyCallback
DOCUMENT_ME
refreshProperty(ResourceProperty) - Method in class org.apache.ws.notification.base.v2004_06.callback.SelectorResourcePropertyCallback
DOCUMENT_ME
refreshProperty(ResourceProperty) - Method in class org.apache.ws.notification.base.v2004_06.callback.SubscriptionPolicyResourcePropertyCallback
DOCUMENT_ME
refreshProperty(ResourceProperty) - Method in class org.apache.ws.notification.base.v2004_06.callback.TopicExpressionResourcePropertyCallback
DOCUMENT_ME
refreshProperty(ResourceProperty) - Method in class org.apache.ws.notification.base.v2004_06.callback.UseNotifyResourcePropertyCallback
DOCUMENT_ME
registerEvaluator(TopicExpressionEvaluator) - Method in class org.apache.ws.notification.topics.expression.TopicExpressionEngine
DOCUMENT_ME
removeSubscription(Subscription, Topic[]) - Method in class org.apache.ws.notification.base.SubscriptionManager
 
removeTopic(String) - Method in interface org.apache.ws.notification.topics.TopicSiblingSet
Removes the topic with the specified name from this set.
removeTopicListener(TopicListener) - Method in interface org.apache.ws.notification.topics.TopicListenerList
Remove a topic listener
renew(RenewDocument) - Method in interface org.apache.ws.eventing.porttype.SubscriptionManagerPortType
DOCUMENT_ME
resume() - Method in interface org.apache.ws.notification.base.Subscription
Resumes the delivery of notification messages for this subscription.
resumeSubscription(ResumeSubscriptionDocument) - Method in interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType
Method used to resume a subscription
run() - Method in class org.apache.ws.pubsub.emitter.EmitterTask
This template method runs the task's thread and will call the appropriate emitter task's EmitterTask.emit() method to send the notification.

S

SERVICE_NAME - Static variable in interface org.apache.ws.notification.base.CustomBaseNotificationConstants
The service endpoint name as registered with the SOAP Platform.
SERVICE_NAME - Static variable in class org.apache.ws.notification.pubsub.SubscriptionHome
The service endpoint name as registered with the SOAP Platform.
SelectorResourcePropertyCallback - class org.apache.ws.notification.base.v2004_06.callback.SelectorResourcePropertyCallback.
A callback for the Selector resource property from the WS-BaseNotification SubscriptionManager portType.
SelectorResourcePropertyCallback(Subscription) - Constructor for class org.apache.ws.notification.base.v2004_06.callback.SelectorResourcePropertyCallback
Creates a new SelectorResourcePropertyCallback object.
SimpleTopicExpression - class org.apache.ws.notification.topics.expression.SimpleTopicExpression.
A Simple TopicExpression as defined by the WS-Topics specification.
SimpleTopicExpression(QName) - Constructor for class org.apache.ws.notification.topics.expression.SimpleTopicExpression
Creates a new SimpleTopicExpression object.
SimpleTopicExpression() - Constructor for class org.apache.ws.notification.topics.expression.SimpleTopicExpression
Creates a new SimpleTopicExpression object.
SoapMessageEmitter - interface org.apache.ws.pubsub.emitter.SoapMessageEmitter.
TODO
SoapMessageEmitterEngine - class org.apache.ws.pubsub.emitter.SoapMessageEmitterEngine.
The engine for configuring SOAP message emitters for various protocols and spawning emitter tasks.
SubscribeCreationFailedFaultException - exception org.apache.ws.notification.base.faults.SubscribeCreationFailedFaultException.
The WS-BaseN SubscribeCreationFailedFault (thrown by Subscribe operation).
SubscribeCreationFailedFaultException(WsnNamespaceVersionHolder) - Constructor for class org.apache.ws.notification.base.faults.SubscribeCreationFailedFaultException
Creates a new SubscribeCreationFailedFaultException object.
Subscriber - class org.apache.ws.notification.pubsub.Subscriber.
 
Subscriber(String, String) - Constructor for class org.apache.ws.notification.pubsub.Subscriber
Creates a new instance of Subscriber
Subscription - interface org.apache.ws.notification.base.Subscription.
A WSN subscription resources.
Subscription - class org.apache.ws.notification.pubsub.Subscription.
 
Subscription(EndpointReference, EndpointReference, TopicExpression) - Constructor for class org.apache.ws.notification.pubsub.Subscription
Creates a new Subscription object.
Subscription - interface org.apache.ws.pubsub.Subscription.
A specification-generic interface respresenting a subscription.
SubscriptionEndConsumer - interface org.apache.ws.pubsub.SubscriptionEndConsumer.
DOCUMENT_ME
SubscriptionEndPortType - interface org.apache.ws.eventing.porttype.SubscriptionEndPortType.
DOCUMENT_ME
SubscriptionHome - class org.apache.ws.notification.pubsub.SubscriptionHome.
 
SubscriptionHome() - Constructor for class org.apache.ws.notification.pubsub.SubscriptionHome
 
SubscriptionManager - class org.apache.ws.notification.base.SubscriptionManager.
A singleton that manages all subscriptions.
SubscriptionManagerPortType - interface org.apache.ws.eventing.porttype.SubscriptionManagerPortType.
DOCUMENT_ME
SubscriptionManagerPortType - interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType.
The WS-BaseNotification 2004/06 SubscriptionManager portType.
SubscriptionPolicyResourcePropertyCallback - class org.apache.ws.notification.base.v2004_06.callback.SubscriptionPolicyResourcePropertyCallback.
A callback for the SubscriptionPolicy resource property from the WS-BaseNotification SubscriptionManager portType.
SubscriptionPolicyResourcePropertyCallback(Subscription) - Constructor for class org.apache.ws.notification.base.v2004_06.callback.SubscriptionPolicyResourcePropertyCallback
Creates a new SubscriptionPolicyResourcePropertyCallback object.
s_ourInstance - Static variable in class org.apache.ws.pubsub.NotificationProducerFactory
DOCUMENT_ME
s_ourInstance - Static variable in class org.apache.ws.pubsub.PublisherFactory
DOCUMENT_ME
setConsumerReference(EndpointReference) - Method in interface org.apache.ws.notification.base.Subscription
Sets the consumer EPR associated with this subscription.
setContent(Node) - Method in class org.apache.ws.pubsub.AbstractFilter
DOCUMENT_ME
setEmitterMap(Map) - Method in class org.apache.ws.pubsub.emitter.SoapMessageEmitterEngine
Loads each of the TopicNamespace documents from the URLs in the specified set and adds them to this registry.
setFinal(boolean) - Method in interface org.apache.ws.notification.topics.TopicNamespace
Sets this topic namespace's finality.
setFixed(boolean) - Method in interface org.apache.ws.notification.topics.TopicSet
Sets the boolean that indicates if this topic set is fixed as defined by the WS-BaseNotification specification.
setName(String) - Method in interface org.apache.ws.notification.topics.TopicNamespace
Sets this topic namespace's (optional) name.
setNotificationConsumer(NotificationConsumer) - Method in interface org.apache.ws.notification.base.Subscription
This method exists for the Pubsub abstraction layer.
setNotificationProducer(NotificationProducer) - Method in interface org.apache.ws.notification.base.Subscription
This method exists for the Pubsub abstraction layer.
setPolicy(Object) - Method in interface org.apache.ws.notification.base.Subscription
Sets the policy for the subscription
setPrecondition(QueryExpression) - Method in interface org.apache.ws.notification.base.Subscription
Sets the precondition for the subscription.
setResourcePropertySet(ResourcePropertySet) - Method in class org.apache.ws.notification.pubsub.Subscription
DOCUMENT_ME
setSelector(QueryExpression) - Method in interface org.apache.ws.notification.base.Subscription
Sets the selector for the subscription
setSubscriptionManager(SubscribeResponseDocument.SubscribeResponse) - Method in class org.apache.ws.notification.pubsub.Subscription
DOCUMENT_ME
setTerminationTime(Calendar) - Method in interface org.apache.ws.pubsub.Subscription
Sets the termination time for this subscription (i.e.
setTopicExpression(TopicExpression) - Method in interface org.apache.ws.notification.base.Subscription
Sets the topic expression associated with this subscription.
setTopicExpressionEngine(TopicExpressionEngine) - Method in class org.apache.ws.notification.WsnRuntime
DOCUMENT_ME
setTopicNamespace(TopicNamespace) - Method in interface org.apache.ws.notification.topics.Topic
Set the TopicSpace this Topic is part of
setTopicPath(List) - Method in interface org.apache.ws.notification.topics.Topic
Set the topic path.
setTopicReference(TopicExpression) - Method in interface org.apache.ws.notification.topics.Topic
Set the topic expression that resolves to a set of topics that this topic references.
setURI(String) - Method in class org.apache.ws.pubsub.AbstractFilter
DOCUMENT_ME
setURI(URI) - Method in class org.apache.ws.pubsub.AbstractFilter
DOCUMENT_ME
setUseNotify(boolean) - Method in interface org.apache.ws.notification.base.Subscription
Sets the boolean useNotify flag on the subscription to determine if the notification is wrapped in a Notify element.
startElement(String, String, String, Attributes) - Method in class org.apache.ws.notification.topics.util.TopicSpaceParser
DOCUMENT_ME
subscribe(SubscribeDocument) - Method in interface org.apache.ws.eventing.porttype.EventSourcePortType
Subscribe
subscribe(EndpointReference, TopicExpression, Boolean, QueryExpression, QueryExpression, Object, Calendar) - Method in interface org.apache.ws.notification.base.NotificationProducerResource
Subscribe to the topic(s) indicated by the specified topic expression.
subscribe(SubscribeDocument) - Method in interface org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType
Method used to subscribe for notifications.
subscribe(NotificationConsumer, SubscriptionEndConsumer, TopicFilter, XPathFilter, Calendar, boolean) - Method in class org.apache.ws.notification.pubsub.Subscriber
DOCUMENT_ME
subscribe(NotificationConsumer, SubscriptionEndConsumer, TopicFilter, XPathFilter, Calendar, boolean) - Method in interface org.apache.ws.pubsub.NotificationProducer
Subscribe to notifications from this producer.
subscriptionEnd(SubscriptionEndDocument) - Method in interface org.apache.ws.eventing.porttype.SubscriptionEndPortType
DOCUMENT_ME

T

TARGET_NAMESPACE - Static variable in interface org.apache.ws.notification.base.CustomBaseNotificationConstants
DOCUMENT_ME
THREAD_NAME_PREFIX - Static variable in class org.apache.ws.util.thread.NamedThread
all thread names will have this string as a prefix
TOPIC_EXPR_DIALECT_CONCRETE - Static variable in interface org.apache.ws.notification.topics.v2004_06.TopicsConstants
URI of the "Concrete" topic expression dialect.
TOPIC_EXPR_DIALECT_FULL - Static variable in interface org.apache.ws.notification.topics.v2004_06.TopicsConstants
URI of the "Full" topic expression dialect.
TOPIC_EXPR_DIALECT_SIMPLE - Static variable in interface org.apache.ws.notification.topics.v2004_06.TopicsConstants
URI of the "Simple" topic expression dialect.
Topic - interface org.apache.ws.notification.topics.Topic.
Interface for representing a topic.
TopicExpression - interface org.apache.ws.notification.topics.expression.TopicExpression.
Java representation of the wsnt:TopicExpressionType XML schema type.
TopicExpressionDialectsResourcePropertyCallback - class org.apache.ws.notification.base.TopicExpressionDialectsResourcePropertyCallback.
A callback for the "TopicExpressionDialects" resource property from the WS-BaseNotification NotificationProducer portType.
TopicExpressionDialectsResourcePropertyCallback() - Constructor for class org.apache.ws.notification.base.TopicExpressionDialectsResourcePropertyCallback
 
TopicExpressionEngine - class org.apache.ws.notification.topics.expression.TopicExpressionEngine.
Resolves topic expressions over the set of topic namespaces stored in its topic namespace registry.
TopicExpressionEngine(TopicNamespaceRegistry) - Constructor for class org.apache.ws.notification.topics.expression.TopicExpressionEngine
Creates a new TopicExpressionEngine.
TopicExpressionEngine(TopicNamespaceRegistry, Map) - Constructor for class org.apache.ws.notification.topics.expression.TopicExpressionEngine
Creates a new TopicExpressionEngine.
TopicExpressionEvaluator - interface org.apache.ws.notification.topics.expression.TopicExpressionEvaluator.
A TopicExpressionEvaluator is used to evaluate a topic expression of a known dialect against a set of topic namespaces.
TopicExpressionException - exception org.apache.ws.notification.topics.expression.TopicExpressionException.
This is a basic exception raised by TopicExpressionEngine or TopicExpressionEvaluator.
TopicExpressionException() - Constructor for class org.apache.ws.notification.topics.expression.TopicExpressionException
Creates a TopicExpressionException without error message.
TopicExpressionException(String) - Constructor for class org.apache.ws.notification.topics.expression.TopicExpressionException
Creates a TopicExpressionException with a given error message.
TopicExpressionException(String, Throwable) - Constructor for class org.apache.ws.notification.topics.expression.TopicExpressionException
Creates a TopicExpressionException with a given error message and nested exception.
TopicExpressionException(Throwable) - Constructor for class org.apache.ws.notification.topics.expression.TopicExpressionException
Creates a TopicExpressionException from a nested exception.
TopicExpressionResolutionException - exception org.apache.ws.notification.topics.expression.TopicExpressionResolutionException.
This exception is raised when resolution of a topic expression fails.
TopicExpressionResolutionException() - Constructor for class org.apache.ws.notification.topics.expression.TopicExpressionResolutionException
Creates a TopicExpressionResolutionException without error message.
TopicExpressionResolutionException(String) - Constructor for class org.apache.ws.notification.topics.expression.TopicExpressionResolutionException
Creates a TopicExpressionResolutionException with a given error message.
TopicExpressionResolutionException(String, Throwable) - Constructor for class org.apache.ws.notification.topics.expression.TopicExpressionResolutionException
Creates a TopicExpressionResolutionException with a given error message and nested exception.
TopicExpressionResolutionException(Throwable) - Constructor for class org.apache.ws.notification.topics.expression.TopicExpressionResolutionException
Creates a TopicExpressionResolutionException from a nested exception.
TopicExpressionResourcePropertyCallback - class org.apache.ws.notification.base.v2004_06.callback.TopicExpressionResourcePropertyCallback.
A callback for the TopicExpression resource property from the WS-BaseNotification SubscriptionManager portType.
TopicExpressionResourcePropertyCallback(Subscription) - Constructor for class org.apache.ws.notification.base.v2004_06.callback.TopicExpressionResourcePropertyCallback
Creates a new TopicExpressionResourcePropertyCallback object.
TopicFilter - class org.apache.ws.pubsub.TopicFilter.
 
TopicFilter(Topic) - Constructor for class org.apache.ws.pubsub.TopicFilter
Creates a new TopicFilter object.
TopicFilter(String) - Constructor for class org.apache.ws.pubsub.TopicFilter
Creates a new TopicFilter object.
TopicFilter(Node, URI) - Constructor for class org.apache.ws.pubsub.TopicFilter
Creates a new TopicFilter object.
TopicListener - interface org.apache.ws.notification.topics.TopicListener.
Interface that should be implemented by parties interested in changes in topics and the list of root topics.
TopicListenerList - interface org.apache.ws.notification.topics.TopicListenerList.
Interface used for managing a list of topic listeners.
TopicNamespace - interface org.apache.ws.notification.topics.TopicNamespace.
A topic namespace (a hierarchy of topics within a particular namespace), as defined by the WS-Topics 1.3 specification.
TopicNamespaceRegistry - class org.apache.ws.notification.topics.TopicNamespaceRegistry.
A registry for topic namespace definitions.
TopicNamespaceRegistry() - Constructor for class org.apache.ws.notification.topics.TopicNamespaceRegistry
Creates a new TopicNamespaceRegistry object.
TopicNamespaceRegistry(Set) - Constructor for class org.apache.ws.notification.topics.TopicNamespaceRegistry
Creates a new TopicNamespaceRegistry object.
TopicNotSupportedFaultException - exception org.apache.ws.notification.base.faults.TopicNotSupportedFaultException.
The WS-BaseN TopicNotSupportedFault (thrown by GetCurrentMessage operation).
TopicNotSupportedFaultException(WsnNamespaceVersionHolder, String) - Constructor for class org.apache.ws.notification.base.faults.TopicNotSupportedFaultException
Creates a new TopicNotSupportedFaultException object.
TopicPathDialectUnknownException - exception org.apache.ws.notification.topics.expression.TopicPathDialectUnknownException.
This exception is raised if the given topic expression dialect is unsupported.
TopicPathDialectUnknownException() - Constructor for class org.apache.ws.notification.topics.expression.TopicPathDialectUnknownException
Creates a UnsupportedQueryDialectException without error message.
TopicPathDialectUnknownException(String) - Constructor for class org.apache.ws.notification.topics.expression.TopicPathDialectUnknownException
Creates a UnsupportedQueryDialectException with a given error message.
TopicPathDialectUnknownException(String, Throwable) - Constructor for class org.apache.ws.notification.topics.expression.TopicPathDialectUnknownException
Creates a UnsupportedQueryDialectException with a given error message and nested exception.
TopicPathDialectUnknownException(Throwable) - Constructor for class org.apache.ws.notification.topics.expression.TopicPathDialectUnknownException
Creates a UnsupportedQueryDialectException from a nested exception.
TopicPathDialectUnknownFaultException - exception org.apache.ws.notification.base.faults.TopicPathDialectUnknownFaultException.
The WS-BaseN TopicPathDialectUnknownFault (thrown by Subscribe operation).
TopicPathDialectUnknownFaultException(WsnNamespaceVersionHolder, String) - Constructor for class org.apache.ws.notification.base.faults.TopicPathDialectUnknownFaultException
Creates a new TopicPathDialectUnknownFaultException object.
TopicResourcePropertyCallback - class org.apache.ws.notification.base.TopicResourcePropertyCallback.
A callback for the Topic resource property from the WS-BaseNotification NotificationProducer portType.
TopicResourcePropertyCallback(TopicSet) - Constructor for class org.apache.ws.notification.base.TopicResourcePropertyCallback
Creates a new TopicResourcePropertyCallback for the specified topic set.
TopicSet - interface org.apache.ws.notification.topics.TopicSet.
The set of topics that a particular NotificationProducer supports.
TopicSiblingSet - interface org.apache.ws.notification.topics.TopicSiblingSet.
A set of sibling Topics.
TopicSpace - interface org.apache.ws.notification.topics.TopicSpace.
Deprecated. replaced by TopicNamespace
TopicSpaceParser - class org.apache.ws.notification.topics.util.TopicSpaceParser.
 
TopicSpaceParser() - Constructor for class org.apache.ws.notification.topics.util.TopicSpaceParser
 
TopicUtils - class org.apache.ws.notification.topics.util.TopicUtils.
A utility class containing static methods used as helpers for working with WSN Topics.
TopicUtils() - Constructor for class org.apache.ws.notification.topics.util.TopicUtils
 
TopicsConstants - interface org.apache.ws.notification.topics.v2004_06.TopicsConstants.
Constants defined by the WS-Topics 1.2 Draft 01 specification.
TopicsTypeFactory - class org.apache.ws.notification.topics.TopicsTypeFactory.
A factory for types defined by the WS-Topics specification.
TopicsTypeFactory() - Constructor for class org.apache.ws.notification.topics.TopicsTypeFactory
 
TopicsTypeFactoryImpl - class org.apache.ws.notification.topics.v2004_06.TopicsTypeFactoryImpl.
TODO
TopicsTypeFactoryImpl() - Constructor for class org.apache.ws.notification.topics.v2004_06.TopicsTypeFactoryImpl
 
TopicsTypeReader - class org.apache.ws.notification.topics.TopicsTypeReader.
TODO
TopicsTypeReader() - Constructor for class org.apache.ws.notification.topics.TopicsTypeReader
 
TopicsTypeReaderImpl - class org.apache.ws.notification.topics.v2004_06.TopicsTypeReaderImpl.
A topics type reader for the 2004/06 version of the WS-Topics specification.
TopicsTypeReaderImpl() - Constructor for class org.apache.ws.notification.topics.v2004_06.TopicsTypeReaderImpl
 
TopicsTypeWriter - class org.apache.ws.notification.topics.TopicsTypeWriter.
A writer that can serialize various WS-Topics types to strongly-typed XmlObjects.
TopicsTypeWriter() - Constructor for class org.apache.ws.notification.topics.TopicsTypeWriter
 
TopicsTypeWriterImpl - class org.apache.ws.notification.topics.v2004_06.TopicsTypeWriterImpl.
A topics type writer for the 2004/06 version of the WS-Topics specification.
TopicsTypeWriterImpl() - Constructor for class org.apache.ws.notification.topics.v2004_06.TopicsTypeWriterImpl
 
toString() - Method in class org.apache.ws.notification.tool.WsnWsdl2JavaTask
Returns a simple statement of what the task is.
toTopicExpression(XmlObject) - Method in class org.apache.ws.notification.topics.TopicsTypeReader
DOCUMENT_ME
toTopicExpression(XmlObject) - Method in class org.apache.ws.notification.topics.v2004_06.TopicsTypeReaderImpl
DOCUMENT_ME
toTopicNamespace(XmlObject) - Method in class org.apache.ws.notification.topics.TopicsTypeReader
DOCUMENT_ME
toTopicNamespace(XmlObject) - Method in class org.apache.ws.notification.topics.v2004_06.TopicsTypeReaderImpl
DOCUMENT_ME
toXmlObject(TopicExpression, QName) - Method in class org.apache.ws.notification.topics.TopicsTypeWriter
DOCUMENT_ME
toXmlObject(TopicNamespace) - Method in class org.apache.ws.notification.topics.TopicsTypeWriter
DOCUMENT_ME
toXmlObject(TopicExpression, QName) - Method in class org.apache.ws.notification.topics.v2004_06.TopicsTypeWriterImpl
DOCUMENT_ME
toXmlObject(TopicNamespace) - Method in class org.apache.ws.notification.topics.v2004_06.TopicsTypeWriterImpl
DOCUMENT_ME
topicChanged(Topic) - Method in interface org.apache.ws.notification.topics.TopicListener
Called when the value of the topic changes
topicIterator() - Method in interface org.apache.ws.notification.topics.TopicSiblingSet
Gets an iterator of the topics in this set.
topicListenerIterator() - Method in interface org.apache.ws.notification.topics.TopicListenerList
Get a iterator for the list of TopicListeners
topicsuri - Static variable in class org.apache.ws.pubsub.FilterFactory
DOCUMENT_ME

U

UnsupportedNamespaceException - exception org.apache.ws.UnsupportedNamespaceException.
TODO
UnsupportedNamespaceException(String) - Constructor for class org.apache.ws.UnsupportedNamespaceException
Creates a new UnsupportedNamespaceException object.
UseNotifyResourcePropertyCallback - class org.apache.ws.notification.base.v2004_06.callback.UseNotifyResourcePropertyCallback.
A callback for the UseNotify resource property from the WS-BaseNotification SubscriptionManager portType.
UseNotifyResourcePropertyCallback(Subscription) - Constructor for class org.apache.ws.notification.base.v2004_06.callback.UseNotifyResourcePropertyCallback
Creates a new UseNotifyResourcePropertyCallback object.
unsubscribe(UnsubscribeDocument) - Method in interface org.apache.ws.eventing.porttype.SubscriptionManagerPortType
DOCUMENT_ME
unsubscribe() - Method in interface org.apache.ws.pubsub.Subscription
Cancel this subscription.
updateProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.ConsumerReferenceResourcePropertyCallback
DOCUMENT_ME
updateProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.PreconditionResourcePropertyCallback
DOCUMENT_ME
updateProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.SelectorResourcePropertyCallback
DOCUMENT_ME
updateProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.SubscriptionPolicyResourcePropertyCallback
DOCUMENT_ME
updateProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.TopicExpressionResourcePropertyCallback
DOCUMENT_ME
updateProperty(Object[]) - Method in class org.apache.ws.notification.base.v2004_06.callback.UseNotifyResourcePropertyCallback
DOCUMENT_ME
updateVelocityContext(VelocityContext, ResourceDefinition) - Method in class org.apache.ws.notification.tool.WsnWsdl2Java
Provides a hook for adding directly to the Velocity Context.

W

WsnException - exception org.apache.ws.notification.WsnException.
TODO
WsnException() - Constructor for class org.apache.ws.notification.WsnException
 
WsnNamespaceVersionHolder - interface org.apache.ws.notification.base.WsnNamespaceVersionHolder.
An extension of the NamespaceVersionHolder which adds WSN-specific getters for the WSN namespaces.
WsnRuntime - class org.apache.ws.notification.WsnRuntime.
A singleton respresenting the WSN runtime.
WsnWsdl2Java - class org.apache.ws.notification.tool.WsnWsdl2Java.
Generates Java Web service types and skeletons from a WSRF/WSN WSDL.
WsnWsdl2Java(File[], File, File[], Wsdl2Java.Wsdl2JavaOptions) - Constructor for class org.apache.ws.notification.tool.WsnWsdl2Java
Creates a new WsnWsdl2Java object.
WsnWsdl2JavaTask - class org.apache.ws.notification.tool.WsnWsdl2JavaTask.
Ant task that wraps WsnWsdl2Java.
WsnWsdl2JavaTask() - Constructor for class org.apache.ws.notification.tool.WsnWsdl2JavaTask
 
waitForIncomingMessage() - Method in class org.apache.ws.util.test.PortListen
Waits for the incoming message.
wsaSOAPConnection - class org.apache.ws.pubsub.wsaSOAPConnection.
DOCUMENT_ME
wsaSOAPConnection() - Constructor for class org.apache.ws.pubsub.wsaSOAPConnection
Creates a new instance of wsaSOAPConnection

X

XPathFilter - class org.apache.ws.pubsub.XPathFilter.
 
XPathFilter(String) - Constructor for class org.apache.ws.pubsub.XPathFilter
Creates a new XPathFilter object.
XPathFilter(String, String) - Constructor for class org.apache.ws.pubsub.XPathFilter
Creates a new XPathFilter object.
xpathuri - Static variable in class org.apache.ws.pubsub.FilterFactory
DOCUMENT_ME

A B C D E F G H I M N O P R S T U W X

Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.