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

A

AbstractLoadTester - Class in de.fzj.unicore.wsrflite.xfire
does simple load testing, storing client-side response times and turnaround times you can subclass this and override the getTask() method
AbstractLoadTester() - Constructor for class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
AbstractStore - Class in de.fzj.unicore.wsrflite.persistence
Base functionality shared by all persistence implementations provides optional load-once semantics
AbstractStore() - Constructor for class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
acceptTopic(FilterType) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
do we accept the filter?
AccessControlInterceptor - Interface in de.fzj.unicore.wsrflite.xfire
Perform access control immediately before invoking a method on a service object
activate(Map<String, Serializable>) - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
activate(Map<String, Serializable>) - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
Called when the instance is reloaded into memory from persistent storage
This nay occur quite often, so users of this class should try not to perform expensive operations in this method.
activate(Map<String, Serializable>) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
reactivate the instance
activateHome(String) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceHomeImpl
 
activateHome(String) - Method in interface de.fzj.unicore.wsrflite.Home
activate the service using the given name
Called when the container brings up the service
activateHome(String) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
add(String) - Method in class de.fzj.unicore.wsrflite.impl.InstanceChecking
 
add(EntryDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.EntryResourceProperty
 
Add(AddDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationImpl
add a service to this service group.
Add(AddDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.sg.ServiceGroupRegistration
 
addAll(String[]) - Method in class de.fzj.unicore.wsrflite.impl.InstanceChecking
 
addChecker(InstanceChecker) - Method in class de.fzj.unicore.wsrflite.impl.InstanceChecking
 
addDependency(SchemaType) - Method in class de.fzj.unicore.wsrflite.xfire.CustomWSDLBuilder
 
addEntry(EntryDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupImpl
 
addHeaders(Header, XmlObject[]) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
 
addInHandlers(Service, List<String>) - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
addObserver(Observer, QName) - Static method in class de.fzj.unicore.wsrflite.xmlbeans.client.Consumer
add a local observer for the given event
addOperation(Service, Method, String) - Method in class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
Generate OperationInfo, such as the WSAddressing action
addOutHandlers(Service, List<String>) - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
AddressingConstants - Class in de.fzj.unicore.wsrflite.xfire
 
AddressingConstants() - Constructor for class de.fzj.unicore.wsrflite.xfire.AddressingConstants
 
addServices() - Method in class de.fzj.unicore.wsrflite.xfire.LocalTestCase
for example:
XFireKernel.exposeAsService("test",IExampleService.class,ExampleService.class,factory,false);
addServlets() - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
addSimpleTopic(QName) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
addUnderstoodHeaders(QName[]) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
addWebApplication(WebAppContext) - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
addXPathMessageContentFilter(FilterType, String) - Static method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.util.Filters
add a Xpath message content filter
ADMIN - Static variable in class de.fzj.unicore.wsrflite.utils.Log
logger prefix for admin stuff
admin - Variable in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
AdminService - Interface in de.fzj.unicore.wsrflite.admin.service
Default remote administration facade for WSRFLite.
ADMINSERVICE_NS - Static variable in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
ADMINSERVICE_PORT - Static variable in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
AdminServiceClient - Class in de.fzj.unicore.wsrflite.xmlbeans.client
 
AdminServiceClient(EndpointReferenceType) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
AdminServiceClient(String, EndpointReferenceType) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
AdminServiceClient(String, EndpointReferenceType, ISecurityProperties) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
AdminServiceClient(String, EndpointReferenceType, ISecurityProperties, XFireClientFactory) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
AdminServiceHomeImpl - Class in de.fzj.unicore.wsrflite.admin.service
AdminTool Service Home implementation.
AdminServiceHomeImpl() - Constructor for class de.fzj.unicore.wsrflite.admin.service.AdminServiceHomeImpl
 
AdminServiceImpl - Class in de.fzj.unicore.wsrflite.admin.service
 
AdminServiceImpl() - Constructor for class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
 
annotationType() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentDescriptorImpl
 
append(XmlObject, XmlObject) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
appends a XmlObject into another XML document, immediately before the end tag
append(XmlObject[], XmlObject) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
 
AutoDeployer - Class in de.fzj.unicore.wsrflite.utils.deployment
Used for automatic deployment of Web Services.

B

BaseFault - Exception in de.fzj.unicore.wsrflite.xmlbeans
represents a WSRF BaseFault.
BaseFault(String, Throwable, BaseFaultType) - Constructor for exception de.fzj.unicore.wsrflite.xmlbeans.BaseFault
 
BaseFault(String, BaseFaultType) - Constructor for exception de.fzj.unicore.wsrflite.xmlbeans.BaseFault
 
BaseFault(String) - Constructor for exception de.fzj.unicore.wsrflite.xmlbeans.BaseFault
 
BASENS - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.ISubscription
 
BaseWSRFClient - Class in de.fzj.unicore.wsrflite.xmlbeans.client
A basic WSRF client.
BaseWSRFClient(EndpointReferenceType) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
create a Client to connect to service at 'epr' using the transport 'url'
BaseWSRFClient(String, EndpointReferenceType) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
create a Client to connect to service at 'epr' using the transport 'url'
BaseWSRFClient(String, EndpointReferenceType, ISecurityProperties) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
create a new wsrf client instance
BaseWSRFClient(String, EndpointReferenceType, ISecurityProperties, XFireClientFactory) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
create a new wsrf client instance
BINDING_JAXB - Static variable in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
BINDING_XMLBEANS - Static variable in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
BW_BASENS - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.WSNConstants
 

C

CachingWSDLWriter - Class in de.fzj.unicore.wsrflite.xfire
caches the WSDL, and repairs the service URL that is published
CachingWSDLWriter(WSDLWriter) - Constructor for class de.fzj.unicore.wsrflite.xfire.CachingWSDLWriter
 
calls_per_task - Static variable in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
check(Home, String) - Method in class de.fzj.unicore.wsrflite.impl.ExpiryChecker
 
check(Home, String) - Method in interface de.fzj.unicore.wsrflite.impl.InstanceChecker
check condition
check(Home, String) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.WSNEventChecker
this will invoke GetResourcePropertyDocument() and thus events will be generated
checkAccess(Object, String, MessageContext) - Method in interface de.fzj.unicore.wsrflite.xfire.AccessControlInterceptor
check access
checkConnection() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
check the connection to the service
checkConnection(int) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
check the connection to the WSRF service by calling getCurrentTime().
checkers - Variable in class de.fzj.unicore.wsrflite.impl.InstanceChecking
 
checkPermissions(int) - Method in class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
check whether an insert/update/delete operation is allowed
checkSchema - Variable in class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
 
checkSchema(int) - Method in class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
checks whether the given element cardinality is allowed by the schema
CheckUnderstoodHeadersHandler - Class in de.fzj.unicore.wsrflite.xfire
a hack to let wsrflite accept various handlers...
CheckUnderstoodHeadersHandler() - Constructor for class de.fzj.unicore.wsrflite.xfire.CheckUnderstoodHeadersHandler
 
className - Variable in class de.fzj.unicore.wsrflite.persistence.WSRFInstanceBean
 
cleanLogContext() - Static method in class de.fzj.unicore.wsrflite.utils.Log
 
cleanup() - Method in class de.fzj.unicore.wsrflite.messaging.MessagingImpl
remove all content
clearChangeFlag() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
clearChangeFlag() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
clear the "dirty" flag, called by the container after the resource has been persisted
clearMetricData(ClearMetricDataRequestDocument) - Method in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
clearMetricData(ClearMetricDataRequestDocument) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
 
clearMetricData(String) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
clearSecurityContext() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
clearSecurityContext() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
 
ClientException - Exception in de.fzj.unicore.wsrflite.exceptions
thrown on errors related to web service invocations, where the client is the source of the fault.
ClientException() - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ClientException
 
ClientException(String, Throwable) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ClientException
 
ClientException(String) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ClientException
 
ClientException(Throwable) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ClientException
 
clone() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
clone() - Method in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
 
clone() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
ConcurrentAccess - Annotation Type in de.fzj.unicore.wsrflite.persistence
Annotation that controls concurrent access to WS Resources on a web method level.
ConfigurableGzipFilter - Class in de.fzj.unicore.wsrflite.jetty
wrapper around Jetty's GzipFilter that allows configuration using wsrflite.xml
The following configuration options exist.
ConfigurableGzipFilter() - Constructor for class de.fzj.unicore.wsrflite.jetty.ConfigurableGzipFilter
 
configure() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
Configure the pool.
configure() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.provider.WSNProvider
configure WS-N messaging
configureConnector(AbstractConnector) - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
configureExecutor() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
 
configureHandlers() - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
Set up the handler structure to receive a webapp.
configureProxy(HttpClient, String) - Static method in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
configure the proxy settings (taken from Kernel/System properties) on the given client
configureScheduler() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
 
configureSecurity(Object, ISecurityProperties, String) - Method in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
customize security settings on the client proxy object
configureSecurity(Client, ISecurityProperties, String) - Method in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
 
configureServer() - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
configureServices() - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
configureServices(InputStream) - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
configure the services
Consumer - Class in de.fzj.unicore.wsrflite.xmlbeans.client
a simple consumer to use on the "client side"
(It stores consumer references statically, so you cannot use it on the services side)
Consumer() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.Consumer
 
ConsumerRefKey - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
convert(Exception) - Method in interface de.fzj.unicore.wsrflite.FaultConverter
 
convert(Exception) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.XmlBeansFaultConverter
 
copyFile(File, File) - Static method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentUtils
File copy utility (maximal file size ~64 MB).
CORE_POOL_SIZE - Static variable in class de.fzj.unicore.wsrflite.ResourcePool
property key for setting the core thread pool size for the scheduled execution service
create(Class, String, String, Map) - Method in class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
 
create(Client) - Method in class de.fzj.unicore.wsrflite.xfire.ReliableProxyFactory
 
createClient(String, ISecurityProperties) - Static method in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
Convenience method for getting a pre-configured HttpClient
createClient() - Static method in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
create a HTTP client (code is based on XFire's CommonsHttpMessageSender
createConnector(int, String) - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
createController() - Method in class de.fzj.unicore.wsrflite.xfire.Servlet
creates an WSRFServletController, that lists the UNICORE Services with correct links to the WSDLs
createDynamicClient(String, ISecurityProperties) - Method in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
creates a dynamic client from the wsdl of the service
createFault(String) - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.BaseFault
helper for creating a BaseFault including the mandatory timestamp
createFault(String, Throwable) - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.BaseFault
/* helper for creating a BaseFault including the mandatory timestamp
createFault() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.InvalidResourcePropertyQNameFault
 
createFault(String) - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.InvalidResourcePropertyQNameFault
 
createFault() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceNotDestroyedFault
 
createFault(String) - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceNotDestroyedFault
 
createFault() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnavailableFault
 
createFault(String) - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnavailableFault
 
createFault() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnknownFault
 
createFault(String) - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnknownFault
 
createFault() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.TerminationTimeChangeRejectedFault
 
createFault(String) - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.TerminationTimeChangeRejectedFault
 
createFault() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.UnableToSetTerminationTimeFault
 
createFault(String) - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.UnableToSetTerminationTimeFault
 
createFaultMessage(String, Throwable) - Static method in class de.fzj.unicore.wsrflite.utils.Log
construct a user-friendly error message
createJar(String, byte[]) - Static method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentUtils
 
createMessage(ISubscription, Event) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
createPlainWSProxy(Class<T>, String, ISecurityProperties) - Method in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
Create a proxy for the plain web service at the given URL, i.e. not using ws-addressing
createProxy(Class<T>, String, EndpointReferenceType, ISecurityProperties) - Method in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
Create a proxy for the service at the given EPR
createRPValueChangeMessage(ISubscription, Event) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
creates a message using the ResourcePropertyValueChanged document defined in the WS-ResourceProperties spec.
createSecureConnector(int, String) - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
createServer() - Method in class de.fzj.unicore.wsrflite.xfire.JettyTestCase
 
createServiceGroupEntry(Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationImpl
 
createServiceInstance(String, Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.Kernel
convenience method to create a new WSRF instance of a certain service
createSimpleMessage(ISubscription, Event) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
make a simple message
createStore() - Method in class de.fzj.unicore.wsrflite.messaging.MessagingImpl
 
createWSRFServiceInstance(Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceHomeImpl
Create the singleton admin service instance
createWSRFServiceInstance(Map<String, Object>) - Method in interface de.fzj.unicore.wsrflite.Home
create a new WS-Resource and persist it
createWSRFServiceInstance(Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
CreationTimeKey - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
CurrentTimeProperty - Class in de.fzj.unicore.wsrflite.xmlbeans.impl
a ResourceProperty representing the current system time
CurrentTimeProperty() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.impl.CurrentTimeProperty
 
CustomWSDLBuilder - Class in de.fzj.unicore.wsrflite.xfire
Used for service level class loader injection into XMLBeans.
CustomWSDLBuilder(Service, TransportManager, ClassLoader) - Constructor for class de.fzj.unicore.wsrflite.xfire.CustomWSDLBuilder
 

D

de.fzj.unicore.wsrflite - package de.fzj.unicore.wsrflite
This package contains the main interfaces and major classes of the WSRFlite hosting environment.
de.fzj.unicore.wsrflite.admin.service - package de.fzj.unicore.wsrflite.admin.service
 
de.fzj.unicore.wsrflite.exceptions - package de.fzj.unicore.wsrflite.exceptions
This package contains the exception classes for the WSRF core, related to instance lookup and lifecycle management.
de.fzj.unicore.wsrflite.impl - package de.fzj.unicore.wsrflite.impl
 
de.fzj.unicore.wsrflite.jetty - package de.fzj.unicore.wsrflite.jetty
 
de.fzj.unicore.wsrflite.messaging - package de.fzj.unicore.wsrflite.messaging
This package contains the interfaces of the messaging system.
de.fzj.unicore.wsrflite.messaging.impl - package de.fzj.unicore.wsrflite.messaging.impl
 
de.fzj.unicore.wsrflite.persistence - package de.fzj.unicore.wsrflite.persistence
This package contains things related to persistence.
de.fzj.unicore.wsrflite.security - package de.fzj.unicore.wsrflite.security
 
de.fzj.unicore.wsrflite.utils - package de.fzj.unicore.wsrflite.utils
 
de.fzj.unicore.wsrflite.utils.deployment - package de.fzj.unicore.wsrflite.utils.deployment
 
de.fzj.unicore.wsrflite.utils.deployment.exceptions - package de.fzj.unicore.wsrflite.utils.deployment.exceptions
 
de.fzj.unicore.wsrflite.xfire - package de.fzj.unicore.wsrflite.xfire
This package contains the code related to the XFire SOAP engine.
de.fzj.unicore.wsrflite.xfire.http - package de.fzj.unicore.wsrflite.xfire.http
 
de.fzj.unicore.wsrflite.xmlbeans - package de.fzj.unicore.wsrflite.xmlbeans
 
de.fzj.unicore.wsrflite.xmlbeans.client - package de.fzj.unicore.wsrflite.xmlbeans.client
This package contains client side code.
de.fzj.unicore.wsrflite.xmlbeans.exceptions - package de.fzj.unicore.wsrflite.xmlbeans.exceptions
 
de.fzj.unicore.wsrflite.xmlbeans.impl - package de.fzj.unicore.wsrflite.xmlbeans.impl
 
de.fzj.unicore.wsrflite.xmlbeans.rp - package de.fzj.unicore.wsrflite.xmlbeans.rp
This package contains some helper classes for dealing with resource properties.
de.fzj.unicore.wsrflite.xmlbeans.sg - package de.fzj.unicore.wsrflite.xmlbeans.sg
 
de.fzj.unicore.wsrflite.xmlbeans.sg.impl - package de.fzj.unicore.wsrflite.xmlbeans.sg.impl
 
de.fzj.unicore.wsrflite.xmlbeans.wsn - package de.fzj.unicore.wsrflite.xmlbeans.wsn
This package contains the WS-BaseNotification code.
de.fzj.unicore.wsrflite.xmlbeans.wsn.impl - package de.fzj.unicore.wsrflite.xmlbeans.wsn.impl
 
de.fzj.unicore.wsrflite.xmlbeans.wsn.provider - package de.fzj.unicore.wsrflite.xmlbeans.wsn.provider
 
de.fzj.unicore.wsrflite.xmlbeans.wsn.util - package de.fzj.unicore.wsrflite.xmlbeans.wsn.util
 
debug(String, Throwable) - Method in class de.fzj.unicore.wsrflite.jetty.JettyLogger
 
debug(String, Object, Object) - Method in class de.fzj.unicore.wsrflite.jetty.JettyLogger
 
decrementSubscriberCount() - Method in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
DEFAULT_LIFETIME - Static variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
property name for configuring the default lifetime (in seconds) set to an integer value (seconds)
DefaultHome - Class in de.fzj.unicore.wsrflite.impl
This is a basic implementation of the Home interface.
DefaultHome() - Constructor for class de.fzj.unicore.wsrflite.impl.DefaultHome
 
defaults - Static variable in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
DefaultSecurityProperties - Class in de.fzj.unicore.wsrflite.security
provide some default security settings (SSL and WS-Security are off)
DefaultSecurityProperties() - Constructor for class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
DELETE - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
delete() - Method in class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
 
deleteEntry(EntryDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.EntryResourceProperty
 
deleteEntry(String) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.EntryResourceProperty
delete by servicegroup entry resource id
deleteEntry(EntryDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupImpl
 
DeleteResourceProperties(DeleteResourcePropertiesDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
delete RP
DeleteResourceProperties(DeleteResourcePropertiesDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
 
deleteServiceInstance(DeleteServiceInstanceRequestDocument) - Method in interface de.fzj.unicore.wsrflite.admin.service.AdminService
Deletes the specified WS-Resource
deleteServiceInstance(DeleteServiceInstanceRequestDocument) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
Deletes the specified instance of the specified service.
deleteServiceInstance(DeleteServiceInstanceRequestDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
deleteSubscription(String) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
deletes a subscription
DeletionOfServiceInstanceNotPermittedException - Exception in de.fzj.unicore.wsrflite.utils.deployment.exceptions
Is thrown in case of deletion attempts on non-deletable service instances.
DeletionOfServiceInstanceNotPermittedException(String, String) - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.DeletionOfServiceInstanceNotPermittedException
 
DeploymentConstants - Class in de.fzj.unicore.wsrflite.utils.deployment
 
DeploymentConstants() - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.DeploymentConstants
 
DeploymentDescriptor - Annotation Type in de.fzj.unicore.wsrflite.utils.deployment
Annotation used for specifying deployment-specific metadata for Web Services that shall be deployed automatically.
DeploymentDescriptorImpl - Class in de.fzj.unicore.wsrflite.utils.deployment
 
DeploymentDescriptorImpl(String, String, boolean) - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.DeploymentDescriptorImpl
 
DeploymentDescriptorImpl(String, String, boolean, String) - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.DeploymentDescriptorImpl
 
DeploymentManager - Class in de.fzj.unicore.wsrflite.utils.deployment
Manages (un-)deployment of Web Services.
DeploymentPackage - Class in de.fzj.unicore.wsrflite.utils.deployment
Contains data needed for service deployment.
DeploymentPackage(String, String, String, boolean) - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
DeploymentPackage(String, String, String, boolean, String) - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
DeploymentPackage(File) - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
DeploymentPackage(String, File) - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
DeploymentPackage(String, File, boolean, int) - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
DeploymentUtils - Class in de.fzj.unicore.wsrflite.utils.deployment
 
DeploymentUtils() - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.DeploymentUtils
 
deployService(DeployServiceRequestDocument) - Method in interface de.fzj.unicore.wsrflite.admin.service.AdminService
Deploys the specified Web Service
deployService(DeployServiceRequestDocument) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
Dynamically deploys a Web Service.
deployService(DeploymentPackage) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
 
deployService() - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
deployService(DeployServiceRequestDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
destroy() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
perform resource-specific cleanup.
destroy() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
perform resource-specific clean up operations
Called when the resource is destroyed, specifically, this will be executed : when external clients use the ResourceLifetime interface to destroy a WS-Resource when the lifetime expires and the container destroys the resource
destroy() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
destroy a WS-Resource
Destroy(DestroyDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
Destroy(DestroyDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceLifetime
 
destroy() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
resource-specific destruction: send message about our demise
destroyWSRFServiceInstance(String) - Method in interface de.fzj.unicore.wsrflite.Home
delete and cleanup the administrative information about a WS-Resource (NOTE: this will not call WSRFInstance.destroy() (NOTE 2: locks will be cleaned as well}
destroyWSRFServiceInstance(String) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
DISABLE_EXPECT_CONTINUE - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
 
DISABLE_KEEP_ALIVE - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
 
discoverHostName() - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
dispose() - Method in interface de.fzj.unicore.wsrflite.messaging.PullPoint
abort reading the messages, writing back any unread messages to the queue
doCreateInstance() - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceHomeImpl
 
doCreateInstance() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
You must override this in subclasses to actually create the instance.
doCreateInstance(Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
You may override in subclasses to create the instance.
doCreateInstance() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceHomeImpl
actually create an instance in general you only need to override this to provide a correct instance
doCreateInstance() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryHomeImpl
 
doCreateInstance() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupHomeImpl
 
doCreateInstance() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationHomeImpl
 
doCreateInstance() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerHomeImpl
 
doCreateInstance() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionHomeImpl
 
doGetProperty(String) - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
Returns a system property.
doGetProperty(String) - Method in class de.fzj.unicore.wsrflite.security.KernelSecurityProperties
 
doGetProperty(String) - Method in class de.fzj.unicore.wsrflite.security.SecurityProperties
 
doHttpAuthn() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
doInvoke(Object, Method, Object[]) - Method in class de.fzj.unicore.wsrflite.xfire.ReliableProxy
Handles the object invocation.
doNotifyObservers(QName, NotificationMessageHolderType) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.Consumer
 
doSSLAuthn() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 

E

ENABLE_GZIP - Static variable in class de.fzj.unicore.wsrflite.jetty.ConfigurableGzipFilter
 
endElement(String, String, String) - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
entries - Variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.EntryResourceProperty
 
EntryResourceProperty - Class in de.fzj.unicore.wsrflite.xmlbeans.sg.impl
 
EntryResourceProperty() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.EntryResourceProperty
 
epr - Variable in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
 
equalEPRs(EndpointReferenceType, EndpointReferenceType) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationImpl
compare EPRs.
Event - Class in de.fzj.unicore.wsrflite.xmlbeans.wsn
 
Event(QName, XmlObject[]) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.wsn.Event
 
EXEC_CORE_POOL_SIZE - Static variable in class de.fzj.unicore.wsrflite.ResourcePool
property key for setting the minimum thread pool size for the scheduled execution service
EXEC_MAX_POOL_SIZE - Static variable in class de.fzj.unicore.wsrflite.ResourcePool
property key for setting the maximum thread pool size for the scheduled execution service
EXEC_POOL_TIMEOUT - Static variable in class de.fzj.unicore.wsrflite.ResourcePool
property key for setting the timeout in millis for removing idle threads
EXPIRYCHECK_INITIAL - Static variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
property name for configuring the initial delay for ws-resource expiry checking set to an integer value (seconds)
EXPIRYCHECK_PERIOD - Static variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
property name for configuring the repeat period for ws-resource expiry checking set to an integer value (seconds)
expiryChecker - Variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
ExpiryChecker - Class in de.fzj.unicore.wsrflite.impl
Takes care of lifetime expiry.
ExpiryChecker() - Constructor for class de.fzj.unicore.wsrflite.impl.ExpiryChecker
 
exposeAsService(String, Class<?>, Class<?>, ServiceFactory, boolean, boolean) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
exposeAsService(String, Class<?>, Class<?>, ServiceFactory, boolean) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
exposeAsService(String, Class<?>, Class<?>, ServiceFactory) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
exposeAsService(String, Class<?>, Class<?>) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
exposeAsService(String, Class<?>, Class<?>, boolean) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
exposeAsService(String, Class<?>, Class<?>, boolean, boolean) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
EXTERNAL - Static variable in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentConstants
 
extractAny(XmlObject, QName) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
retrieve Xml content by QName (careful, this will not return XML documents, but XML fragments.
extractAnyElements(XmlObject, QName) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
extract an array of XML elements identified by their qname from an XML source document.
extractAnyElements(XmlObject, QName, Class<? extends XmlObject>) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
extract an array of XML elements identified by their qname from an XML source document.
extractDeploymentMetadata(File) - Static method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentUtils
 
extractElementTextAsString(XmlObject) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
extract the text content of an XML element
extractEvent(TopicExpressionType) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.Consumer
 
extractQName(TopicExpressionType) - Static method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.util.SimpleTopic
 
extractResourceID(EndpointReferenceType) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
 
extractResourceID(String) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
 
extractResourceProperty(GetResourcePropertyResponseDocument) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
get the resourceproperty from a GetResourcePropertyResponse
extractResourceProperty(GetResourcePropertyDocumentResponseDocument, QName) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
 
extractServiceName(EndpointReferenceType) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
 
extractServiceName(String) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
 
extractServiceNameFromJarFile(File) - Static method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentUtils
Extracts service name from jar file.
extractServiceReference(MessageContext) - Method in interface de.fzj.unicore.wsrflite.Home
retrieve the correct service instance id, based on the message context TODO refactor to use some abstract context
extractServiceReference(MessageContext) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
retrieve the unique service instance id from the message context This can be as a query parameter in the wsa:To, or as a ReferenceParameter, or (as fallback) as a query parameter in the HTTP transport URL
extractXPathMessageContentFilter(FilterType) - Static method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.util.Filters
extract an XPath expression to be used as message content filter

F

factory - Static variable in class de.fzj.unicore.wsrflite.xfire.JettyTestCase
 
factory - Static variable in class de.fzj.unicore.wsrflite.xfire.LocalTestCase
 
FAST_SESSION_ID - Static variable in class de.fzj.unicore.wsrflite.jetty.JettyServer
use faster (but less secure) session ID generator default: false
FaultConverter - Interface in de.fzj.unicore.wsrflite
convert exceptions to SOAP faults This is dependent on the xml-Java binding, so each binding needs to provide this converter
FaultHandler - Class in de.fzj.unicore.wsrflite.xfire
slightly customised XFire fault handler that does not always log stacktraces at INFO level
FaultHandler() - Constructor for class de.fzj.unicore.wsrflite.xfire.FaultHandler
 
FileWatcher - Class in de.fzj.unicore.wsrflite.utils
helper to watch a file and invoke a specific action if it was modified.
FileWatcher(File, Runnable) - Constructor for class de.fzj.unicore.wsrflite.utils.FileWatcher
 
fillResourcePropertyDocument() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
fills the given resource property document in a schema-compliant way
FilterKey - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
Filters - Class in de.fzj.unicore.wsrflite.xmlbeans.wsn.util
 
findAnyElementQName(XmlObject) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
for an element containing an xsd:any element, find the Qname of the xsd:any
findConcurrentMethods(Class<?>) - Static method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
findPersistentFields(Class<?>) - Static method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
FinishTimeHandler - Class in de.fzj.unicore.wsrflite.xfire
 
FinishTimeHandler(String) - Constructor for class de.fzj.unicore.wsrflite.xfire.FinishTimeHandler
 

G

generateServices(HttpServletRequest, HttpServletResponse) - Method in class de.fzj.unicore.wsrflite.xfire.WSRFServletController
 
get(String) - Method in interface de.fzj.unicore.wsrflite.Home
Get a wsrf instance for read access (i.e. without aquiring a lock)
get(String) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
get() - Static method in class de.fzj.unicore.wsrflite.messaging.MessagingImpl
 
get(Class<?>) - Static method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
create persistence settings for the given service class, by evaluating annotations
getAccessControlChecker() - Method in class de.fzj.unicore.wsrflite.xfire.WSRFInvoker
 
getAction(OperationInfo) - Method in class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
retrieves the wsa:Action
getBaseurl() - Method in class de.fzj.unicore.wsrflite.xfire.JettyTestCase
 
getBaseurl() - Method in class de.fzj.unicore.wsrflite.xfire.LocalTestCase
 
getBody() - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
getCacheHits() - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
getCacheHits() - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
getCalendar(String) - Static method in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
getChannel(String) - Method in interface de.fzj.unicore.wsrflite.messaging.IMessaging
gets or creates a messaging channel with the given name
getChannel() - Method in interface de.fzj.unicore.wsrflite.messaging.IMessagingProvider
 
getChannel(String) - Method in class de.fzj.unicore.wsrflite.messaging.MessagingImpl
 
getChannel() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.provider.WSNProvider
 
getClient() - Method in class de.fzj.unicore.wsrflite.xfire.ReliableProxy
 
getClient(String, EndpointReferenceType) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.provider.WSNProvider
return an appropriate client.
getClientSideSecurityProperties() - Method in class de.fzj.unicore.wsrflite.xfire.JettyTestCase
override to provide non-trivial client side security properties
getConcurrentMethodNames() - Method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
getConnectionStatus() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
check the connection status to the service
getConsumerReference() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
getConsumerReference() - Method in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.ISubscription
 
getContentElements() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupImpl
 
getCreationTime() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
getCreationTime() - Method in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.ISubscription
 
GetCurrentMessage(GetCurrentMessageDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerImpl
 
GetCurrentMessage(GetCurrentMessageDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
GetCurrentMessage(GetCurrentMessageDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.NotificationProducer
 
GETCURRENTMESSAGE_ACTION - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.NotificationProducer
 
getCurrentTime() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
get the current time of a WS-Resource
getCurrentTotal() - Method in class de.fzj.unicore.wsrflite.utils.StopWatch
 
getDate() - Method in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
getDeadLetterChannel() - Static method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.provider.WSNProvider
a channel for storing messages whose delivery failed for some reason.
getDefaultDecider(ReliableProxy) - Static method in class de.fzj.unicore.wsrflite.xfire.ReliableProxy
creates and returns a default ReliableProxy.RetryDecider implementation that will resubmit a fixed number of times, and will throw any application errors indicated by XFireFault or FaultInfoException
getDefaultLifetime() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
return the default lifetime of a ws-resource in seconds
getDefaultSettings() - Static method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
getDefaultTerminationTime() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationImpl
 
getDeletedResource() - Method in class de.fzj.unicore.wsrflite.messaging.ResourceDeletedMessage
 
getDestination() - Method in class de.fzj.unicore.wsrflite.messaging.impl.MessageBean
 
getEntry(EndpointReferenceType) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationImpl
 
getEPR() - Method in class de.fzj.unicore.wsrflite.xfire.WSRFAddressingOutHandler
 
getEPR() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
get the EPR this client points to
getExecutorActiveThreadCount() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
 
getExecutorCorePoolSize() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
 
getExecutorMaxPoolSize() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
 
getExecutorService() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
get a ExecutorService for executing tasks
getExpressionDialectDocument() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
getFactoryFromAnnotation(Class<?>) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
figure out the correct service factory to use on the given service impl class
getFailedSubmits() - Method in class de.fzj.unicore.wsrflite.xfire.ReliableProxy
 
getFaultConverter() - Method in interface de.fzj.unicore.wsrflite.Home
get the FaultConverter for this service
getFaultConverter() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceHomeImpl
 
getFaultInfo() - Method in exception de.fzj.unicore.wsrflite.xmlbeans.BaseFault
 
getFaultInfo() - Method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.InvalidResourcePropertyQNameFault
 
getFaultInfo() - Method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceNotDestroyedFault
 
getFaultInfo() - Method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnavailableFault
 
getFaultInfo() - Method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnknownFault
 
getFaultInfo() - Method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.TerminationTimeChangeRejectedFault
 
getFaultInfo() - Method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.UnableToSetTerminationTimeFault
 
getFaultName() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.BaseFault
 
getFaultName() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.InvalidResourcePropertyQNameFault
 
getFaultName() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceNotDestroyedFault
 
getFaultName() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnavailableFault
 
getFaultName() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnknownFault
 
getFaultName() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.TerminationTimeChangeRejectedFault
 
getFaultName() - Static method in exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.UnableToSetTerminationTimeFault
 
getFaultTo() - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
getField(String) - Method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
getFixedTopicSetDocument() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
getForUpdate(String) - Method in interface de.fzj.unicore.wsrflite.Home
Get a wsrf instance for update (i.e. aquire a lock)
getForUpdate(String) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
getForUpdate(String, long, TimeUnit) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
getForUpdate(String, long, TimeUnit) - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
getForUpdate(String, long, TimeUnit) - Method in interface de.fzj.unicore.wsrflite.persistence.Store
get and lock a live instance from storage.
getFrom() - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
getHostConfiguration(ISecurityProperties) - Static method in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
get a HostConfiguration using the specified security settings
getHttpPasswd() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getHttpUser() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getID() - Method in class de.fzj.unicore.wsrflite.messaging.impl.MessageBean
 
getIFace() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
getImpl() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
getInHandlers() - Method in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
returns a list of in handlers to add to the proxy client
getInitTaskName() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
getInitTasks() - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
return the list of Runnable that were defined in the configuration as service init tasks
getInstance() - Static method in class de.fzj.unicore.wsrflite.utils.deployment.AutoDeployer
 
getInstance() - Static method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
 
getInstance() - Static method in class de.fzj.unicore.wsrflite.xmlbeans.impl.XmlBeansFaultConverter
 
getInvoker() - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
getIsPersistent() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
getJarAsBytes() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
getJarFile() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
getKernel() - Static method in class de.fzj.unicore.wsrflite.Kernel
 
getKeystore() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
getKeystore() - Method in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
retrieve the keystore location
getKeystore() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getKeystoreAlias() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
getKeystoreAlias() - Method in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
retrieve alias to use
getKeystoreAlias() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getKeystoreKeyPasswd() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getKeystorePasswd() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getKeystorePassword() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
getKeystorePassword() - Method in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
retrieve the keystore password
getKeystoreType() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
getKeystoreType() - Method in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
retrieve the keystore type
getKeystoreType() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getLocalService(String) - Method in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
 
getLockSupport() - Static method in class de.fzj.unicore.wsrflite.persistence.PersistenceManager
get helper for dealing with locks (a singleton)
getLogger(String) - Method in class de.fzj.unicore.wsrflite.jetty.JettyLogger
 
getLogger(String, Class<?>) - Static method in class de.fzj.unicore.wsrflite.utils.Log
returns a logger, using the given prefix and the simple name of the given class
getLoggerName(String, Class<?>) - Static method in class de.fzj.unicore.wsrflite.utils.Log
returns a logger name, using the given prefix and the simple name of the given class
getLT() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
 
getMaxSubmits() - Method in class de.fzj.unicore.wsrflite.xfire.ReliableProxy
 
getMemberInterfaces() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupImpl
 
getMessageContentFilter() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
getMessageContentFilter() - Method in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.ISubscription
 
getMessageId() - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
getMessaging() - Static method in class de.fzj.unicore.wsrflite.Kernel
get access to the message system
getMetric(GetMetricRequestDocument) - Method in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
getMetric(GetMetricRequestDocument) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
 
getMetric(GetMetricRequestDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
getMetricCategories(GetMetricCategoriesRequestDocument) - Method in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
getMetricCategories(GetMetricCategoriesRequestDocument) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
 
getMetricCategories() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
getMetrics(GetMetricsRequestDocument) - Method in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
getMetrics(GetMetricsRequestDocument) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
 
getMetrics(GetMetricsRequestDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
getMode() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
getMonitorMetrics() - Method in class de.fzj.unicore.wsrflite.Kernel
get the list of metrics to be published by the admin service
getMonitorMetrics(GetMetricsRequestDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
getMultipleResourceProperties(QName...) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
get multiple resource properties
GetMultipleResourceProperties(GetMultipleResourcePropertiesDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
GetMultipleResourceProperties(GetMultipleResourcePropertiesDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
 
getNewValue() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.Event
 
getNumberOfElements() - Method in class de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty
returns the current number of XML elements contained in this resource property
NOTE: subclasses should provide an optimized implementation for this method
getNumberOfInstances() - Method in interface de.fzj.unicore.wsrflite.Home
retrieve the current number of alive instances
getNumberOfInstances() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
getOutHandlers() - Method in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
returns a list of out handlers to add to the proxy client
getPerServiceProperty(String, String, String) - Method in class de.fzj.unicore.wsrflite.Kernel
get a property that is defined per service.
getPersist(String) - Static method in class de.fzj.unicore.wsrflite.persistence.PersistenceManager
gets the Store instance for the given service
getPersistenceSettings() - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
getPersistenceSettings() - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
getPersistenceSettings(Class<?>) - Static method in class de.fzj.unicore.wsrflite.persistence.PersistenceManager
retrieve the persistence settings for a given service class
getPersistentFieldKeys() - Method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
getPerTableProperty(String, String, String) - Method in class de.fzj.unicore.wsrflite.persistence.Persistence.PropertySource
 
getPort() - Method in class de.fzj.unicore.wsrflite.xfire.JettyTestCase
 
getPortType(Class<?>) - Method in class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
return the porttype
getProducerURL() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
getProperty(String) - Method in class de.fzj.unicore.wsrflite.Kernel
 
getProperty(String, String) - Method in class de.fzj.unicore.wsrflite.Kernel
 
getProperty() - Method in class de.fzj.unicore.wsrflite.ResourcePropertyBase
get the property as a java object
(optional, return null if not applicable)
getProperty() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.CurrentTimeProperty
 
getProperty() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.TerminationTimeProperty
 
getProperty() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.EntryResourceProperty
returns an EntryType[] array
getPullPoint(String) - Method in interface de.fzj.unicore.wsrflite.messaging.IMessaging
get a pullpoint for reading messages targeted at the given destination
getPullPoint(String) - Method in class de.fzj.unicore.wsrflite.messaging.MessagingImpl
get a pull point for reading internal messages targeted at the given destination The messages will be removed from the store, so the application has to process them all, or call
getQName() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.Event
 
getQueue(String) - Method in interface de.fzj.unicore.wsrflite.messaging.IMessaging
Deprecated. use getChannel instead
getQueue(String) - Method in class de.fzj.unicore.wsrflite.messaging.MessagingImpl
Deprecated. use MessagingImpl.getChannel(String)) instead
getReferenceParameterQNames() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
if you want to use referenceParameters for selecting resources, return a list of accepted qnames here
getReplyTo() - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
getResourcePropertiesDocument() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
getResourceProperty(QName) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
retrieve a resource property
This is returned as a String, so you can easily build an XMLBeans object from it
getResourceProperty(QName) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
retrieve the XML for a resource property by QName.
GetResourceProperty(GetResourcePropertyDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
GetResourceProperty(GetResourcePropertyDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
 
getResourcePropertyDocument() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
get a string containing all resourceproperties
GetResourcePropertyDocument() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
get a document containing all resourceproperties
GetResourcePropertyDocument(GetResourcePropertyDocumentDocument1) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
Retrieve all the resource properties.
GetResourcePropertyDocument(GetResourcePropertyDocumentDocument1) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
 
getResourcePropertyDocumentQName() - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
 
getResourcePropertyDocumentQName() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
returns the QName of the resource properties document
getResourcePropertyDocumentQName() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryImpl
 
getResourcePropertyDocumentQName() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupImpl
 
getResourcePropertyDocumentQName() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerImpl
 
getResourcePropertyDocumentQName() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
getResourcePropertyObject(QName) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
retrieve the "backing object" of a resource property by its QName.
getResourcePropertyQNames() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
get the QNames of all registered resource properties
getResourcePropertyResponseDocument() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
returns the resource property document
getResourcePropertyResponseDocument() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupImpl
 
getResourcePropertyXML(QName) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
retrieve the XML for a resource property by QName.
getRootContext() - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
getRP() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
lazily creates the proxy for the ResourceProperties interface
getScheduledExecutorActiveThreadCount() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
get the number of currently active threads in the scheduler pool
getScheduledExecutorCorePoolSize() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
get the current minimum pool size of the scheduler pool
getScheduledExecutorMaxPoolSize() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
get the current maximum pool size of the scheduler pool
getScheduledExecutorService() - Static method in class de.fzj.unicore.wsrflite.ResourcePool
get a ScheduledExecutorService for executing tasks at a given schedule
getSchema(XmlBeansType) - Method in class de.fzj.unicore.wsrflite.xfire.CustomWSDLBuilder
 
getSecurityContext() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
getSecurityContext() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
 
getSecurityProperties() - Method in class de.fzj.unicore.wsrflite.Kernel
retrieve the security properties
getSecurityProperties() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
get the security properties used by this client
getServer() - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
get the Jetty server
getServer() - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
getServerSideSecurityProperties() - Method in class de.fzj.unicore.wsrflite.xfire.JettyTestCase
override to provide non-trivial server side security properties
getService(String) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
getServiceClassLoader(String) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
 
getServiceHome(String) - Method in class de.fzj.unicore.wsrflite.Kernel
 
getServiceHome(String) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
 
getServiceHomes() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
 
getServiceInstanceData(GetServiceInstanceRequestDocument) - Method in interface de.fzj.unicore.wsrflite.admin.service.AdminService
Retrieves the resource properties document of the specified WS-Resource
getServiceInstanceData(GetServiceInstanceRequestDocument) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
Retrieves resource properties of the specified service instance, essentially acts as a Web Service intermediary.
getServiceInstanceData(GetServiceInstanceRequestDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
getServiceInstances(GetServiceInstancesRequestDocument) - Method in interface de.fzj.unicore.wsrflite.admin.service.AdminService
Retrieves a list of all WS-Resource UIDs for the specified WSRF Web Service
getServiceInstances(GetServiceInstancesRequestDocument) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
Retrieves a list of currently running instances of a WSRF Web Service
getServiceInstances(GetServiceInstancesRequestDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
getServiceName() - Method in interface de.fzj.unicore.wsrflite.Home
get the service name controlled by this Home
getServiceName() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
getServiceName() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
getServiceName() - Method in class de.fzj.unicore.wsrflite.messaging.ResourceDeletedMessage
 
getServiceName() - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
getServiceName() - Method in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
getServiceName() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentPackage
 
getServiceName() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
return the service name
getServiceNames() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
getServiceObject(MessageContext) - Method in class de.fzj.unicore.wsrflite.xfire.WSRFInvoker
Creates and returns a service object
getServices() - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
getSSLContext() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getState() - Method in class de.fzj.unicore.wsrflite.persistence.WSRFInstanceBean
 
getStore() - Method in interface de.fzj.unicore.wsrflite.Home
get the Store instance, if lower level access to the persistence layer is required
getStore() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
getStoredMessages() - Method in class de.fzj.unicore.wsrflite.messaging.MessagingImpl
 
getSubscriberCount() - Method in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
getTargetNamespace(Class) - Method in class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
get the target namespace
getTask() - Method in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
a single task to be run.
getTerminates() - Method in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
getTerminationTime(String) - Method in interface de.fzj.unicore.wsrflite.Home
Get the termination time of an WS-Resource
getTerminationTime(String) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
getTerminationTime() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
getTerminationTime() - Method in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
get the termination time
getTerminationTime() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
get the termination time (expiry date) for the instance.
getTerminationTime() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
get the termination time of a WS-Resource
getTerminationTimes() - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
getTerminationTimes() - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
getTerminationTimes() - Method in interface de.fzj.unicore.wsrflite.persistence.Store
gets current termination times for all ws-resources in this store
getTo() - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
getTopicExpressionDocuments() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
getTruststore() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
getTruststore() - Method in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
retrieve the keystore location
getTruststore() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getTruststorePasswd() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getTruststorePassword() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
getTruststorePassword() - Method in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
retrieve the keystore password
getTruststoreType() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
getTruststoreType() - Method in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
retrieve the keystore type
getTruststoreType() - Method in class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
getUnderstoodHeaders() - Method in class de.fzj.unicore.wsrflite.xfire.CheckUnderstoodHeadersHandler
 
getUnderstoodHeaders() - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
support the SOAP mustUnderstand feature.
getUniqueID() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
getUniqueID() - Method in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
getUniqueID() - Method in class de.fzj.unicore.wsrflite.persistence.WSRFInstanceBean
 
getUniqueID() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
get the unique ID of this WSRF instance
getUniqueIDs() - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
getUniqueIDs() - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
getUniqueIDs() - Method in interface de.fzj.unicore.wsrflite.persistence.Store
retrieve a list of all unique ids
getUpdateInterval() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
retrieves the minimum time between subsequent remote GetResourcePropertyDocument() calls.
getUrl() - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
getUrl() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
get the URL this client talks to
getWSNProvider() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
get a messaging provider for sending WS-N messages (only relevant if this service supports WS-N)
getXFire() - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
getXml() - Method in class de.fzj.unicore.wsrflite.admin.service.MonitorEntriesRP
 
getXml() - Method in class de.fzj.unicore.wsrflite.admin.service.ServiceEntriesRP
 
getXml() - Method in class de.fzj.unicore.wsrflite.ResourcePropertyBase
get the XML representation of this property.
getXml() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.CurrentTimeProperty
 
getXml() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.TerminationTimeProperty
 
getXml() - Method in class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
 
getXml() - Method in class de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty
 
getXml(int, int) - Method in class de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty
returns a subset of the resource property xml.
getXml() - Method in class de.fzj.unicore.wsrflite.xmlbeans.rp.ImmutableResourceProperty
 
getXml() - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.EntryResourceProperty
 
GZIP_ENABLED - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
Enable GZIP on request and response.
GZIP_REQUEST_ENABLED - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
GZIP the requests.
GZIP_RESPONSE_ENABLED - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
Request GZIP encoded responses.

H

handleMessage(NotificationMessageHolderType) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.Consumer
handle a single message: extract event type (qname) and notify observers
hasChanged() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
return true if the wsresource has changed
hasChanged() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
Has the resource changed?
hasMessages(String) - Method in interface de.fzj.unicore.wsrflite.messaging.IMessaging
checks if unread messages exist for the given destination
hasMessages(String) - Method in class de.fzj.unicore.wsrflite.messaging.MessagingImpl
 
hasNext() - Method in interface de.fzj.unicore.wsrflite.messaging.PullPoint
returns true if there is still a message to be read
haveInit - Static variable in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
haveInit - Static variable in class de.fzj.unicore.wsrflite.xfire.LocalTestCase
 
Home - Interface in de.fzj.unicore.wsrflite
the Home interface offers methods to create, lookup and destroy WS-Resources
home - Variable in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
HTTP_CLIENT - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
 
HTTP_CLIENT_PARAMS - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
 
HTTP_CONNECT_TIMEOUT - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
timeout for creating new HTTP connections
HTTP_NON_PROXY_HOSTS - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
 
HTTP_PROXY_HOST - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
HTTP proxy host
HTTP_PROXY_PASS - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
HTTP proxy password
HTTP_PROXY_PORT - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
HTTP proxy port
HTTP_PROXY_USER - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
HTTP proxy user name
HTTP_STATE - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
 
HTTP_TIMEOUT - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
socket read timeout for HTTP
HttpUtils - Class in de.fzj.unicore.wsrflite.xfire.http
contains helper code to create HttpClient instances and configuring SSL on a per site basis Contains some code from XFire's CommonsHttpMessageSender

I

iFace() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentDescriptorImpl
 
IMessaging - Interface in de.fzj.unicore.wsrflite.messaging
Provides access to the messaging system of WSRFlite
IMessagingChannel - Interface in de.fzj.unicore.wsrflite.messaging
 
IMessagingProvider - Interface in de.fzj.unicore.wsrflite.messaging
Messaging provider interface.
ImmutableResourceProperty - Class in de.fzj.unicore.wsrflite.xmlbeans.rp
simple read-only property
ImmutableResourceProperty(XmlObject) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.rp.ImmutableResourceProperty
 
ImmutableResourceProperty(XmlObject[]) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.rp.ImmutableResourceProperty
 
impl() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentDescriptorImpl
 
incrementSubscriberCount() - Method in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
info(String, Object, Object) - Method in class de.fzj.unicore.wsrflite.jetty.JettyLogger
 
init(FilterConfig) - Method in class de.fzj.unicore.wsrflite.jetty.ConfigurableGzipFilter
 
init(String) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
init(String) - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
init(String) - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
init() - Static method in class de.fzj.unicore.wsrflite.persistence.PersistenceManager
returns true if the hosting env persists instances Can be activated by setting a property to "true"
init(String) - Method in interface de.fzj.unicore.wsrflite.persistence.Store
initialise the store
init() - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
INIT_CONTENT - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryImpl
 
INIT_INITIAL_TERMINATION_TIME - Static variable in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
an initialisation parameter that may be used to set the initial termination time on a resource, expected to be a java.util.Calendar
INIT_MEMBER_EPR - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryImpl
 
INIT_SERVICEGROUP_EPR - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryImpl
 
INIT_UNIQUE_ID - Static variable in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
an initialisation parameter that may be used to set the unique id on a resource, expected to be a String
initExpiryCheck() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
setup the expiry check this implementation can be customised by setting two parameters:
initialise(String, Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
 
initialise(String, Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
initialise(String, Map<String, Object>) - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
called when the resource is first created and initialised by the hosting environment
initialise(String, Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
initialise this WS Resource
In subclasses, a call to super.initialise() is highly recommended!
initialise(String, Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryImpl
 
initialise(String, Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupImpl
 
initialise(String, Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerImpl
 
initialise(String, Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
initTask() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentDescriptorImpl
 
initTask - Variable in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
InMemory - Class in de.fzj.unicore.wsrflite.persistence
map-based storage class
InMemory() - Constructor for class de.fzj.unicore.wsrflite.persistence.InMemory
 
INSERT - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
insert(T) - Method in class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
 
insertAny(XmlObject, XmlObject) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
 
InsertResourceProperties(InsertResourcePropertiesDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
insert RP
InsertResourceProperties(InsertResourcePropertiesDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
 
InstanceChecker - Interface in de.fzj.unicore.wsrflite.impl
instances of this class are used for periodical checks on all the WSRF instances existing in a specific DefaultHome
instanceChecking - Variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
this takes care of removing expired WS-Resources etc.
InstanceChecking - Class in de.fzj.unicore.wsrflite.impl
Run checks on all wsrf instances of a given service
InstanceChecking(Home, String[]) - Constructor for class de.fzj.unicore.wsrflite.impl.InstanceChecking
 
InstanceInfoBean - Class in de.fzj.unicore.wsrflite.persistence
for persisting per-instance information relevant to the container, such as termination time information
InstanceInfoBean(String, String, Calendar) - Constructor for class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
instances - Variable in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
INTERNAL - Static variable in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentConstants
 
InvalidModificationException - Exception in de.fzj.unicore.wsrflite.exceptions
thrown when an insert,update,delete operation on a resource property results in an invalid resource property document
InvalidModificationException() - Constructor for exception de.fzj.unicore.wsrflite.exceptions.InvalidModificationException
 
InvalidModificationException(String) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.InvalidModificationException
 
InvalidModificationException(String, Throwable) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.InvalidModificationException
 
InvalidModificationException(Throwable) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.InvalidModificationException
 
InvalidResourcePropertyQNameFault - Exception in de.fzj.unicore.wsrflite.xmlbeans.exceptions
 
InvalidResourcePropertyQNameFault(String, InvalidResourcePropertyQNameFaultType) - Constructor for exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.InvalidResourcePropertyQNameFault
 
invoke(MessageContext) - Method in class de.fzj.unicore.wsrflite.utils.LogInMessageHandler
 
invoke(MessageContext) - Method in class de.fzj.unicore.wsrflite.utils.LogOutMessageHandler
 
invoke(MessageContext) - Method in class de.fzj.unicore.wsrflite.xfire.CheckUnderstoodHeadersHandler
 
invoke(MessageContext) - Method in class de.fzj.unicore.wsrflite.xfire.FaultHandler
 
invoke(MessageContext) - Method in class de.fzj.unicore.wsrflite.xfire.FinishTimeHandler
 
invoke(Object, Method, Object[]) - Method in class de.fzj.unicore.wsrflite.xfire.ReliableProxy
Handles the object invocation.
invoke(MessageContext) - Method in class de.fzj.unicore.wsrflite.xfire.StartTimeHandler
 
invoke(MessageContext) - Method in class de.fzj.unicore.wsrflite.xfire.WSRFAddressingOutHandler
 
invoke(Method, Object[], MessageContext) - Method in class de.fzj.unicore.wsrflite.xfire.WSRFInvoker
 
IPersistenceProperties - Interface in de.fzj.unicore.wsrflite.persistence
settings for persistence
isAllowedConcurrentAccess() - Method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
returns true if the container should always allow concurrent access to instances
isConcurrentMethod(String) - Method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
returns true if access to the given method can be concurrent
isDebugEnabled() - Method in class de.fzj.unicore.wsrflite.jetty.JettyLogger
 
isDestroyed() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
isDestroyed() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
has the resource been destroyed?
isDirty - Variable in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
ISecurityProperties - Interface in de.fzj.unicore.wsrflite.security
 
isExpired() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
check expiry.
isExpired() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
Is this resource expired and can be removed?
isLoadOnce() - Method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
isLocal(String) - Method in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
 
isLocalCall(MessageContext) - Method in class de.fzj.unicore.wsrflite.xfire.WSRFInvoker
 
isModifyable(ResourceProperty<?>, int) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
check whether the given rp is modifyable using the given operation
isPersistent() - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentDescriptorImpl
 
isReadOnly() - Method in class de.fzj.unicore.wsrflite.ResourcePropertyBase
is this a readonly property?
isShuttingDown() - Method in interface de.fzj.unicore.wsrflite.Home
check whether the service is currently shutting down
isShuttingDown() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
isSslClientAuthenticated() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
isSslClientAuthenticated() - Method in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
returns true if SSL client authentication mode is enabled.
isSslClientAuthenticated() - Method in class de.fzj.unicore.wsrflite.security.KernelSecurityProperties
returns true if SSL mode is enabled.
isSslClientAuthenticated() - Method in class de.fzj.unicore.wsrflite.security.SecurityProperties
 
isSslEnabled() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
isSslEnabled() - Method in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
returns true if SSL mode is enabled.
isSslEnabled() - Method in class de.fzj.unicore.wsrflite.security.KernelSecurityProperties
returns true if SSL mode is enabled.
isSslEnabled() - Method in class de.fzj.unicore.wsrflite.security.SecurityProperties
 
ISubscription - Interface in de.fzj.unicore.wsrflite.xmlbeans.wsn
a subscription is a ws resource
isValidMethod(Method) - Method in class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
checks whether the given method should be exposed as a webservice, these have to be annotated with the WebMethod annotation
isWSRF(Class<?>) - Static method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentUtils
Determines if a service to be deployed is WSRF.

J

jarFilePath - Variable in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
JettyLogger - Class in de.fzj.unicore.wsrflite.jetty
route Jetty logging through log4j using the log category "unicore.wsrflite.JettyLogger"
JettyLogger() - Constructor for class de.fzj.unicore.wsrflite.jetty.JettyLogger
 
JettyServer - Class in de.fzj.unicore.wsrflite.jetty
a Jetty server hosting an xfire servlet
JettyServer() - Constructor for class de.fzj.unicore.wsrflite.jetty.JettyServer
 
JettyServer(WebAppContext) - Constructor for class de.fzj.unicore.wsrflite.jetty.JettyServer
 
JettyTestCase - Class in de.fzj.unicore.wsrflite.xfire
 
JettyTestCase() - Constructor for class de.fzj.unicore.wsrflite.xfire.JettyTestCase
 
JSR181ServiceFactory - Class in de.fzj.unicore.wsrflite.xfire
process JSR181 annotations to setup the service
JSR181ServiceFactory() - Constructor for class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
 
JSR181ServiceFactory(TransportManager) - Constructor for class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
 

K

Kernel - Class in de.fzj.unicore.wsrflite
Central class of WSRFlite, serves for lookup of components, services, and properties
Main class for WSRFlite standalone use
KernelSecurityProperties - Class in de.fzj.unicore.wsrflite.security
SecurityProperties that are taken from the Kernel properties
KernelSecurityProperties(Kernel) - Constructor for class de.fzj.unicore.wsrflite.security.KernelSecurityProperties
builds SecurityProperties from the properties of the given Kernel
KEY - Static variable in class de.fzj.unicore.wsrflite.xfire.WSRFInvoker
 

L

list - Variable in class de.fzj.unicore.wsrflite.impl.InstanceChecking
 
listFilesByExtension(String, String) - Static method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentUtils
Lists files filtered by file extension.
loadClasses(File, String, String, String) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
Web Services need to be undeployable at runtime and thus their classes must be removable at runtime.
LoadSemantics - Enum in de.fzj.unicore.wsrflite.persistence
Load semantics specify the behaviour of the persistence layer with respect to loading ws-resources
LOCALCALLKEY - Static variable in class de.fzj.unicore.wsrflite.xfire.WSRFInvoker
 
LocalTestCase - Class in de.fzj.unicore.wsrflite.xfire
use for testing using local transport, e.g.
LocalTestCase() - Constructor for class de.fzj.unicore.wsrflite.xfire.LocalTestCase
 
LOCKEDKEY - Static variable in class de.fzj.unicore.wsrflite.xfire.WSRFInvoker
 
Log - Class in de.fzj.unicore.wsrflite.utils
 
Log() - Constructor for class de.fzj.unicore.wsrflite.utils.Log
 
LOG_INCOMING - Static variable in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
configuration property for enabling client-call logging.
LOG_OUTGOING - Static variable in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
configuration property for enabling client-call logging.
logException(String, Throwable) - Static method in class de.fzj.unicore.wsrflite.utils.Log
log an error message to the default logger ("unicore.wsrflite") A human-friendly message is constructed and logged at "INFO" level.
logException(String, Throwable, Logger) - Static method in class de.fzj.unicore.wsrflite.utils.Log
log an error message to the specified logger.
logger - Static variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
logger - Static variable in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
logger - Static variable in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
 
logger - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
 
logger - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.client.Consumer
 
logger - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
logger - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
 
logger - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationImpl
 
logger - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
logger - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
LogInMessageHandler - Class in de.fzj.unicore.wsrflite.utils
logging handler that logs the full incoming SOAP message at INFO level
LogInMessageHandler() - Constructor for class de.fzj.unicore.wsrflite.utils.LogInMessageHandler
 
LogOutMessageHandler - Class in de.fzj.unicore.wsrflite.utils
logging handler that logs the full outgoing SOAP message at INFO level
LogOutMessageHandler() - Constructor for class de.fzj.unicore.wsrflite.utils.LogOutMessageHandler
 
LOW_RESOURCE_MAX_IDLE_TIME - Static variable in class de.fzj.unicore.wsrflite.jetty.JettyServer
in low resource conditions, time (in ms.) before an idle connection will time out (default: 5000)
LOW_THREADS - Static variable in class de.fzj.unicore.wsrflite.jetty.JettyServer
lowThreads is a threshold indicator.

M

main(String[]) - Static method in class de.fzj.unicore.wsrflite.Kernel
Use this when running WSRFlite as a standalone server.
makeAddress(String, String) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
builds an wsa Address for the given service + resourceID
makeAddress(String) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
builds an wsa Address for the given plain web service
makeBaseUrl() - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
makeCalendar(Object) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationImpl
make a Calendar instance from the initial TT as supplied to Add()
the SG spec says this is either xsd:dateTime or xsd:duration
makeChecksum(File) - Static method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentUtils
Compute a checksum of the specified jar file.
makeEPR(String, String) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
return the epr of the specified ws resource
makeEPR(String) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
return the epr of the specified plain ws
makeOutputWriter() - Method in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
makeProxy(Class, String) - Method in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
makeProxy(Service) - Method in class de.fzj.unicore.wsrflite.xfire.LocalTestCase
make proxy for the given service
makeProxy(Class<T>) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
convenience method to create a proxy object for the given interface
makeSoapEnvelope(XmlObject) - Method in class de.fzj.unicore.wsrflite.xfire.JettyTestCase
 
makeSoapEnvelope(XmlObject) - Method in class de.fzj.unicore.wsrflite.xfire.LocalTestCase
 
makeSoapEnvFromReply(Document) - Method in class de.fzj.unicore.wsrflite.xfire.LocalTestCase
 
makeTopic(QName) - Static method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.util.SimpleTopic
Create a simple topic from a qname (Topics are published by the Notification producer)
makeTopicExpression(QName) - Static method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.util.SimpleTopic
Make a TopicExpression document (used when subscribing)
makeXmlObject(Document) - Method in class de.fzj.unicore.wsrflite.xfire.LocalTestCase
 
match(Event) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
check if an event fits our filter
match(Event) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.ISubscription
 
MAX_CONN_PER_HOST - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
 
MAX_IDLE_TIME - Static variable in class de.fzj.unicore.wsrflite.jetty.JettyServer
time (in ms.) before an idle connection will time out (default: 30000)
max_num_client_threads - Static variable in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
MAX_THREADS - Static variable in class de.fzj.unicore.wsrflite.jetty.JettyServer
maximum nuber of threads to have in the Jetty thread pool (default: 255)
MAX_TOTAL_CONNECTIONS - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
 
MAXIMUM_LIFETIME - Static variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
property name for configuring the maximum lifetime (in seconds) set to an integer value (seconds)
maxOccurs - Variable in class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
 
message - Variable in class de.fzj.unicore.wsrflite.messaging.impl.MessageBean
 
Message - Class in de.fzj.unicore.wsrflite.messaging
a message
Message() - Constructor for class de.fzj.unicore.wsrflite.messaging.Message
 
Message(Serializable) - Constructor for class de.fzj.unicore.wsrflite.messaging.Message
 
Message(EndpointReferenceType, EndpointReferenceType, Serializable) - Constructor for class de.fzj.unicore.wsrflite.messaging.Message
 
Message(EndpointReferenceType, EndpointReferenceType, EndpointReferenceType, EndpointReferenceType, Serializable) - Constructor for class de.fzj.unicore.wsrflite.messaging.Message
construct a new message
MessageBean - Class in de.fzj.unicore.wsrflite.messaging.impl
 
MessageBean(String, String, Message) - Constructor for class de.fzj.unicore.wsrflite.messaging.impl.MessageBean
 
MessageContentKey - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
MessagingException - Exception in de.fzj.unicore.wsrflite.messaging
 
MessagingException(Throwable) - Constructor for exception de.fzj.unicore.wsrflite.messaging.MessagingException
 
MessagingException(String) - Constructor for exception de.fzj.unicore.wsrflite.messaging.MessagingException
 
MessagingException(String, Throwable) - Constructor for exception de.fzj.unicore.wsrflite.messaging.MessagingException
 
MessagingImpl - Class in de.fzj.unicore.wsrflite.messaging
manages the internal messaging system
MIN_GZIP_SIZE - Static variable in class de.fzj.unicore.wsrflite.jetty.ConfigurableGzipFilter
 
MIN_THREADS - Static variable in class de.fzj.unicore.wsrflite.jetty.JettyServer
minimum nuber of threads to have in the Jetty thread pool (default: 1)
minOccurs - Variable in class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
 
ModifiableResourceProperty<T extends org.apache.xmlbeans.XmlObject,K> - Class in de.fzj.unicore.wsrflite.xmlbeans
an RP that can be edited through standard WSRF functions
ModifiableResourceProperty(QName, WSResourceImpl, boolean) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
 
ModifiableResourceProperty(QName, WSResourceImpl) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
 
MonitorEntriesRP - Class in de.fzj.unicore.wsrflite.admin.service
 
MonitorEntriesRP(AdminServiceImpl) - Constructor for class de.fzj.unicore.wsrflite.admin.service.MonitorEntriesRP
 
monitorName - Variable in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 

N

newUniqueID() - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
returns a new globally unique identifier
next() - Method in interface de.fzj.unicore.wsrflite.messaging.PullPoint
read the next message and remove if from the queue
NotificationClient - Class in de.fzj.unicore.wsrflite.xmlbeans.client
simple client for receiving notifications
NotificationClient(EndpointReferenceType, String, EndpointReferenceType, ISecurityProperties) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.NotificationClient
 
NotificationClient(EndpointReferenceType, String, EndpointReferenceType) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.client.NotificationClient
 
NotificationConsumer - Interface in de.fzj.unicore.wsrflite.xmlbeans.wsn
WSRF notification consumer interface
NotificationProducer - Interface in de.fzj.unicore.wsrflite.xmlbeans.wsn
notification producer interface
NotificationProducerHomeImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.wsn.impl
example extension of the Home class adding simple notification support
NotificationProducerHomeImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerHomeImpl
 
NotificationProducerImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.wsn.impl
example for a notification producer using the NotificationProducerSupport class
NotificationProducerImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerImpl
 
NotificationProducerRefKey - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
NotificationProducerSupport - Class in de.fzj.unicore.wsrflite.xmlbeans.wsn.impl
implements the NotificationProducer, supports notifications on simple topics identified by QName supports XPath filtering of outgoing messages This class can be used as delegate to add notification capabilities to services transparently.
NotificationProducerSupport() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
Notify(NotifyDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.Consumer
Web service callback method
Notify(NotifyDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.NotificationConsumer
 
NOTIFY_ACTION - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.NotificationConsumer
 
notifyObservers() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
this method will check the subscriber list and notify them of any events
NoWSRFServiceException - Exception in de.fzj.unicore.wsrflite.utils.deployment.exceptions
Is thrown in case of a resource deletion attempt on a plain Web Service.
NoWSRFServiceException() - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.NoWSRFServiceException
 
NoWSRFServiceException(String) - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.NoWSRFServiceException
 
npSupport - Variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerImpl
 

P

parentWSResource - Variable in class de.fzj.unicore.wsrflite.ResourcePropertyBase
a reference to the "parent" resource
passesMessageContentFilter(String, NotificationMessageHolderType[]) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
passivate() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
passivate() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
called when the instance is persisted
passivate() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerImpl
 
passivateHome() - Method in interface de.fzj.unicore.wsrflite.Home
passivate the service.
passivateHome() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
called when the container shuts down
persist(WSRFInstance) - Method in interface de.fzj.unicore.wsrflite.Home
persist the given instance
persist(WSRFInstance) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
persist(WSRFInstance) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
persist(WSRFInstance) - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
Persist - Annotation Type in de.fzj.unicore.wsrflite.persistence
Annotation to be used to mark fields of a WS-Resource that need to be persisted
persist(WSRFInstance) - Static method in class de.fzj.unicore.wsrflite.persistence.PersistenceManager
persist an instance and clear its "dirty" status
persist(WSRFInstance) - Method in interface de.fzj.unicore.wsrflite.persistence.Store
persist a single wsrf instance
Persistence - Class in de.fzj.unicore.wsrflite.persistence
use the Persistence framework for storing wsrf instances
Persistence() - Constructor for class de.fzj.unicore.wsrflite.persistence.Persistence
 
PERSISTENCE - Static variable in class de.fzj.unicore.wsrflite.utils.Log
logger prefix for persistence related code
Persistence.PropertySource - Class in de.fzj.unicore.wsrflite.persistence
get persistence config from the Kernel properties (i.e. wsrflite.xml)
Persistence.PropertySource() - Constructor for class de.fzj.unicore.wsrflite.persistence.Persistence.PropertySource
 
PersistenceManager - Class in de.fzj.unicore.wsrflite.persistence
 
PersistenceManager() - Constructor for class de.fzj.unicore.wsrflite.persistence.PersistenceManager
 
PersistenceSettings - Class in de.fzj.unicore.wsrflite.persistence
Holds settings that govern the behaviour of the persistence system.
PersistenceSettings() - Constructor for class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
PersistenceSettings(boolean, boolean, Map<String, Field>) - Constructor for class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
Persistent - Annotation Type in de.fzj.unicore.wsrflite.persistence
annotate ws-resource implementation class with persistence settings
PERSISTENT - Static variable in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
POOL_TIMEOUT - Static variable in class de.fzj.unicore.wsrflite.ResourcePool
property key for setting the timeout in millis for removing idle threads
postActivate() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
postActivate() - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
post-activation hook
this is called when the instance is reloaded into memory, after activate() has been called and the access control check has been passed
postActivate() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerImpl
 
postEvent(QName, XmlObject[]) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
post event so subscribers to this will be notified
printStats(String) - Static method in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
process(Home, String) - Method in class de.fzj.unicore.wsrflite.impl.ExpiryChecker
 
process(Home, String) - Method in interface de.fzj.unicore.wsrflite.impl.InstanceChecker
perform processing on the instance (in case check() hits)
process(Home, String) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.WSNEventChecker
 
processFilter(FilterDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
processMessages(PullPoint) - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
processMessages(PullPoint) - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
Called when messages are available for this WSRF instance which should be processed.
properties - Variable in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
propertyName - Variable in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
propertyValue - Variable in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
proxyMaker - Variable in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
 
proxyMaker - Variable in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
 
publish(Message) - Method in interface de.fzj.unicore.wsrflite.messaging.IMessagingChannel
 
publish(Message) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.provider.WSNProvider
send the message
PullPoint - Interface in de.fzj.unicore.wsrflite.messaging
messages for a specific destination can be pulled off a queue using this interface
purgePersistentData() - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
purgePersistentData() - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
purgePersistentData() - Method in interface de.fzj.unicore.wsrflite.persistence.Store
Fully deletes persistent data, for example after service undeployment
PutResourcePropertyDocument(PutResourcePropertyDocumentDocument1) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
PutResourcePropertyDocument(PutResourcePropertyDocumentDocument1) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
 

Q

QUERY_EXPRESSION_DIALECT_XPATH - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
Query RP dialect
queryResourceProperties(String) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
perform an xpath query on the resourceproperties
QueryResourceProperties(QueryResourcePropertiesDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
query resource properties.
QueryResourceProperties(QueryResourcePropertiesDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
 

R

read(String) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
read(String) - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
read(String) - Method in interface de.fzj.unicore.wsrflite.persistence.Store
read an instance from storage.
registerMonitorMetric(String) - Method in class de.fzj.unicore.wsrflite.Kernel
add a metric to the list of metrics that are published by the admin service
registerProvider(IMessagingProvider, String) - Method in interface de.fzj.unicore.wsrflite.messaging.IMessaging
register a new messaging provider
registerProvider(IMessagingProvider, String) - Method in class de.fzj.unicore.wsrflite.messaging.MessagingImpl
 
registerWSRFService(String, Class<?>, Class<? extends Home>) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
 
reInit() - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
releaseAndDeleteJar(String) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
 
ReliableProxy - Class in de.fzj.unicore.wsrflite.xfire
Replacement for XFireProxy
The behaviour in case of errors can be controlled by configuring this class with an instance of ReliableProxy.RetryDecider, allowing to decide whether a particular call shall be retried.
ReliableProxy(Client) - Constructor for class de.fzj.unicore.wsrflite.xfire.ReliableProxy
 
ReliableProxy.RetryDecider - Interface in de.fzj.unicore.wsrflite.xfire
this interface encapsulates the rules that shall be followed when dealing with failed webservice calls
ReliableProxyFactory - Class in de.fzj.unicore.wsrflite.xfire
 
ReliableProxyFactory() - Constructor for class de.fzj.unicore.wsrflite.xfire.ReliableProxyFactory
 
ReliableProxyFactory(XFire) - Constructor for class de.fzj.unicore.wsrflite.xfire.ReliableProxyFactory
 
remove(String) - Method in class de.fzj.unicore.wsrflite.impl.InstanceChecking
 
remove(String) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
remove(String) - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
remove(String) - Method in interface de.fzj.unicore.wsrflite.persistence.Store
Delete an instance, and cleanup the persistence.
removeAll() - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
removeChecker(InstanceChecker) - Method in class de.fzj.unicore.wsrflite.impl.InstanceChecking
 
removePersist(String) - Static method in class de.fzj.unicore.wsrflite.persistence.PersistenceManager
removes the Store instance of a WSRF Web Service from the PersistenceManager.
requests_per_client - Static variable in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
ResourceDeletedMessage - Class in de.fzj.unicore.wsrflite.messaging
used to notify a "parent" ws-resource that a "child" resource has been destroyed
ResourceDeletedMessage(String, String) - Constructor for class de.fzj.unicore.wsrflite.messaging.ResourceDeletedMessage
 
ResourceDeletedMessage(Serializable) - Constructor for class de.fzj.unicore.wsrflite.messaging.ResourceDeletedMessage
 
ResourceLifetime - Interface in de.fzj.unicore.wsrflite.xmlbeans
ResourceLifetime interface (XMLBeans binding)
ResourceNotCreatedException - Exception in de.fzj.unicore.wsrflite.exceptions
thrown when the server cannot create a new resource
ResourceNotCreatedException() - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ResourceNotCreatedException
 
ResourceNotCreatedException(String) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ResourceNotCreatedException
 
ResourceNotCreatedException(String, Throwable) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ResourceNotCreatedException
 
ResourceNotCreatedException(Throwable) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ResourceNotCreatedException
 
ResourceNotDestroyedFault - Exception in de.fzj.unicore.wsrflite.xmlbeans.exceptions
the resource could not be destroyed (by calling the Destroy() method)
ResourceNotDestroyedFault(String, ResourceNotDestroyedFaultType) - Constructor for exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceNotDestroyedFault
 
ResourcePool - Class in de.fzj.unicore.wsrflite
Resource pool providing centralized thread/execution management Offers scheduled execution, and an execution queue.
ResourceProperties - Interface in de.fzj.unicore.wsrflite.xmlbeans
ResourceProperties interface
ResourceProperty<T> - Class in de.fzj.unicore.wsrflite.xmlbeans
for xmlbeans based rp's
ResourceProperty() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty
 
ResourceProperty(WSRFInstance) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty
 
ResourcePropertyBase<XMLType,BackingType> - Class in de.fzj.unicore.wsrflite
A resource property encapsulates some state, making it possible to expose this state as a WS-Resource.
ResourcePropertyBase(WSRFInstance) - Constructor for class de.fzj.unicore.wsrflite.ResourcePropertyBase
 
ResourceUnavailableException - Exception in de.fzj.unicore.wsrflite.exceptions
thrown when a ws-resource cannot be accessed, for example because it is still in use
ResourceUnavailableException() - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ResourceUnavailableException
 
ResourceUnavailableException(String) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ResourceUnavailableException
 
ResourceUnavailableFault - Exception in de.fzj.unicore.wsrflite.xmlbeans.exceptions
the resource identified in the message is unavailable (should indicate a transient condition)
ResourceUnavailableFault(String, ResourceUnavailableFaultType) - Constructor for exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnavailableFault
 
ResourceUnknownException - Exception in de.fzj.unicore.wsrflite.exceptions
thrown when the server cannot find a ws-resource
ResourceUnknownException() - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ResourceUnknownException
 
ResourceUnknownException(String) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.ResourceUnknownException
 
ResourceUnknownFault - Exception in de.fzj.unicore.wsrflite.xmlbeans.exceptions
the resource identified in the message is unknown to the service
ResourceUnknownFault(String, ResourceUnknownFaultType) - Constructor for exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnknownFault
 
retry(Method, Throwable, int) - Method in interface de.fzj.unicore.wsrflite.xfire.ReliableProxy.RetryDecider
in case of a failed attempt to send a message, should it be retried?
retryDecider - Variable in class de.fzj.unicore.wsrflite.xfire.ReliableProxy
 
retryDecider - Variable in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
 
RPAdminServiceQName - Static variable in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
RPConsumerReference - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.ISubscription
consumer reference
RPContent - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryImpl
the content
RPCreationTime - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.ISubscription
creation time
RPcurrentTimeQName - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the QName of the "current time" resource property
RPEntry - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupImpl
 
RPFilter - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.ISubscription
filter
RPFixedTopicSet - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.WSNConstants
 
RPMemberEPR - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryImpl
the epr of the member service
RPMembershipContentRule - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupImpl
 
RPMonitorEntryQName - Static variable in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
RPServiceEntryQName - Static variable in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
RPServiceGroupEPR - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryImpl
the epr of the service group this entry belongs to
RPServicesInfoQName - Static variable in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
RPSubscriptionPolicy - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.ISubscription
subscription polica
RPterminationTimeQName - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the QName of the "termination time" resource property
RPTopicExpression - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.WSNConstants
 
RPTopicExpressionDialect - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.WSNConstants
 
RPTopicSet - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.WSNConstants
 
run() - Method in class de.fzj.unicore.wsrflite.impl.InstanceChecking
template method that checks the condition on each instance, performs some action, and removes the instance from the list if it is not valid anymore
run() - Method in class de.fzj.unicore.wsrflite.utils.deployment.AutoDeployer
 
run() - Method in class de.fzj.unicore.wsrflite.utils.FileWatcher
check if target file has been touched and invoke the action if it has
runExpiryCheckNow() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
running - Static variable in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
runOneClient() - Method in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
This will be run by many client threads
runTimed(String, Runnable) - Method in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 

S

SecurityProperties - Class in de.fzj.unicore.wsrflite.security
Properties that can be configured from a file or an input stream
SecurityProperties(String) - Constructor for class de.fzj.unicore.wsrflite.security.SecurityProperties
construct SecurityProperties reading from the given file
SecurityProperties(InputStream) - Constructor for class de.fzj.unicore.wsrflite.security.SecurityProperties
construct SecurityProperties, reading from the supplied input stream
SecurityProperties() - Constructor for class de.fzj.unicore.wsrflite.security.SecurityProperties
 
securityProperties - Variable in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
 
securityProperties - Variable in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
 
SecurityPropertiesWrapper - Class in de.fzj.unicore.wsrflite.security
wrapper to provide data needed by the AuthSSLProtocolSocketFactory from WSRFlite security properties
SecurityPropertiesWrapper(ISecurityProperties) - Constructor for class de.fzj.unicore.wsrflite.security.SecurityPropertiesWrapper
 
send(Message) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.provider.WSNProvider
send a message.
sendNotifications(NotificationMessageHolderType[], ConsumerReferenceDocument, String) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
send messages to a consumer
serialVersionUID - Static variable in exception de.fzj.unicore.wsrflite.xmlbeans.BaseFault
 
serialVersionUID - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
serialVersionUID - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationImpl
 
server - Static variable in class de.fzj.unicore.wsrflite.xfire.JettyTestCase
 
SERVICE_NAME - Static variable in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
ServiceAlreadyExistsException - Exception in de.fzj.unicore.wsrflite.utils.deployment.exceptions
Is thrown in case of a name collision between an existing service and a service deployment attempt via AdminTool.
ServiceAlreadyExistsException() - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.ServiceAlreadyExistsException
 
ServiceClassLoader - Class in de.fzj.unicore.wsrflite.utils.deployment
Plain implementation of the standard ClassLoader.
ServiceClassLoader() - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.ServiceClassLoader
 
ServiceClassLoader(ClassLoader) - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.ServiceClassLoader
 
ServiceConfigReader - Class in de.fzj.unicore.wsrflite.utils.deployment
Very basic config utility configures services based on a file having the following format:
<services>
<!
ServiceConfigReader() - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
ServiceConfigReader(File, long) - Constructor for class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
Configure from the given file.
ServiceConfigReader - Class in de.fzj.unicore.wsrflite.utils
Deprecated. use de.fzj.unicore.wsrflite.utils.deployment.
ServiceConfigReader() - Constructor for class de.fzj.unicore.wsrflite.utils.ServiceConfigReader
Deprecated.  
ServiceDeploymentException - Exception in de.fzj.unicore.wsrflite.utils.deployment.exceptions
Is thrown in case of a failed service deployment attempt to XFire.
ServiceDeploymentException(String) - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.ServiceDeploymentException
 
ServiceDeploymentException(String, Throwable) - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.ServiceDeploymentException
 
ServiceDoesntExistException - Exception in de.fzj.unicore.wsrflite.utils.deployment.exceptions
Is thrown in case of an undeployment attempt of a non-existant service.
ServiceDoesntExistException() - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.ServiceDoesntExistException
 
ServiceDoesntExistException(String) - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.ServiceDoesntExistException
 
ServiceEntriesRP - Class in de.fzj.unicore.wsrflite.admin.service
 
ServiceEntriesRP(AdminServiceImpl) - Constructor for class de.fzj.unicore.wsrflite.admin.service.ServiceEntriesRP
 
serviceExists(String) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
Returns true if a service jar exists for the specified name, but hasn't necessarily been deployed (could be, though; call serviceDeployed() to be sure).
ServiceGroup - Interface in de.fzj.unicore.wsrflite.xmlbeans.sg
 
ServiceGroupEntry - Interface in de.fzj.unicore.wsrflite.xmlbeans.sg
 
ServiceGroupEntryHomeImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.sg.impl
home of the ServiceGroup
ServiceGroupEntryHomeImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryHomeImpl
 
ServiceGroupEntryImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.sg.impl
 
ServiceGroupEntryImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupEntryImpl
 
ServiceGroupHomeImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.sg.impl
home of the ServiceGroup
ServiceGroupHomeImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupHomeImpl
 
ServiceGroupImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.sg.impl
implements ServiceGroup
ServiceGroupImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupImpl
 
ServiceGroupRegistration - Interface in de.fzj.unicore.wsrflite.xmlbeans.sg
 
ServiceGroupRegistrationHomeImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.sg.impl
home of the ServiceGroup
ServiceGroupRegistrationHomeImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationHomeImpl
 
ServiceGroupRegistrationImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.sg.impl
this extends ServiceGroup to add an Add() method
ServiceGroupRegistrationImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationImpl
 
serviceInstances - Variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
serviceIsDeployed(String) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
Returns true if a service with the specified name is already deployed and running.
ServiceJarFileManifestFormatException - Exception in de.fzj.unicore.wsrflite.utils.deployment.exceptions
Is thrown if a plugin service jar file to be automatically deployed doesn't adhere to the expected format (note the trailing line/CR):
IFace-Class: packageName.InterfaceClass
Impl-Class: packageName.ImplementationClass
IsWSRF: true|false
IsPersistent: true|false

ServiceJarFileManifestFormatException() - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.ServiceJarFileManifestFormatException
 
serviceName - Variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
serviceName - Variable in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
serviceName - Variable in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
serviceName - Variable in class de.fzj.unicore.wsrflite.persistence.WSRFInstanceBean
 
SERVICENAME - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.sg.ServiceGroupEntry
 
SERVICENAME - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.ISubscription
 
ServiceNotUndeployableException - Exception in de.fzj.unicore.wsrflite.utils.deployment.exceptions
Is thrown in case of an unsuccessful service undeployment attempt.
ServiceNotUndeployableException(String) - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.ServiceNotUndeployableException
 
ServiceNotUndeployableException(String, Throwable) - Constructor for exception de.fzj.unicore.wsrflite.utils.deployment.exceptions.ServiceNotUndeployableException
 
SERVICES - Static variable in class de.fzj.unicore.wsrflite.utils.Log
logger prefix for services
Servlet - Class in de.fzj.unicore.wsrflite.xfire
 
Servlet() - Constructor for class de.fzj.unicore.wsrflite.xfire.Servlet
 
setAccessControlChecker(AccessControlInterceptor) - Method in class de.fzj.unicore.wsrflite.xfire.WSRFInvoker
 
setAutomaticDeployment(boolean) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
 
setBody(Serializable) - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
setConnectionTimeout(HttpClient, int) - Static method in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
set the connection timeout for the HTTP client
setConnectionTimeout(int) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
set the connection timeout for this client.
setConnectionTimeout(Object, int) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
sets the timeout on the given proxy object
setDebugEnabled(boolean) - Method in class de.fzj.unicore.wsrflite.jetty.JettyLogger
 
setDefaultPort() - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
setDeletedResource(String) - Method in class de.fzj.unicore.wsrflite.messaging.ResourceDeletedMessage
 
setDirty() - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
set the "dirty" flag, so the state of this instance will be written to permanent storage
setEPR(EndpointReferenceType) - Method in class de.fzj.unicore.wsrflite.xfire.WSRFAddressingOutHandler
 
setFaultTo(EndpointReferenceType) - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
setFaultTo(EndpointReference) - Method in class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
 
setFrom(EndpointReferenceType) - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
setHome(Home) - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
setHome(Home) - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
set the home
setMaxSubmits(int) - Method in class de.fzj.unicore.wsrflite.xfire.ReliableProxy
 
setMessageId(String) - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
setPersistenceSettings(PersistenceSettings) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
setPersistenceSettings(PersistenceSettings) - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
setProducerURL(String) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
setProperty(String, String) - Method in class de.fzj.unicore.wsrflite.Kernel
 
setProperty(BackingType) - Method in class de.fzj.unicore.wsrflite.ResourcePropertyBase
set the property as a java object
setProperty(String, String) - Method in class de.fzj.unicore.wsrflite.security.SecurityProperties
Allows for setting individual security properties
setProperty(EntryType[]) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.EntryResourceProperty
 
setReplyTo(EndpointReferenceType) - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
setReplyTo(EndpointReference) - Method in class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
 
setResource(WSRFInstance) - Method in class de.fzj.unicore.wsrflite.ResourcePropertyBase
 
SetResourceProperties(SetResourcePropertiesDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
SetResourceProperties(SetResourcePropertiesDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
 
setResourceTerminationTime(SetResourceTerminationTimeRequestDocument) - Method in interface de.fzj.unicore.wsrflite.admin.service.AdminService
Sets the termination time for a WS-Resource
setResourceTerminationTime(SetResourceTerminationTimeRequestDocument) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
Retrieves the resource properties of the specified service instance, essentially acts as a web service intermediary.
setRetryDecider(ReliableProxy.RetryDecider) - Method in class de.fzj.unicore.wsrflite.xfire.ReliableProxy
 
setRetryHandler(ReliableProxy.RetryDecider) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
set the ReliableProxy.RetryDecider that decides whether a failed ws call shall be retried
setSecurityContext(Map<String, Object>) - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
setSecurityContext(Map<String, Object>) - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
 
setSecurityProperties(ISecurityProperties) - Method in class de.fzj.unicore.wsrflite.Kernel
set the security properties on this kernel
setServer(JettyServer) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
setServiceClassLoader(String, ClassLoader) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
 
setServiceName(String) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
setServiceName(String) - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
setServiceName(String) - Method in class de.fzj.unicore.wsrflite.messaging.ResourceDeletedMessage
 
setServiceName(String) - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
set the service name
setStore(Store) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
setSubscriptionServiceName(String) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
setTerminationTime(String, Calendar) - Method in interface de.fzj.unicore.wsrflite.Home
Set the termination time of an WS-Resource
setTerminationTime(String, Calendar) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
setTerminationTime(Calendar) - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
setTerminationTime(String, Calendar) - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
setTerminationTime(String, Calendar) - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
setTerminationTime(String, Calendar) - Method in interface de.fzj.unicore.wsrflite.persistence.Store
sets termination time for a ws-resource
setTerminationTime(Calendar) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
set the termination time of a WS-Resource
SetTerminationTime(SetTerminationTimeDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
SetTerminationTime(SetTerminationTimeDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceLifetime
 
SetTerminationTime(SetTerminationTimeDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerImpl
 
settings - Variable in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
setTo(EndpointReferenceType) - Method in class de.fzj.unicore.wsrflite.messaging.Message
 
setTo(String) - Method in class de.fzj.unicore.wsrflite.xfire.JSR181ServiceFactory
 
setUniqueID(String) - Method in class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
 
setUniqueID(String) - Method in interface de.fzj.unicore.wsrflite.WSRFInstance
set the unique ID of this WSRF instance
setUp() - Method in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
setUp() - Method in class de.fzj.unicore.wsrflite.xfire.JettyTestCase
 
setUp() - Method in class de.fzj.unicore.wsrflite.xfire.LocalTestCase
 
setUpdateInterval(long) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
Sets the update interval, i.e. the minimum time between subsequent remote GetResourcePropertyDocument() calls.
shutdown() - Method in class de.fzj.unicore.wsrflite.Kernel
shutdown all services in a clean manner
shutdown() - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
shutdown() - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
shutdown() - Method in interface de.fzj.unicore.wsrflite.persistence.Store
shutdown the store
shutdown() - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
stop the web server
shutdownTask - Variable in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
SIMPLE_TOPIC - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.WSNConstants
topic expression dialect: simple
SimpleTopic - Class in de.fzj.unicore.wsrflite.xmlbeans.wsn.util
 
SINGLETON_ID - Static variable in interface de.fzj.unicore.wsrflite.admin.service.AdminService
 
size() - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
size() - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
size() - Method in interface de.fzj.unicore.wsrflite.persistence.Store
returns the number of instances in this store
skipToElement(XmlCursor, QName) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
fast-forward the cursor up to the element with the given QName
snapShot(String) - Method in class de.fzj.unicore.wsrflite.utils.StopWatch
 
SO_LINGER_TIME - Static variable in class de.fzj.unicore.wsrflite.jetty.JettyServer
Socket linger time default: not set
start() - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
start(String) - Method in class de.fzj.unicore.wsrflite.utils.StopWatch
 
start() - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
starts the web server.
START_TIME - Static variable in class de.fzj.unicore.wsrflite.xfire.FinishTimeHandler
 
START_TIME - Static variable in class de.fzj.unicore.wsrflite.xfire.StartTimeHandler
 
startElement(String, String, String, Attributes) - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
StartTimeHandler - Class in de.fzj.unicore.wsrflite.xfire
 
StartTimeHandler() - Constructor for class de.fzj.unicore.wsrflite.xfire.StartTimeHandler
 
statsWriter - Static variable in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
stop() - Method in class de.fzj.unicore.wsrflite.jetty.JettyServer
 
stop(String) - Method in class de.fzj.unicore.wsrflite.utils.StopWatch
 
stopExpiryCheckNow() - Method in interface de.fzj.unicore.wsrflite.Home
Stop the expiry checker for this service
stopExpiryCheckNow() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
Stops expiry checks for undeployed Web Services.
StopWatch - Class in de.fzj.unicore.wsrflite.utils
little helper for timed tests, performance test runs, etc.
StopWatch() - Constructor for class de.fzj.unicore.wsrflite.utils.StopWatch
 
Store - Interface in de.fzj.unicore.wsrflite.persistence
Persistent storage interface
storeNewInstance(WSRFInstance) - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
store the new instance
subscribe(QName) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.NotificationClient
subscribe to all changes of the resource property defined by the given qname.
subscribe(QName, String) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.NotificationClient
subscribe to "simple" property changes
Subscribe(SubscribeDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerImpl
 
Subscribe(SubscribeDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
subscribe
Subscribe(SubscribeDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.NotificationProducer
 
SUBSCRIBE_ACTION - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.NotificationProducer
 
SubscriptionHomeImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.wsn.impl
 
SubscriptionHomeImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionHomeImpl
 
subscriptionIds - Variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
SubscriptionImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.wsn.impl
implementation of the subscription ws-resource
SubscriptionImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
SubscrPolicy - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.SubscriptionImpl
 
supported - Static variable in class de.fzj.unicore.wsrflite.xfire.AddressingConstants
 
supportsNotification() - Method in interface de.fzj.unicore.wsrflite.Home
does this service support notification (i.e.
supportsNotification - Variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
supportsNotification() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 

T

tearDown() - Method in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
tearDown() - Method in class de.fzj.unicore.wsrflite.xfire.JettyTestCase
 
terminates - Variable in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
TerminationTimeChangeRejectedException - Exception in de.fzj.unicore.wsrflite.exceptions
thrown when the server cannot create a new resource
TerminationTimeChangeRejectedException() - Constructor for exception de.fzj.unicore.wsrflite.exceptions.TerminationTimeChangeRejectedException
 
TerminationTimeChangeRejectedException(String) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.TerminationTimeChangeRejectedException
 
TerminationTimeChangeRejectedException(String, Throwable) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.TerminationTimeChangeRejectedException
 
TerminationTimeChangeRejectedException(Throwable) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.TerminationTimeChangeRejectedException
 
TerminationTimeChangeRejectedFault - Exception in de.fzj.unicore.wsrflite.xmlbeans.exceptions
the termination time change could not be performed
TerminationTimeChangeRejectedFault(String, TerminationTimeChangeRejectedFaultType) - Constructor for exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.TerminationTimeChangeRejectedFault
 
TerminationTimeProperty - Class in de.fzj.unicore.wsrflite.xmlbeans.impl
a ResourceProperty representing the termination time of a ws-resource
TerminationTimeProperty(WSRFInstance) - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.impl.TerminationTimeProperty
 
terminationTimes - Static variable in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
terminationTimes - Variable in class de.fzj.unicore.wsrflite.persistence.InMemory
 
test() - Method in class de.fzj.unicore.wsrflite.xfire.AbstractLoadTester
 
topics - Variable in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
 
toQName(SchemaType) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
helper: converts XmlBeans schematype to QName
toString() - Method in class de.fzj.unicore.wsrflite.persistence.PersistenceSettings
 
toString() - Method in class de.fzj.unicore.wsrflite.security.DefaultSecurityProperties
 
toString() - Method in class de.fzj.unicore.wsrflite.utils.StopWatch
 

U

UnableToSetTerminationTimeException - Exception in de.fzj.unicore.wsrflite.exceptions
thrown when the server cannot fulfil a set termination time request
UnableToSetTerminationTimeException() - Constructor for exception de.fzj.unicore.wsrflite.exceptions.UnableToSetTerminationTimeException
 
UnableToSetTerminationTimeException(String) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.UnableToSetTerminationTimeException
 
UnableToSetTerminationTimeException(String, Throwable) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.UnableToSetTerminationTimeException
 
UnableToSetTerminationTimeException(Throwable) - Constructor for exception de.fzj.unicore.wsrflite.exceptions.UnableToSetTerminationTimeException
 
UnableToSetTerminationTimeFault - Exception in de.fzj.unicore.wsrflite.xmlbeans.exceptions
the termination time change could not be performed
UnableToSetTerminationTimeFault(String, UnableToSetTerminationTimeFaultType) - Constructor for exception de.fzj.unicore.wsrflite.xmlbeans.exceptions.UnableToSetTerminationTimeFault
 
undeployService(UndeployServiceRequestDocument) - Method in interface de.fzj.unicore.wsrflite.admin.service.AdminService
Undeploys the specified Web Service
undeployService(UndeployServiceRequestDocument) - Method in class de.fzj.unicore.wsrflite.admin.service.AdminServiceImpl
Dynamically un-deploys a Web Service.
undeployService(String, int) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
 
undeployService(UndeployServiceRequestDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.AdminServiceClient
 
uniqueID - Variable in class de.fzj.unicore.wsrflite.persistence.InstanceInfoBean
 
uniqueID - Variable in class de.fzj.unicore.wsrflite.persistence.WSRFInstanceBean
 
uniqueIDs - Variable in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
unlock(WSRFInstance) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
unlock(WSRFInstance) - Method in class de.fzj.unicore.wsrflite.persistence.InMemory
 
unlock(WSRFInstance) - Method in interface de.fzj.unicore.wsrflite.persistence.Store
clear lock for the given instance
unregisterService(String) - Method in class de.fzj.unicore.wsrflite.utils.deployment.DeploymentManager
To unregister and totally undeploy a Web Service the following prerequisites have to be met:

release all references to all its instances release all references to its class objects release all references to its class loader remove the Service object from the XFire Service Registry
unregisterService(String) - Static method in class de.fzj.unicore.wsrflite.xfire.XFireKernel
Removes the Service object from the XFireKernel service map

unsubscribe(QName) - Method in class de.fzj.unicore.wsrflite.xmlbeans.client.NotificationClient
 
update() - Method in class de.fzj.unicore.wsrflite.ResourcePropertyBase
update the property
update() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.CurrentTimeProperty
 
update() - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.TerminationTimeProperty
 
UPDATE - Static variable in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
update(T[]) - Method in class de.fzj.unicore.wsrflite.xmlbeans.ModifiableResourceProperty
 
update() - Method in class de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty
 
update() - Method in class de.fzj.unicore.wsrflite.xmlbeans.rp.ImmutableResourceProperty
 
UpdateResourceProperties(UpdateResourcePropertiesDocument) - Method in class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
 
UpdateResourceProperties(UpdateResourcePropertiesDocument) - Method in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
 
updateServiceGroupEntry(EntryDocument, EndpointReferenceType, Calendar, ContentType, EndpointReferenceType) - Method in class de.fzj.unicore.wsrflite.xmlbeans.sg.impl.ServiceGroupRegistrationImpl
update both the service group entry instance and the Entry document stored in the service group
updateSubscriptionIds() - Method in class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.NotificationProducerSupport
check our messages and update subscription ids
updateTT() - Method in class de.fzj.unicore.wsrflite.impl.DefaultHome
 
url - Variable in class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
 
USER_AGENT - Static variable in class de.fzj.unicore.wsrflite.xfire.http.HttpUtils
 
Utilities - Class in de.fzj.unicore.wsrflite.utils
tools and utilities, mainly for working with XMLBeans and simplifying handling xsd:any

V

validate() - Method in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
sanity check on properties
validateField(String, String) - Static method in class de.fzj.unicore.wsrflite.Kernel
 
validateIntegerRange(String, int, int) - Static method in class de.fzj.unicore.wsrflite.utils.Utilities
validate that the given String value (interpreted as an Integer) is in the supplied range
valueOf(String) - Static method in enum de.fzj.unicore.wsrflite.persistence.LoadSemantics
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.fzj.unicore.wsrflite.persistence.LoadSemantics
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class de.fzj.unicore.wsrflite.Kernel
 

W

warn(String, Throwable) - Method in class de.fzj.unicore.wsrflite.jetty.JettyLogger
 
warn(String, Object, Object) - Method in class de.fzj.unicore.wsrflite.jetty.JettyLogger
 
WATCH_CONFIG - Static variable in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
WATCH_CONFIG_INTERVAL - Static variable in class de.fzj.unicore.wsrflite.utils.deployment.ServiceConfigReader
 
write(OutputStream) - Method in class de.fzj.unicore.wsrflite.xfire.CachingWSDLWriter
 
write(OutputStream, Collection) - Method in class de.fzj.unicore.wsrflite.xfire.WSRFHtmlServiceWriter
Writes a HTML list of services to the given stream.
WSA_200508 - Variable in class de.fzj.unicore.wsrflite.xfire.AddressingConstants
 
WSN_CHANNEL - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.WSNConstants
 
WSNConstants - Interface in de.fzj.unicore.wsrflite.xmlbeans.wsn
 
WSNEventChecker - Class in de.fzj.unicore.wsrflite.xmlbeans.wsn.impl
check whether an event has occured
WSNEventChecker() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.wsn.impl.WSNEventChecker
 
WSNProvider - Class in de.fzj.unicore.wsrflite.xmlbeans.wsn.provider
Provider to send messages via WS-N Notify()
WSNProvider() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.wsn.provider.WSNProvider
 
WSResource - Interface in de.fzj.unicore.wsrflite.xmlbeans
a WS Resource (XmlBeans binding)
WSResourceHome - Interface in de.fzj.unicore.wsrflite.xmlbeans
this is the interface of the "home" class, which hosts a set of WS-Resources
WSResourceHomeImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.impl
XMLBeans bound implementation of the Home class.
WSResourceHomeImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceHomeImpl
 
WSResourceImpl - Class in de.fzj.unicore.wsrflite.xmlbeans.impl
Implementation of the WSResource Interface.
WSResourceImpl() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceImpl
default constructor
further initialisation is done through initialise() or activate()
WSRF_BASEURL - Static variable in class de.fzj.unicore.wsrflite.Kernel
property defining the base URL where services can be contacted (for example "http://localhost:7777/services").
WSRF_CONFIG - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_CONFIG_DEFAULT - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_DEPLOYMENT_DYNAMIC_AUTOMATIC - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_DEPLOYMENT_DYNAMIC_AUTOMATIC_DEFAULT - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_DEPLOYMENT_DYNAMIC_AUTOMATIC_INTERVAL - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_DEPLOYMENT_DYNAMIC_AUTOMATIC_INTERVAL_DEFAULT - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_DEPLOYMENT_DYNAMIC_FROMOUTSIDE - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_DEPLOYMENT_DYNAMIC_FROMOUTSIDE_DEFAULT - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_DEPLOYMENT_SERVICE_JARS_DIR - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_DEPLOYMENT_SERVICE_JARS_DIR_DEFAULT - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_DEPLOYMENT_SERVICE_JARS_ON_STARTUP - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_DEPLOYMENT_SERVICE_JARS_ON_STARTUP_DEFAULT - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_HOST - Static variable in class de.fzj.unicore.wsrflite.Kernel
property defining the host (e.g.
WSRF_PERSIST_CLASSNAME - Static variable in interface de.fzj.unicore.wsrflite.persistence.IPersistenceProperties
property defining which class to use as Persist implementation
WSRF_PERSIST_STORAGE_DIRECTORY - Static variable in interface de.fzj.unicore.wsrflite.persistence.IPersistenceProperties
property defining where to put the persistent storage
WSRF_PERSISTENCE_BACKEND - Static variable in class de.fzj.unicore.wsrflite.Kernel
persistence configuration
WSRF_PERSISTENCE_STORAGEDIR - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_PORT - Static variable in class de.fzj.unicore.wsrflite.Kernel
property defining the port (e.g. 7777)
WSRF_SERVLETPATH - Static variable in class de.fzj.unicore.wsrflite.Kernel
property defining the Servlet context path (usually "/services")
WSRF_SGENTRY_TERMINATION_TIME - Static variable in class de.fzj.unicore.wsrflite.Kernel
property defining the default termination time of service group entries in seconds
WSRF_SSL - Static variable in class de.fzj.unicore.wsrflite.Kernel
SSL configuration
WSRF_SSL - Static variable in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
property defining whether SSL is enabled
WSRF_SSL_CLIENTAUTH - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_SSL_CLIENTAUTH - Static variable in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
property defining whether SSL is client authenticated
WSRF_SSL_KEYALIAS - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_SSL_KEYALIAS - Static variable in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
property defining the alias of the key to use
WSRF_SSL_KEYPASS - Static variable in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
property defining the SSL keystore password
WSRF_SSL_KEYSTORE - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_SSL_KEYSTORE - Static variable in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
property defining the SSL keystore
WSRF_SSL_KEYSTORE_PASS - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_SSL_KEYTYPE - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_SSL_KEYTYPE - Static variable in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
property defining the SSL keystore type (e.g.
WSRF_SSL_TRUSTPASS - Static variable in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
property defining the SSL trust tore password
WSRF_SSL_TRUSTSTORE - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_SSL_TRUSTSTORE - Static variable in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
property defining the SSL trust store
WSRF_SSL_TRUSTSTORE_PASS - Static variable in class de.fzj.unicore.wsrflite.Kernel
 
WSRF_SSL_TRUSTTYPE - Static variable in interface de.fzj.unicore.wsrflite.security.ISecurityProperties
property defining the SSL trust store type (e.g.
WSRFAddressingOutHandler - Class in de.fzj.unicore.wsrflite.xfire
wsa handler for client calls TODO this fixes a bug in XFire -> file a bug and patch it...
WSRFAddressingOutHandler() - Constructor for class de.fzj.unicore.wsrflite.xfire.WSRFAddressingOutHandler
 
WSRFConstants - Interface in de.fzj.unicore.wsrflite
common constants, such as namespaces, porttypes and SOAP actions
WSRFHtmlServiceWriter - Class in de.fzj.unicore.wsrflite.xfire
This is a copy of the XFire HtmlServiceWriter with slight modifications in the method WSRFHtmlServiceWriter.write(OutputStream, Collection).
WSRFHtmlServiceWriter() - Constructor for class de.fzj.unicore.wsrflite.xfire.WSRFHtmlServiceWriter
 
WSRFHtmlServiceWriter(HttpServletRequest) - Constructor for class de.fzj.unicore.wsrflite.xfire.WSRFHtmlServiceWriter
 
WSRFInstance - Interface in de.fzj.unicore.wsrflite
Lifecycle methods and helper methods for WS-Resources.
WSRFInstanceBean - Class in de.fzj.unicore.wsrflite.persistence
information that gets persisted
WSRFInstanceBean(String, String, String, Map<String, Serializable>) - Constructor for class de.fzj.unicore.wsrflite.persistence.WSRFInstanceBean
 
WSRFInstanceImpl - Class in de.fzj.unicore.wsrflite.impl
Base implementation of the WSRFInstance lifecycle interface
Persistence is handled using annotations: persistent fields are marked with the Persist annotation.
WSRFInstanceImpl() - Constructor for class de.fzj.unicore.wsrflite.impl.WSRFInstanceImpl
default constructor
further initialisation is done through initialise() or activate()
WSRFInvoker - Class in de.fzj.unicore.wsrflite.xfire
an XFire Invoker for WSRF services
WSRFInvoker() - Constructor for class de.fzj.unicore.wsrflite.xfire.WSRFInvoker
 
WSRFLITE - Static variable in class de.fzj.unicore.wsrflite.utils.Log
logger prefix for general WSRFlite code
WSRFNotificationProducer - Interface in de.fzj.unicore.wsrflite.xmlbeans.wsn
 
WSRFSERVICE - Static variable in class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
WSRFServletController - Class in de.fzj.unicore.wsrflite.xfire
The ServletController overwrites the method that generates the overview about the installed services.
WSRFServletController(XFire) - Constructor for class de.fzj.unicore.wsrflite.xfire.WSRFServletController
 
WSRFServletController(XFire, ServletContext) - Constructor for class de.fzj.unicore.wsrflite.xfire.WSRFServletController
 
WSRL_BASENS - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the base WS-RL (wsdl) namespace supported by this implementation
WSRL_DESTROY - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for ImmediateResourceTermination
WSRL_DESTROY_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the WSDL porttype for ImmediateResourceTermination
WSRL_SCHEDULED - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for ScheduledResourceTermination
WSRL_SET_TERMTIME_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the WSDL porttype for ImmediateResourceTermination
WSRP_BASENS - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the base WS-RP (wsdl) namespace supported by this implementation
WSRP_DELETE_RP - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for DeleteResourceProperties
WSRP_DELETE_RP - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
the wsa:Action for DeleteResourceProperties
WSRP_DELETE_RP_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the porttype for DeleteResourceProperties
WSRP_GET_MULTIPLE_RP - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for GetMultipleResourceProperties
WSRP_GET_MULTIPLE_RP - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
the wsa:Action for GetMultipleResourceProperties
WSRP_GET_MULTIPLE_RP_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the porttype for GetMultipleResourceProperties
WSRP_GET_RP - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for GetResourceProperty
WSRP_GET_RP - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
the wsa:Action for GetResourceProperty
WSRP_GET_RP_DOCUMENT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for GetResourcePropertyDocument
WSRP_GET_RP_DOCUMENT - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
the wsa:Action for GetResourcePropertyDocument
WSRP_GET_RP_DOCUMENT_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the WSDL porttype for GetResourcePropertyDocument
WSRP_GET_RP_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the porttype for GetResourceProperty
WSRP_INSERT_RP - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for InsertResourceProperties
WSRP_INSERT_RP - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
the wsa:Action for InsertResourceProperties
WSRP_INSERT_RP_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the porttype for InsertResourceProperties
WSRP_PUT_RP_DOCUMENT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for PutResourcePropertyDocument
WSRP_PUT_RP_DOCUMENT - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
the wsa:Action for PutResourcePropertyDocument
WSRP_PUT_RP_DOCUMENT_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the porttype for PutResourcePropertyDocument
WSRP_QUERY_RP - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for QueryResourceProperties
WSRP_QUERY_RP - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
the wsa:Action for QueryResourceProperties
WSRP_QUERY_RP_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the porttype for QueryResourceProperties
WSRP_RP_QueryExpressionDialect - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the QueryExpressionDialect ResourceProperty
WSRP_RP_QueryExpressionDialect - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
the QueryExpressionDialect ResourceProperty
WSRP_SET_RP - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for InsertResourceProperties
WSRP_SET_RP - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
the wsa:Action for InsertResourceProperties
WSRP_SET_RP_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the porttype for InsertResourceProperties
WSRP_UPDATE_RP - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the wsa:Action for UpdateResourceProperties
WSRP_UPDATE_RP - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
the wsa:Action for UpdateResourceProperties
WSRP_UPDATE_RP_PORT - Static variable in interface de.fzj.unicore.wsrflite.WSRFConstants
the porttype for UpdateResourceProperties

X

xfire - Static variable in class de.fzj.unicore.wsrflite.xfire.LocalTestCase
 
xfire - Variable in class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
 
XFireClientFactory - Class in de.fzj.unicore.wsrflite.xfire
Helper to create web service clients using XFire
XFireClientFactory() - Constructor for class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
 
XFireClientFactory(XFire) - Constructor for class de.fzj.unicore.wsrflite.xfire.XFireClientFactory
 
XFireKernel - Class in de.fzj.unicore.wsrflite.xfire
Bridge to XFire
XFireKernel() - Constructor for class de.fzj.unicore.wsrflite.xfire.XFireKernel
 
XmlBeansFaultConverter - Class in de.fzj.unicore.wsrflite.xmlbeans.impl
convert the wsrf lifecycle related exceptions to the correct BaseFault types
XmlBeansFaultConverter() - Constructor for class de.fzj.unicore.wsrflite.xmlbeans.impl.XmlBeansFaultConverter
 
XmlBinding - Annotation Type in de.fzj.unicore.wsrflite
Annotates binding to use
XPATH_URI - Static variable in interface de.fzj.unicore.wsrflite.xmlbeans.wsn.WSNConstants
topic expression dialect: xpath

_

_getForUpdate(String, long, TimeUnit) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
_getForUpdate(String, long, TimeUnit) - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
_getUniqueIDs() - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
_getUniqueIDs() - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
_persist(WSRFInstanceBean) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
_persist(WSRFInstanceBean) - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
_read(String) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
_read(String) - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
_remove(String) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
_remove(String) - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 
_unlock(WSRFInstanceBean) - Method in class de.fzj.unicore.wsrflite.persistence.AbstractStore
 
_unlock(WSRFInstanceBean) - Method in class de.fzj.unicore.wsrflite.persistence.Persistence
 

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

Copyright © 2010. All Rights Reserved.