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.
addResourcePropertyValueChangeTopic(ResourceProperty, TopicSpaceSet) - Static method in class org.apache.ws.notification.topics.util.TopicUtils
Adds a topic for the specified property to the specified topic set.
addResourcePropertyValueChangeTopics(ResourcePropertySet, TopicSpaceSet) - Static method in class org.apache.ws.notification.topics.util.TopicUtils
Adds topics for all non-readonly properties from the specified property set to the specified topic set.
addResourceTerminationTopic(TopicSpaceSet, Resource, NamespaceVersionHolder) - Static method in class org.apache.ws.notification.topics.util.TopicUtils
Adds the topic for ResourceTermination....there should be only one of these!
addTopic(Topic) - Method in interface org.apache.ws.notification.topics.TopicSet
Adds the specified topic to this set.
addTopic(String) - Method in interface org.apache.ws.notification.topics.TopicSet
Creates a new Topic object with the specified name and adds it to this set.
addTopicListener(TopicListener) - Method in interface org.apache.ws.notification.topics.TopicListenerList
Add a topic listener
addTopicSpace(TopicSpace) - Method in interface org.apache.ws.notification.topics.TopicSpaceSet
Adds the TopicSpace to the TopicSpaceSet.

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

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(String) - Method in interface org.apache.ws.notification.topics.TopicSet
Returns true if this set contains a topic with the specified name.
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.
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.

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() - 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
evaluate(TopicSpaceSet, 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.TopicSpaceSet
Evaluates a TopicExpression against the TopicSpaceSet and returns an array of matching Topics.
evaluateTopicExpression(TopicSpaceSet, TopicExpression) - Method in interface org.apache.ws.notification.topics.expression.TopicExpressionEngine
Resolves a topic expression using the passed topic list.

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(TopicSpaceSet) - Constructor for class org.apache.ws.notification.base.FixedTopicSetResourcePropertyCallback
Creates a new TopicResourcePropertyCallback for the specified topic set.
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 content of this topic expression (typically a String).
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(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
getCurrentMessage() - Method in interface org.apache.ws.notification.topics.Topic
Get the latest notification message published to this topic.
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 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 interface org.apache.ws.notification.topics.expression.TopicExpressionEngine
Gets the evaluator currently registered to handle a topic expression of the specified dialect.
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.pubsub.NotificationProducerFactory
DOCUMENT_ME
getInstance() - Static method in class org.apache.ws.pubsub.PublisherFactory
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.TopicSpace
Returns this topic space's name.
getNameSpace() - Method in class org.apache.ws.pubsub.TopicFilter
DOCUMENT_ME
getNamespaceContext() - Method in interface org.apache.ws.notification.topics.expression.TopicExpression
Returns a namespace context that can be used to resolve prefixes within this query expression's content.
getNamespaceVersionHolder() - 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.
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.
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 FilesystemResource instances.
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.
getSupportedDialects() - Method in interface org.apache.ws.notification.topics.expression.TopicExpressionEngine
Returns a list of URIs representing the registered topic expression dialects
getTargetNamespace() - Method in interface org.apache.ws.notification.topics.TopicSpace
Returns this topic space'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.TopicSet
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.
getTopicPath() - Method in interface org.apache.ws.notification.topics.Topic
Get the topic path.
getTopicReference() - Method in interface org.apache.ws.notification.topics.Topic
Get the topic expression for the topic(s) that this topic references.
getTopicSpace() - Method in interface org.apache.ws.notification.topics.Topic
gets the TopicSpace this Topic is part of
getTopicSpace(String) - Method in interface org.apache.ws.notification.topics.TopicSpaceSet
Returns a TopicSpace for a given namespace uri.
getTopicSpaceSet() - Method in interface org.apache.ws.notification.base.NotificationProducerResource
Returns the TopicSpaceSet for the NotificationProducer
getTopicSpaces() - Method in interface org.apache.ws.notification.topics.TopicSpaceSet
Resturns the TopicSpaces maintained by this TopicSpaceSet
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.
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
isFixed() - Method in interface org.apache.ws.notification.topics.TopicSpaceSet
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?
isVisible() - Method in interface org.apache.ws.notification.topics.Topic
Returns whether this Topic is visible or not.

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_URL - 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) - 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 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.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.eventing.porttype - package org.apache.ws.eventing.porttype
 
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.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 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_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
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.
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
publish(Object, Topic) - Method in class org.apache.ws.notification.pubsub.Publisher
DOCUMENT_ME
publish(Object) - Method in interface org.apache.ws.notification.topics.Topic
Publish a notification message to this topic.
publish(Object, Topic) - Method in interface org.apache.ws.pubsub.Publisher
DOCUMENT_ME

R

RESOURCE_KEY_NAME - Static variable in class org.apache.ws.notification.pubsub.SubscriptionHome
The name of the resource key for this resource.
ResourcePropertyValueChangeTopic - interface org.apache.ws.notification.topics.ResourcePropertyValueChangeTopic.
A topic that acts as a listener for resource property value change events.
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.
registerEvaluator(TopicExpressionEvaluator) - Method in interface org.apache.ws.notification.topics.expression.TopicExpressionEngine
registers a new evaluator that can be used to evaluate topic expressions
removeTopic(String) - Method in interface org.apache.ws.notification.topics.TopicSet
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
removeTopicSpace(String) - Method in interface org.apache.ws.notification.topics.TopicSpaceSet
Removes a TopicSpace from the TopicSpaceSet for a given namespace uri.
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 class org.apache.ws.notification.pubsub.SubscriptionHome
The service endpoint name as registered with the SOAP Platform.
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.
Interface to be implemented by subscription resources.
Subscription - class org.apache.ws.notification.pubsub.Subscription.
 
Subscription() - Constructor for class org.apache.ws.notification.pubsub.Subscription
Creates a new instance of Subscription
Subscription - interface org.apache.ws.pubsub.Subscription.
DOCUMENT_ME
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
 
SubscriptionManagerPortType - interface org.apache.ws.eventing.porttype.SubscriptionManagerPortType.
DOCUMENT_ME
SubscriptionManagerPortType - interface org.apache.ws.notification.base.v2004_06.porttype.SubscriptionManagerPortType.
The WS-BaseNotification SubscriptionManager portType.
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
setContent(Node) - Method in class org.apache.ws.pubsub.AbstractFilter
DOCUMENT_ME
setEndpointReference(EndpointReference) - Method in interface org.apache.ws.notification.base.Subscription
 
setFixed(boolean) - Method in interface org.apache.ws.notification.topics.TopicSpaceSet
Sets the boolean that indicates if this topic set is fixed as defined by the WS-BaseNotification specification.
setNotificationConsumer(NotificationConsumer) - Method in interface org.apache.ws.notification.base.Subscription
This method exists for abstraction layer
setNotificationProducer(NotificationProducer) - Method in interface org.apache.ws.notification.base.Subscription
This method exists for 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.
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.
setTopicSpace(TopicSpace) - Method in interface org.apache.ws.notification.topics.Topic
Set the TopicSpace this Topic is part of
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(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

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 - interface org.apache.ws.notification.topics.expression.TopicExpressionEngine.
The TopicExpressionEngine interface is used to map queries on a topic list to the appropriate TopicExpressionEvaluators and then return the result.
TopicExpressionEvaluator - interface org.apache.ws.notification.topics.expression.TopicExpressionEvaluator.
A TopicExpressionEvaluator is used to implement a topic expression evaluation against a TopicSpaceSet.
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.
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.
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(TopicSpaceSet) - 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.
A set of Topics.
TopicSpace - interface org.apache.ws.notification.topics.TopicSpace.
A topic space (a hierarchy of topics within a particular namespace).
TopicSpaceParser - class org.apache.ws.notification.topics.util.TopicSpaceParser.
 
TopicSpaceParser() - Constructor for class org.apache.ws.notification.topics.util.TopicSpaceParser
 
TopicSpaceSet - interface org.apache.ws.notification.topics.TopicSpaceSet.
The set of topics that a particular NotificationProducer supports.
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.
toString() - Method in class org.apache.ws.notification.tool.WsnWsdl2JavaTask
Returns a simple statement of what the task is.
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.TopicSet
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

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.
updateVelocityContext(VelocityContext, ResourceDefinition) - Method in class org.apache.ws.notification.tool.WsnWsdl2Java
Provides a hook for adding directly to the Velocity Context.

W

WEBAPP_NAME - Variable in class org.apache.ws.notification.tool.WsnWsdl2Java
DOCUMENT_ME
WsnNamespaceVersionHolder - interface org.apache.ws.notification.base.WsnNamespaceVersionHolder.
An extension of the NamespaceVersionHolder which adds WSN-specific getters for the WSN namespaces.
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.