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

A

AbstractSubscriber - class org.apache.savan.subscribers.AbstractSubscriber.
Defines a subscriber which is the entity that define a specific subscription in savan.
AbstractSubscriber() - Constructor for class org.apache.savan.subscribers.AbstractSubscriber
 
addAction(String) - Method in class org.apache.savan.configuration.MappingRules
 
addDurationToCalendar(Calendar, Duration) - Static method in class org.apache.savan.util.CommonUtil
 
addErrorReportEntry(String, SavanException) - Method in class org.apache.savan.publication.PublicationReport
 
addNotifiedSubscriber(String) - Method in class org.apache.savan.publication.PublicationReport
 
addProperty(String, Object) - Method in class org.apache.savan.subscribers.AbstractSubscriber
 
addProperty(String, Object) - Method in interface org.apache.savan.subscribers.Subscriber
To add a property to the subscriber.
addSOAPAction(String) - Method in class org.apache.savan.configuration.MappingRules
 
addSubscriber(AbstractSubscriber) - Method in class org.apache.savan.subscribers.CompositeSubscriber
 
applyPolicy(Policy, AxisDescription) - Method in class org.apache.savan.module.SavanModule
 

C

CONFIGURATION_MANAGER - Static variable in interface org.apache.savan.SavanConstants
 
CONFIG_FILE - Static variable in interface org.apache.savan.SavanConstants
 
CommonUtil - class org.apache.savan.util.CommonUtil.
A common set of methods that may be used in various places of Savan.
CommonUtil() - Constructor for class org.apache.savan.util.CommonUtil
 
CompositeSubscriber - class org.apache.savan.subscribers.CompositeSubscriber.
Defines a set of subscribers that are acting as a group or a Topic.
CompositeSubscriber() - Constructor for class org.apache.savan.subscribers.CompositeSubscriber
 
ConfigurationManager - class org.apache.savan.configuration.ConfigurationManager.
This is responsible for loading Savan configuration data from a resource for e.g.
ConfigurationManager() - Constructor for class org.apache.savan.configuration.ConfigurationManager
 
canSupportAssertion(Assertion) - Method in class org.apache.savan.module.SavanModule
 
checkEnvelopeCompliance(SOAPEnvelope) - Method in class org.apache.savan.filters.EmptyFilter
 
checkEnvelopeCompliance(SOAPEnvelope) - Method in class org.apache.savan.filters.Filter
To check weather the passed envelope is compliant with the current filter.
checkEnvelopeCompliance(SOAPEnvelope) - Method in class org.apache.savan.filters.XPathBasedFilter
This method may fail due to the JIRA issues WS-Commons(40) amd WS-Commons (41)
configure() - Method in class org.apache.savan.configuration.ConfigurationManager
To load configurations from a savan-config.xml file in the classpath.
configure(ClassLoader) - Method in class org.apache.savan.configuration.ConfigurationManager
 
configure(File) - Method in class org.apache.savan.configuration.ConfigurationManager
To Load configurations from a file.
configure(InputStream) - Method in class org.apache.savan.configuration.ConfigurationManager
To load configurations from a InputStream.
createMessageReceiverDeligater() - Method in class org.apache.savan.eventing.EventingUtilFactory
 
createMessageReceiverDeligater() - Method in interface org.apache.savan.util.UtilFactory
 
createSubscriber() - Method in class org.apache.savan.eventing.EventingUtilFactory
 
createSubscriptionProcessor() - Method in class org.apache.savan.eventing.EventingUtilFactory
 
createSubscriptionProcessor() - Method in interface org.apache.savan.util.UtilFactory
 

D

DEFAULT_DELIVERY_MODE - Static variable in interface org.apache.savan.eventing.EventingConstants
 
DEFAULT_FILTER_IDENTIFIER - Static variable in interface org.apache.savan.eventing.EventingConstants
 
DEFAULT_SUBSCRIBER_STORE_KEY - Static variable in interface org.apache.savan.SavanConstants
 
DefaultSubscriberStore - class org.apache.savan.storage.DefaultSubscriberStore.
 
DefaultSubscriberStore() - Constructor for class org.apache.savan.storage.DefaultSubscriberStore
 
Delivery - class org.apache.savan.eventing.Delivery.
 
Delivery() - Constructor for class org.apache.savan.eventing.Delivery
 
Delivery - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
Dialect - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
delete(String) - Method in class org.apache.savan.storage.DefaultSubscriberStore
 
delete(String) - Method in interface org.apache.savan.storage.SubscriberStore
To delete a previously stored subscriber.
doProtocolSpecificEndSubscription(Subscriber, String, ConfigurationContext) - Method in class org.apache.savan.eventing.EventingSubscriptionProcessor
 
doProtocolSpecificEndSubscription(Subscriber, String, ConfigurationContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 
doProtocolSpecificPublication(SavanMessageContext) - Method in class org.apache.savan.eventing.subscribers.EventingLeafSubscriber
 
doProtocolSpecificPublication(SavanMessageContext) - Method in class org.apache.savan.subscribers.LeafSubscriber
 
doesMessageBelongToTheFilter(SavanMessageContext) - Method in class org.apache.savan.subscribers.AbstractSubscriber
 
doesMessageBelongToTheFilter(SavanMessageContext) - Method in interface org.apache.savan.subscribers.Subscriber
To check weather a certain message complies with the filter.

E

EVENTING_NAMESPACE - Static variable in interface org.apache.savan.eventing.EventingConstants
 
EVENTING_PREFIX - Static variable in interface org.apache.savan.eventing.EventingConstants
 
EmptyFilter - class org.apache.savan.filters.EmptyFilter.
This filter does not do any affective filtering.
EmptyFilter() - Constructor for class org.apache.savan.filters.EmptyFilter
 
EndTo - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
EventingClient - class org.apache.savan.eventing.client.EventingClient.
 
EventingClient(ServiceClient) - Constructor for class org.apache.savan.eventing.client.EventingClient
 
EventingClientBean - class org.apache.savan.eventing.client.EventingClientBean.
 
EventingClientBean() - Constructor for class org.apache.savan.eventing.client.EventingClientBean
 
EventingConstants - interface org.apache.savan.eventing.EventingConstants.
 
EventingConstants.Actions - interface org.apache.savan.eventing.EventingConstants.Actions.
 
EventingConstants.ElementNames - interface org.apache.savan.eventing.EventingConstants.ElementNames.
 
EventingConstants.FilterDialects - interface org.apache.savan.eventing.EventingConstants.FilterDialects.
 
EventingConstants.Properties - interface org.apache.savan.eventing.EventingConstants.Properties.
 
EventingConstants.TransferedProperties - interface org.apache.savan.eventing.EventingConstants.TransferedProperties.
 
EventingLeafSubscriber - class org.apache.savan.eventing.subscribers.EventingLeafSubscriber.
 
EventingLeafSubscriber() - Constructor for class org.apache.savan.eventing.subscribers.EventingLeafSubscriber
 
EventingMessageReceiverDeligater - class org.apache.savan.eventing.EventingMessageReceiverDeligater.
 
EventingMessageReceiverDeligater() - Constructor for class org.apache.savan.eventing.EventingMessageReceiverDeligater
 
EventingSubscriber - interface org.apache.savan.eventing.subscribers.EventingSubscriber.
Defines methods common to all eventing subscribers.
EventingSubscriptionProcessor - class org.apache.savan.eventing.EventingSubscriptionProcessor.
 
EventingSubscriptionProcessor() - Constructor for class org.apache.savan.eventing.EventingSubscriptionProcessor
 
EventingTopicSubscriber - class org.apache.savan.eventing.subscribers.EventingTopicSubscriber.
 
EventingTopicSubscriber() - Constructor for class org.apache.savan.eventing.subscribers.EventingTopicSubscriber
 
EventingUtilFactory - class org.apache.savan.eventing.EventingUtilFactory.
 
EventingUtilFactory() - Constructor for class org.apache.savan.eventing.EventingUtilFactory
 
ExpirationBean - class org.apache.savan.subscription.ExpirationBean.
Defines a expiration.
ExpirationBean() - Constructor for class org.apache.savan.subscription.ExpirationBean
 
Expires - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
endSubscription(String) - Static method in class org.apache.savan.publication.client.PublicationClient
 
endSubscription(String, String, ServiceContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 
engageNotify(AxisDescription) - Method in class org.apache.savan.module.SavanModule
 

F

Filter - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
Filter - class org.apache.savan.filters.Filter.
Defines a filter used by Savan.
Filter() - Constructor for class org.apache.savan.filters.Filter
 
FilterBean - class org.apache.savan.configuration.FilterBean.
 
FilterBean() - Constructor for class org.apache.savan.configuration.FilterBean
 

G

GET_STATUS_MESSAGE - Static variable in interface org.apache.savan.SavanConstants.MessageTypes
 
GET_STATUS_RESPONSE_MESSAGE - Static variable in interface org.apache.savan.SavanConstants.MessageTypes
 
GetStatus - Static variable in interface org.apache.savan.eventing.EventingConstants.Actions
 
GetStatus - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
GetStatusResponse - Static variable in interface org.apache.savan.eventing.EventingConstants.Actions
 
GetStatusResponse - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
getClazz() - Method in class org.apache.savan.configuration.FilterBean
 
getClazz() - Method in class org.apache.savan.configuration.SubscriberBean
 
getConfigurationContext() - Method in class org.apache.savan.SavanMessageContext
 
getDateValue() - Method in class org.apache.savan.subscription.ExpirationBean
 
getDefaultFilter() - Method in class org.apache.savan.configuration.Protocol
 
getDefaultSubscriber() - Method in class org.apache.savan.configuration.Protocol
 
getDelivery() - Method in class org.apache.savan.eventing.subscribers.EventingLeafSubscriber
 
getDelivery() - Method in interface org.apache.savan.eventing.subscribers.EventingSubscriber
To get the Delivery object
getDelivery() - Method in class org.apache.savan.eventing.subscribers.EventingTopicSubscriber
 
getDeliveryEPR() - Method in class org.apache.savan.eventing.Delivery
 
getDeliveryEPR() - Method in class org.apache.savan.eventing.client.EventingClientBean
 
getDeliveryMode() - Method in class org.apache.savan.eventing.Delivery
 
getDurationValue() - Method in class org.apache.savan.subscription.ExpirationBean
 
getEndToEPR() - Method in class org.apache.savan.eventing.client.EventingClientBean
 
getEndToEPr() - Method in class org.apache.savan.eventing.subscribers.EventingLeafSubscriber
 
getEndToEPr() - Method in interface org.apache.savan.eventing.subscribers.EventingSubscriber
To get the EndTo EPR
getEndToEPr() - Method in class org.apache.savan.eventing.subscribers.EventingTopicSubscriber
 
getEnvelope() - Method in class org.apache.savan.SavanMessageContext
 
getErrors() - Method in class org.apache.savan.publication.PublicationReport
 
getExpiration() - Method in class org.apache.savan.eventing.client.SubscriptionResponseData
 
getExpirationBean(SavanMessageContext) - Method in class org.apache.savan.eventing.EventingSubscriptionProcessor
 
getExpirationBean(SavanMessageContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 
getExpirationDuration() - Method in class org.apache.savan.eventing.client.EventingClientBean
 
getExpirationTime() - Method in class org.apache.savan.eventing.client.EventingClientBean
 
getExpirationValue() - Method in class org.apache.savan.eventing.client.SubscriptionStatus
 
getFilter() - Method in class org.apache.savan.eventing.client.EventingClientBean
 
getFilter() - Method in class org.apache.savan.subscribers.AbstractSubscriber
 
getFilter() - Method in interface org.apache.savan.subscribers.Subscriber
To get the Filter object
getFilterBeans() - Method in class org.apache.savan.configuration.ConfigurationManager
 
getFilterDialect() - Method in class org.apache.savan.eventing.client.EventingClientBean
 
getFilterInstanceFromId(String) - Method in class org.apache.savan.configuration.ConfigurationManager
 
getFilterInstanceFromName(String) - Method in class org.apache.savan.configuration.ConfigurationManager
 
getFilterValue() - Method in class org.apache.savan.filters.EmptyFilter
 
getFilterValue() - Method in class org.apache.savan.filters.Filter
Returns a previously set filter value.
getFilterValue() - Method in class org.apache.savan.filters.XPathBasedFilter
 
getId() - Method in class org.apache.savan.subscribers.AbstractSubscriber
 
getId() - Method in interface org.apache.savan.subscribers.Subscriber
To get the subscriber Id.
getIdentifier() - Method in class org.apache.savan.configuration.FilterBean
 
getMappingRules() - Method in class org.apache.savan.configuration.Protocol
 
getMessageContext() - Method in class org.apache.savan.SavanMessageContext
 
getMessageProtocol(SavanMessageContext) - Static method in class org.apache.savan.util.ProtocolManager
 
getMessageType() - Method in class org.apache.savan.SavanMessageContext
 
getName() - Method in class org.apache.savan.configuration.FilterBean
 
getName() - Method in class org.apache.savan.configuration.Protocol
 
getName() - Method in class org.apache.savan.configuration.SubscriberBean
 
getNotifiedSubscribers() - Method in class org.apache.savan.publication.PublicationReport
 
getProperty(String) - Method in class org.apache.savan.SavanMessageContext
 
getProperty(String) - Method in class org.apache.savan.subscribers.AbstractSubscriber
 
getProperty(String) - Method in interface org.apache.savan.subscribers.Subscriber
To get a property from the Subscriber.
getProtocol() - Method in class org.apache.savan.SavanMessageContext
 
getProtocol(String) - Method in class org.apache.savan.configuration.ConfigurationManager
 
getProtocolMap() - Method in class org.apache.savan.configuration.ConfigurationManager
 
getRenewMount() - Method in class org.apache.savan.subscription.RenewBean
 
getSubscriberBean(String) - Method in class org.apache.savan.configuration.ConfigurationManager
 
getSubscriberBeans() - Method in class org.apache.savan.configuration.ConfigurationManager
 
getSubscriberFromMessage(SavanMessageContext) - Method in class org.apache.savan.eventing.EventingSubscriptionProcessor
 
getSubscriberFromMessage(SavanMessageContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 
getSubscriberID(SavanMessageContext) - Method in class org.apache.savan.eventing.EventingSubscriptionProcessor
 
getSubscriberID() - Method in class org.apache.savan.subscription.ExpirationBean
 
getSubscriberID() - Method in class org.apache.savan.subscription.RenewBean
 
getSubscriberID(SavanMessageContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 
getSubscriberInstance(String) - Method in class org.apache.savan.configuration.ConfigurationManager
 
getSubscriberStore() - Method in class org.apache.savan.SavanMessageContext
 
getSubscriberStore(AxisService) - Static method in class org.apache.savan.util.CommonUtil
 
getSubscriberStoreInstance(String) - Method in class org.apache.savan.configuration.ConfigurationManager
 
getSubscriptionEndingTime() - Method in class org.apache.savan.subscribers.LeafSubscriber
 
getSubscriptionManager() - Method in class org.apache.savan.eventing.client.SubscriptionResponseData
 
getSubscriptionStatus(String) - Method in class org.apache.savan.eventing.client.EventingClient
 
getTestEnvelopeFromFile(String, String) - Static method in class org.apache.savan.util.CommonUtil
Will be used by test cases to load XML files from test-resources as Envelopes SOAP 1.1 is assumed
getUtilFactory() - Method in class org.apache.savan.configuration.Protocol
 
getXPathString() - Method in class org.apache.savan.filters.XPathBasedFilter
 

H

handleEndSubscriptionRequest(SavanMessageContext, MessageContext) - Method in class org.apache.savan.eventing.EventingMessageReceiverDeligater
 
handleEndSubscriptionRequest(SavanMessageContext, MessageContext) - Method in interface org.apache.savan.messagereceiver.MessageReceiverDeligater
Handles an EndSubscription request at the MessageReceiver level.
handleGetStatusRequest(SavanMessageContext, MessageContext) - Method in class org.apache.savan.eventing.EventingMessageReceiverDeligater
 
handleGetStatusRequest(SavanMessageContext, MessageContext) - Method in interface org.apache.savan.messagereceiver.MessageReceiverDeligater
Handles a GetStatus request at the MessageReceiver level.
handleRenewRequest(SavanMessageContext, MessageContext) - Method in class org.apache.savan.eventing.EventingMessageReceiverDeligater
 
handleRenewRequest(SavanMessageContext, MessageContext) - Method in interface org.apache.savan.messagereceiver.MessageReceiverDeligater
Handles a renew request at the MessageReceiver level.
handleSubscriptionRequest(SavanMessageContext, MessageContext) - Method in class org.apache.savan.eventing.EventingMessageReceiverDeligater
 
handleSubscriptionRequest(SavanMessageContext, MessageContext) - Method in interface org.apache.savan.messagereceiver.MessageReceiverDeligater
Handles a subscription request at the MessageReceiver level.

I

Identifier - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
init(SavanMessageContext) - Method in class org.apache.savan.eventing.EventingSubscriptionProcessor
 
init(ConfigurationContext, AxisModule) - Method in class org.apache.savan.module.SavanModule
 
init(ConfigurationContext) - Method in class org.apache.savan.storage.DefaultSubscriberStore
 
init(ConfigurationContext) - Method in interface org.apache.savan.storage.SubscriberStore
To Initialize the storage.
init(SavanMessageContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 
initializeMessage(SavanMessageContext) - Static method in class org.apache.savan.MessageInitializer
 
initializeMessage(SavanMessageContext) - Method in class org.apache.savan.eventing.EventingUtilFactory
 
initializeMessage(SavanMessageContext) - Method in interface org.apache.savan.util.UtilFactory
 
invoke(MessageContext) - Method in class org.apache.savan.handlers.SavanInHandler
 
invoke(MessageContext) - Method in class org.apache.savan.handlers.SavanOutHandler
 
invokeBusinessLogic(MessageContext) - Method in class org.apache.savan.messagereceiver.SavanInOnlyMessageReceiver
 
invokeBusinessLogic(MessageContext, MessageContext) - Method in class org.apache.savan.messagereceiver.SavanInOutMessageReceiver
 
isActionPresent(String) - Method in class org.apache.savan.configuration.MappingRules
 
isDuration() - Method in class org.apache.savan.subscription.ExpirationBean
 
isDuration(String) - Static method in class org.apache.savan.util.CommonUtil
 
isSOAPActionPresent(String) - Method in class org.apache.savan.configuration.MappingRules
 

L

LeafSubscriber - class org.apache.savan.subscribers.LeafSubscriber.
Defines a single node subscriber.
LeafSubscriber() - Constructor for class org.apache.savan.subscribers.LeafSubscriber
 

M

MESSAGE_TYPE - Static variable in interface org.apache.savan.SavanConstants
 
MappingRules - class org.apache.savan.configuration.MappingRules.
Encapsulates a date of a set of Mapping-Rules as defined by Savan configurations.
MappingRules() - Constructor for class org.apache.savan.configuration.MappingRules
 
MessageInitializer - class org.apache.savan.MessageInitializer.
 
MessageInitializer() - Constructor for class org.apache.savan.MessageInitializer
 
MessageReceiverDeligater - interface org.apache.savan.messagereceiver.MessageReceiverDeligater.
Provide abstract functions that may be done by protocols at the MessageReceiver level.
Mode - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 

N

NotifyTo - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 

O

org.apache.savan - package org.apache.savan
 
org.apache.savan.configuration - package org.apache.savan.configuration
 
org.apache.savan.eventing - package org.apache.savan.eventing
 
org.apache.savan.eventing.client - package org.apache.savan.eventing.client
 
org.apache.savan.eventing.subscribers - package org.apache.savan.eventing.subscribers
 
org.apache.savan.filters - package org.apache.savan.filters
 
org.apache.savan.handlers - package org.apache.savan.handlers
 
org.apache.savan.messagereceiver - package org.apache.savan.messagereceiver
 
org.apache.savan.module - package org.apache.savan.module
 
org.apache.savan.publication - package org.apache.savan.publication
 
org.apache.savan.publication.client - package org.apache.savan.publication.client
 
org.apache.savan.storage - package org.apache.savan.storage
 
org.apache.savan.subscribers - package org.apache.savan.subscribers
 
org.apache.savan.subscription - package org.apache.savan.subscription
 
org.apache.savan.util - package org.apache.savan.util
 

P

PROTOCOL - Static variable in interface org.apache.savan.SavanConstants
 
PUBLICATION_MESSAGE - Static variable in interface org.apache.savan.SavanConstants
 
Protocol - class org.apache.savan.configuration.Protocol.
Encapsulates a date of a Protocol as defined by Savan configurations.
Protocol() - Constructor for class org.apache.savan.configuration.Protocol
 
ProtocolManager - class org.apache.savan.util.ProtocolManager.
Utility class to extract the Protocol type from a MessageContext
ProtocolManager() - Constructor for class org.apache.savan.util.ProtocolManager
 
PublicationClient - class org.apache.savan.publication.client.PublicationClient.
This can be used to make the Publication Process easy.
PublicationClient() - Constructor for class org.apache.savan.publication.client.PublicationClient
 
PublicationReport - class org.apache.savan.publication.PublicationReport.
This will encapsulate error information of a specific publication.
PublicationReport() - Constructor for class org.apache.savan.publication.PublicationReport
 
pauseSubscription(SavanMessageContext) - Method in class org.apache.savan.eventing.EventingSubscriptionProcessor
 
pauseSubscription(SavanMessageContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 
processPublication(SavanMessageContext, PublicationReport) - Method in class org.apache.savan.subscribers.AbstractSubscriber
This method first checks weather the passed message complies with the current filter.
processPublication(SavanMessageContext, PublicationReport) - Method in interface org.apache.savan.subscribers.Subscriber
 

R

RENEW_MESSAGE - Static variable in interface org.apache.savan.SavanConstants.MessageTypes
 
RENEW_RESPONSE_MESSAGE - Static variable in interface org.apache.savan.SavanConstants.MessageTypes
 
Renew - Static variable in interface org.apache.savan.eventing.EventingConstants.Actions
 
Renew - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
RenewBean - class org.apache.savan.subscription.RenewBean.
Encapsulates a data for a subscrpition renewal.
RenewBean() - Constructor for class org.apache.savan.subscription.RenewBean
 
RenewResponse - Static variable in interface org.apache.savan.eventing.EventingConstants.Actions
 
RenewResponse - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
renewSubscription(Date, String) - Method in class org.apache.savan.eventing.client.EventingClient
 
renewSubscription(Duration, String) - Method in class org.apache.savan.eventing.client.EventingClient
 
renewSubscription(String, String) - Method in class org.apache.savan.eventing.client.EventingClient
 
renewSubscription(ExpirationBean) - Method in class org.apache.savan.subscribers.AbstractSubscriber
 
renewSubscription(ExpirationBean) - Method in class org.apache.savan.subscribers.CompositeSubscriber
 
renewSubscription(ExpirationBean) - Method in class org.apache.savan.subscribers.LeafSubscriber
 
renewSubscription(ExpirationBean) - Method in interface org.apache.savan.subscribers.Subscriber
To renew a subscription.
renewSubscription(SavanMessageContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 
resumeSubscription(SavanMessageContext) - Method in class org.apache.savan.eventing.EventingSubscriptionProcessor
 
resumeSubscription(SavanMessageContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 
retrieve(String) - Method in class org.apache.savan.storage.DefaultSubscriberStore
 
retrieve(String) - Method in interface org.apache.savan.storage.SubscriberStore
To retrieve a previously stored subscriber.
retrieveAll() - Method in class org.apache.savan.storage.DefaultSubscriberStore
 
retrieveAll() - Method in interface org.apache.savan.storage.SubscriberStore
To retrieve all subscribers stored upto now.

S

SOAPVersion - Static variable in interface org.apache.savan.eventing.EventingConstants.Properties
 
SUBSCRIBER_STORE - Static variable in interface org.apache.savan.SavanConstants.Properties
 
SUBSCRIBER_STORE - Static variable in interface org.apache.savan.SavanConstants
 
SUBSCRIBER_STORE_KEY - Static variable in interface org.apache.savan.SavanConstants
 
SUBSCRIBER_UUID - Static variable in interface org.apache.savan.eventing.EventingConstants.TransferedProperties
 
SUBSCRIPTION_MESSAGE - Static variable in interface org.apache.savan.SavanConstants.MessageTypes
 
SUBSCRIPTION_RESPONSE_MESSAGE - Static variable in interface org.apache.savan.SavanConstants.MessageTypes
 
SavanConstants - interface org.apache.savan.SavanConstants.
Contains the constants used by Savan
SavanConstants.MessageTypes - interface org.apache.savan.SavanConstants.MessageTypes.
 
SavanConstants.Properties - interface org.apache.savan.SavanConstants.Properties.
 
SavanException - exception org.apache.savan.SavanException.
To convey a exception that occured in Savan.
SavanException(String) - Constructor for class org.apache.savan.SavanException
 
SavanException(String, Exception) - Constructor for class org.apache.savan.SavanException
 
SavanException(Exception) - Constructor for class org.apache.savan.SavanException
 
SavanInHandler - class org.apache.savan.handlers.SavanInHandler.
The handler of Savan in the InFlow.
SavanInHandler() - Constructor for class org.apache.savan.handlers.SavanInHandler
 
SavanInOnlyMessageReceiver - class org.apache.savan.messagereceiver.SavanInOnlyMessageReceiver.
InOnly message deceiver for Savan.
SavanInOnlyMessageReceiver() - Constructor for class org.apache.savan.messagereceiver.SavanInOnlyMessageReceiver
 
SavanInOutMessageReceiver - class org.apache.savan.messagereceiver.SavanInOutMessageReceiver.
InOut message deceiver for Savan.
SavanInOutMessageReceiver() - Constructor for class org.apache.savan.messagereceiver.SavanInOutMessageReceiver
 
SavanMessageContext - class org.apache.savan.SavanMessageContext.
This encaptulates a Axis2 Message Context.
SavanMessageContext(MessageContext) - Constructor for class org.apache.savan.SavanMessageContext
 
SavanModule - class org.apache.savan.module.SavanModule.
Savan Module class.
SavanModule() - Constructor for class org.apache.savan.module.SavanModule
 
SavanOutHandler - class org.apache.savan.handlers.SavanOutHandler.
Handler of Savan in the outFlow.
SavanOutHandler() - Constructor for class org.apache.savan.handlers.SavanOutHandler
 
Subscribe - Static variable in interface org.apache.savan.eventing.EventingConstants.Actions
 
Subscribe - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
SubscribeResponse - Static variable in interface org.apache.savan.eventing.EventingConstants.Actions
 
SubscribeResponse - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
Subscriber - interface org.apache.savan.subscribers.Subscriber.
Defines methods common to all subscribers.
SubscriberBean - class org.apache.savan.configuration.SubscriberBean.
 
SubscriberBean() - Constructor for class org.apache.savan.configuration.SubscriberBean
 
SubscriberStore - interface org.apache.savan.storage.SubscriberStore.
Defines the Storage for storing subscribers.
SubscriptionManager - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
SubscriptionProcessor - class org.apache.savan.subscription.SubscriptionProcessor.
Abstractly defines subscription methods.
SubscriptionProcessor() - Constructor for class org.apache.savan.subscription.SubscriptionProcessor
 
SubscriptionResponseData - class org.apache.savan.eventing.client.SubscriptionResponseData.
 
SubscriptionResponseData() - Constructor for class org.apache.savan.eventing.client.SubscriptionResponseData
 
SubscriptionStatus - class org.apache.savan.eventing.client.SubscriptionStatus.
 
SubscriptionStatus() - Constructor for class org.apache.savan.eventing.client.SubscriptionStatus
 
sendPublication(SOAPEnvelope, ConfigurationContext, SubscriberStore) - Static method in class org.apache.savan.publication.client.PublicationClient
 
sendPublication(SOAPEnvelope, ConfigurationContext, Options, SubscriberStore) - Static method in class org.apache.savan.publication.client.PublicationClient
 
sendPublication(SavanMessageContext, PublicationReport) - Method in class org.apache.savan.subscribers.AbstractSubscriber
This should be used by based classes to sendThe publication in its own manner
sendPublication(SavanMessageContext, PublicationReport) - Method in class org.apache.savan.subscribers.CompositeSubscriber
 
sendPublication(SavanMessageContext, PublicationReport) - Method in class org.apache.savan.subscribers.LeafSubscriber
 
setClazz(String) - Method in class org.apache.savan.configuration.FilterBean
 
setClazz(String) - Method in class org.apache.savan.configuration.SubscriberBean
 
setDateValue(Date) - Method in class org.apache.savan.subscription.ExpirationBean
 
setDefaultFilter(String) - Method in class org.apache.savan.configuration.Protocol
 
setDefaultSubscriber(String) - Method in class org.apache.savan.configuration.Protocol
 
setDelivery(Delivery) - Method in class org.apache.savan.eventing.subscribers.EventingLeafSubscriber
 
setDelivery(Delivery) - Method in interface org.apache.savan.eventing.subscribers.EventingSubscriber
To se the Delivery object
setDelivery(Delivery) - Method in class org.apache.savan.eventing.subscribers.EventingTopicSubscriber
 
setDeliveryEPR(EndpointReference) - Method in class org.apache.savan.eventing.Delivery
 
setDeliveryEPR(EndpointReference) - Method in class org.apache.savan.eventing.client.EventingClientBean
 
setDeliveryMode(String) - Method in class org.apache.savan.eventing.Delivery
 
setDuration(boolean) - Method in class org.apache.savan.subscription.ExpirationBean
 
setDurationValue(Duration) - Method in class org.apache.savan.subscription.ExpirationBean
 
setEndToEPR(EndpointReference) - Method in class org.apache.savan.eventing.client.EventingClientBean
 
setEndToEPr(EndpointReference) - Method in class org.apache.savan.eventing.subscribers.EventingLeafSubscriber
 
setEndToEPr(EndpointReference) - Method in interface org.apache.savan.eventing.subscribers.EventingSubscriber
To set the EndTo EPR
setEndToEPr(EndpointReference) - Method in class org.apache.savan.eventing.subscribers.EventingTopicSubscriber
 
setExpiration(ExpirationBean) - Method in class org.apache.savan.eventing.client.SubscriptionResponseData
 
setExpirationDuration(Duration) - Method in class org.apache.savan.eventing.client.EventingClientBean
 
setExpirationTime(Date) - Method in class org.apache.savan.eventing.client.EventingClientBean
 
setExpirationValue(String) - Method in class org.apache.savan.eventing.client.SubscriptionStatus
 
setFilter(String) - Method in class org.apache.savan.eventing.client.EventingClientBean
 
setFilter(Filter) - Method in class org.apache.savan.subscribers.AbstractSubscriber
 
setFilter(Filter) - Method in interface org.apache.savan.subscribers.Subscriber
To set the Filter object
setFilterDialect(String) - Method in class org.apache.savan.eventing.client.EventingClientBean
 
setId(String) - Method in class org.apache.savan.subscribers.AbstractSubscriber
 
setId(String) - Method in interface org.apache.savan.subscribers.Subscriber
To set the subscriber Id
setIdentifier(String) - Method in class org.apache.savan.configuration.FilterBean
 
setMappingRules(MappingRules) - Method in class org.apache.savan.configuration.Protocol
 
setMessageType(int) - Method in class org.apache.savan.SavanMessageContext
 
setName(String) - Method in class org.apache.savan.configuration.FilterBean
 
setName(String) - Method in class org.apache.savan.configuration.Protocol
 
setName(String) - Method in class org.apache.savan.configuration.SubscriberBean
 
setProperty(String, Object) - Method in class org.apache.savan.SavanMessageContext
 
setProtocol(Protocol) - Method in class org.apache.savan.SavanMessageContext
 
setRenewMount(long) - Method in class org.apache.savan.subscription.RenewBean
 
setSubscriberID(String) - Method in class org.apache.savan.subscription.ExpirationBean
 
setSubscriberID(String) - Method in class org.apache.savan.subscription.RenewBean
 
setSubscriberStore(SubscriberStore) - Method in class org.apache.savan.SavanMessageContext
 
setSubscriptionEndingTime(Date) - Method in class org.apache.savan.subscribers.AbstractSubscriber
 
setSubscriptionEndingTime(Date) - Method in class org.apache.savan.subscribers.CompositeSubscriber
 
setSubscriptionEndingTime() - Method in class org.apache.savan.subscribers.LeafSubscriber
 
setSubscriptionEndingTime(Date) - Method in class org.apache.savan.subscribers.LeafSubscriber
 
setSubscriptionEndingTime(Date) - Method in interface org.apache.savan.subscribers.Subscriber
To set the Subscription expiration time.
setSubscriptionManager(EndpointReference) - Method in class org.apache.savan.eventing.client.SubscriptionResponseData
 
setUp(OMNode) - Method in class org.apache.savan.filters.EmptyFilter
 
setUp(OMNode) - Method in class org.apache.savan.filters.Filter
To initialize the filter.
setUp(OMNode) - Method in class org.apache.savan.filters.XPathBasedFilter
 
setUtilFactory(UtilFactory) - Method in class org.apache.savan.configuration.Protocol
 
setXPathString(String) - Method in class org.apache.savan.filters.XPathBasedFilter
 
shutdown(ConfigurationContext) - Method in class org.apache.savan.module.SavanModule
 
store(Subscriber) - Method in class org.apache.savan.storage.DefaultSubscriberStore
 
store(Subscriber) - Method in interface org.apache.savan.storage.SubscriberStore
To store the subscriber.
subscribe(EventingClientBean, String) - Method in class org.apache.savan.eventing.client.EventingClient
 
subscribe(SavanMessageContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 

T

TEMP_PUBLICATION_ACTION - Static variable in class org.apache.savan.publication.client.PublicationClient
 

U

UNKNOWN - Static variable in interface org.apache.savan.SavanConstants.MessageTypes
 
UNSUBSCRIPTION_MESSAGE - Static variable in interface org.apache.savan.SavanConstants.MessageTypes
 
UNSUBSCRIPTION_RESPONSE_MESSAGE - Static variable in interface org.apache.savan.SavanConstants.MessageTypes
 
UTIL_FACTORY - Static variable in interface org.apache.savan.SavanConstants
 
Unsubscribe - Static variable in interface org.apache.savan.eventing.EventingConstants.Actions
 
Unsubscribe - Static variable in interface org.apache.savan.eventing.EventingConstants.ElementNames
 
UnsubscribeResponse - Static variable in interface org.apache.savan.eventing.EventingConstants.Actions
 
UtilFactory - interface org.apache.savan.util.UtilFactory.
Defines a Utility Factory in Savan.
unsubscribe(String) - Method in class org.apache.savan.eventing.client.EventingClient
 
unsubscribe(SavanMessageContext) - Method in class org.apache.savan.subscription.SubscriptionProcessor
 

V

VALUE_FALSE - Static variable in interface org.apache.savan.SavanConstants
 
VALUE_TRUE - Static variable in interface org.apache.savan.SavanConstants
 

X

XPath - Static variable in interface org.apache.savan.eventing.EventingConstants.FilterDialects
 
XPathBasedFilter - class org.apache.savan.filters.XPathBasedFilter.
A filter that does filtering of messages based on a XPath string.
XPathBasedFilter() - Constructor for class org.apache.savan.filters.XPathBasedFilter
 

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

Copyright © 2007 null. All Rights Reserved.