Celtix User APIs
A B C D E F G H I J K M O P R S T U V W

A

AbstractClientBinding - Class in org.objectweb.celtix.bindings
 
AbstractClientBinding(Bus, EndpointReferenceType) - Constructor for class org.objectweb.celtix.bindings.AbstractClientBinding
 
AbstractCommandLineConfiguration - Class in org.objectweb.celtix.configuration
 
AbstractCommandLineConfiguration() - Constructor for class org.objectweb.celtix.configuration.AbstractCommandLineConfiguration
 
AbstractServerBinding - Class in org.objectweb.celtix.bindings
 
AbstractServerBinding(Bus, EndpointReferenceType, Endpoint, ServerBindingEndpointCallback) - Constructor for class org.objectweb.celtix.bindings.AbstractServerBinding
 
activate() - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
activate() - Method in interface org.objectweb.celtix.bindings.ServerBinding
Activate the endpoint.
activate(ServerTransportCallback) - Method in interface org.objectweb.celtix.transports.ServerTransport
activate the server transport, involves starting listeners or creating of message queues.
addExtensions(ExtensionRegistry, Class<?>, Class<? extends TExtensibilityElementImpl>) - Static method in class org.objectweb.celtix.wsdl.JAXBExtensionHelper
 
addOption(CommandLineOption) - Method in class org.objectweb.celtix.configuration.AbstractCommandLineConfiguration
Adds an option to the command line configuration.
Application - Class in org.objectweb.celtix.application
 
ApplicationConfiguration - Class in org.objectweb.celtix.application
 
ApplicationPluginManager - Class in org.objectweb.celtix.application
 
ApplicationPluginManager() - Constructor for class org.objectweb.celtix.application.ApplicationPluginManager
 
AsyncFuture - Class in org.objectweb.celtix.bindings
 
AsyncFuture(Future<InputStreamMessageContext>, AbstractClientBinding, DataBindingCallback, HandlerInvoker, ObjectMessageContext) - Constructor for class org.objectweb.celtix.bindings.AsyncFuture
 
AutomaticWorkQueue - Interface in org.objectweb.celtix.workqueue
 

B

BindingBase - Interface in org.objectweb.celtix.bindings
Contains base operations to be implemented by bindings.
BindingFactory - Interface in org.objectweb.celtix.bindings
A factory interface for creating client and server bindings.
BindingManager - Interface in org.objectweb.celtix.bindings
The manager interface represents a repository for accessing BindingFactorys.
BundleUtils - Class in org.objectweb.celtix.common.i18n
A container for static utility methods related to resource bundle naming conventons.
bus - Variable in class org.objectweb.celtix.bindings.AbstractClientBinding
 
bus - Variable in class org.objectweb.celtix.bindings.AbstractServerBinding
 
Bus - Class in org.objectweb.celtix
The Bus class provides access to configuration, factories and managers for use by an application.
Bus() - Constructor for class org.objectweb.celtix.Bus
 
BUS_CLASS_PROPERTY - Static variable in class org.objectweb.celtix.Bus
 
BusException - Exception in org.objectweb.celtix
The BusException class is used to indicate a bus exception has occured.
BusException(Message) - Constructor for exception org.objectweb.celtix.BusException
Constructs a BusException with the provided detail message.
BusException(Message, Throwable) - Constructor for exception org.objectweb.celtix.BusException
Constructs a BusException with the detail message and cause provided.
BusException(Throwable) - Constructor for exception org.objectweb.celtix.BusException
Constructs a BusException with the provided cause.
BusLifeCycleListener - Interface in org.objectweb.celtix.buslifecycle
The listener interface for receiving notification of Bus lifecycle events.
BusLifeCycleManager - Interface in org.objectweb.celtix.buslifecycle
The manager interface for registering BusLifeCycleListeners.

C

cancel(boolean) - Method in class org.objectweb.celtix.bindings.AsyncFuture
 
clear() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
clear() - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
clear() - Static method in class org.objectweb.celtix.context.WebServiceContextImpl
 
ClientBinding - Interface in org.objectweb.celtix.bindings
Provides methods for invoking operations on an endpoint.
ClientTransport - Interface in org.objectweb.celtix.transports
ClientTransport
closeHandlers() - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
Close all handlers that have previously invoked
CommandlineConfiguration - Interface in org.objectweb.celtix.configuration
 
CommandLineOption - Class in org.objectweb.celtix.configuration
Represents a command line option, similar to ConfigurationItem.
CommandLineOption(String) - Constructor for class org.objectweb.celtix.configuration.CommandLineOption
 
Configuration - Interface in org.objectweb.celtix.configuration
 
ConfigurationException - Exception in org.objectweb.celtix.configuration
 
ConfigurationException(Message) - Constructor for exception org.objectweb.celtix.configuration.ConfigurationException
 
ConfigurationException(Message, Throwable) - Constructor for exception org.objectweb.celtix.configuration.ConfigurationException
 
ConfigurationItemMetadata - Interface in org.objectweb.celtix.configuration
Interface to access configuration metadata accessed at runtime.
ConfigurationItemMetadata.LifecyclePolicy - Enum in org.objectweb.celtix.configuration
 
ConfigurationMetadata - Interface in org.objectweb.celtix.configuration
Container for a component's runtime configuration metata.
ConfigurationProvider - Interface in org.objectweb.celtix.configuration
 
Configurator - Interface in org.objectweb.celtix.configuration
 
containsKey(Object) - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
containsKey(Object) - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
containsValue(Object) - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
containsValue(Object) - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
context - Variable in class org.objectweb.celtix.context.MessageContextWrapper
 
createBindingMessageContext(MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
createBindingMessageContext(MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
createClientBinding(EndpointReferenceType) - Method in interface org.objectweb.celtix.bindings.BindingFactory
Creates a ClientBinding using the EndpointReferenceType.
createClientTransport(EndpointReferenceType) - Method in interface org.objectweb.celtix.transports.TransportFactory
Returns a newly created ClientTransport.
createDataBindingCallback(ObjectMessageContext, DataBindingCallback.Mode) - Method in interface org.objectweb.celtix.bindings.ServerBindingEndpointCallback
Creates the DataBindingCallback object
createHandlerInvoker() - Method in interface org.objectweb.celtix.bindings.BindingBase
Create a HandlerInvoker.
createObjectContext() - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
createObjectContext() - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
createObjectContext() - Method in interface org.objectweb.celtix.bindings.BindingBase
Create an ObjectMessageContext.
createOutputStreamContext(MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
createOutputStreamContext(ServerTransport, MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
createOutputStreamContext(MessageContext) - Method in interface org.objectweb.celtix.transports.Transport
Create a context from which an OutputStream for the Transport can be obtained.
createReader(Class<T>) - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
createServerBinding(EndpointReferenceType, Endpoint, ServerBindingEndpointCallback) - Method in interface org.objectweb.celtix.bindings.BindingFactory
Creates a ServerBinding for the EndpointReferenceType and Endpoint provided.
createServerTransport(EndpointReferenceType) - Method in interface org.objectweb.celtix.transports.TransportFactory
Returns a newly created ServerTransport.
createTransientServerTransport(EndpointReferenceType) - Method in interface org.objectweb.celtix.transports.TransportFactory
Returns a newly created transient ServerTransport.
createTransport(EndpointReferenceType) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
createTransport(EndpointReferenceType) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
createWriter(Class<T>) - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 

D

DataBindingCallback - Interface in org.objectweb.celtix.bindings
Callback used during IO for the bindings to figure out how to properly construct the messages.
DataBindingCallback.Mode - Enum in org.objectweb.celtix.bindings
 
DataReader<T> - Interface in org.objectweb.celtix.bindings
 
DataWriter<T> - Interface in org.objectweb.celtix.bindings
 
deactivate() - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
deactivate() - Method in interface org.objectweb.celtix.bindings.ServerBinding
Deactivate the endpoint.
deactivate() - Method in interface org.objectweb.celtix.transports.ServerTransport
deactivate the server transport, involves stopping the listeners or message queues.
deregisterBinding(String) - Method in interface org.objectweb.celtix.bindings.BindingManager
Deregisters the BindingFactory with the provided name.
deregisterHandlerFactory(HandlerFactory) - Method in interface org.objectweb.celtix.handlers.HandlerFactoryManager
Deregisters a HandlerFactory from the bus.
deregisterTransportFactory(String) - Method in interface org.objectweb.celtix.transports.TransportFactoryManager
Unregister a TransportFactory.
dispatch(InputStreamMessageContext, ServerTransport) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
dispatch(InputStreamMessageContext, ServerTransport) - Method in interface org.objectweb.celtix.transports.ServerTransportCallback
Used to dispatch a message from the ServerTransport to an servant.

E

endpoint - Variable in class org.objectweb.celtix.bindings.AbstractServerBinding
 
EndpointManager - Interface in org.objectweb.celtix.endpoints
 
EndpointReferenceUtils - Class in org.objectweb.celtix.wsdl
Provides utility methods for obtaining endpoint references, wsdl definitions, etc.
entrySet() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
entrySet() - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
Exception - Exception in org.objectweb.celtix.common.i18n
 
Exception(Message) - Constructor for exception org.objectweb.celtix.common.i18n.Exception
 
Exception(Message, Throwable) - Constructor for exception org.objectweb.celtix.common.i18n.Exception
 
Exception(Throwable) - Constructor for exception org.objectweb.celtix.common.i18n.Exception
 
Exception() - Constructor for exception org.objectweb.celtix.common.i18n.Exception
Deprecated. 
Exception(String) - Constructor for exception org.objectweb.celtix.common.i18n.Exception
Deprecated. 
Exception(String, Throwable) - Constructor for exception org.objectweb.celtix.common.i18n.Exception
Deprecated. 
execute(Runnable, long) - Method in interface org.objectweb.celtix.workqueue.WorkQueue
Submits a work item for execution at some time in the future, waiting for up to a specified amount of time for the item to be accepted.
exists() - Method in class org.objectweb.celtix.configuration.CommandLineOption
 

F

faultRaised() - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
Indicates if a fault has been raised
finalPrepareOutputStreamContext(MessageContext, OutputStreamMessageContext) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
finalPrepareOutputStreamContext(ServerTransport, MessageContext, OutputStreamMessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
finalPrepareOutputStreamContext(OutputStreamMessageContext) - Method in interface org.objectweb.celtix.transports.Transport
Prepare the OutputStream context before writing.
fromServiceMode(Service.Mode) - Static method in enum org.objectweb.celtix.bindings.DataBindingCallback.Mode
 

G

GenericMessageContext - Class in org.objectweb.celtix.context
 
GenericMessageContext() - Constructor for class org.objectweb.celtix.context.GenericMessageContext
 
get() - Method in class org.objectweb.celtix.bindings.AsyncFuture
 
get(long, TimeUnit) - Method in class org.objectweb.celtix.bindings.AsyncFuture
 
get(Object) - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
get(Object) - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
getAddress(EndpointReferenceType) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
Get the address from the provided endpoint reference.
getAutomaticWorkQueue() - Method in interface org.objectweb.celtix.workqueue.WorkQueueManager
Get the manager's work queue.
getBinding() - Method in interface org.objectweb.celtix.bindings.BindingBase
Returns the Binding reference.
getBindingFactory(String) - Method in interface org.objectweb.celtix.bindings.BindingManager
Retrieves the BindingFactory registered with the given name.
getBindingManager() - Method in class org.objectweb.celtix.Bus
Returns the BindingManager of this Bus.
getBoolean(String) - Method in interface org.objectweb.celtix.configuration.Configuration
Convenience method to extract the value of a boolean type configuration item from its holder object.
getBundle(Class) - Static method in class org.objectweb.celtix.common.i18n.BundleUtils
Encapsulates the logic related to locating a resource bundle.
getBundleName(Class) - Static method in class org.objectweb.celtix.common.i18n.BundleUtils
Encapsulates the logic related to naming a resource bundle.
getChild(String, Object) - Method in interface org.objectweb.celtix.configuration.Configuration
Returns the child configuration of the type specified in the namespaceURI and with the specified identifier if there is one, otherwise null.
getClients() - Method in interface org.objectweb.celtix.configuration.Configurator
 
getCode() - Method in exception org.objectweb.celtix.common.i18n.Exception
 
getCode() - Method in class org.objectweb.celtix.common.i18n.Message
 
getCode() - Method in exception org.objectweb.celtix.common.i18n.UncheckedException
 
getConfiguration() - Method in class org.objectweb.celtix.application.Application
Returns the Configuration of the Application.
getConfiguration() - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
getConfiguration() - Method in class org.objectweb.celtix.Bus
Returns the Configuration of this Bus.
getConfiguration() - Method in interface org.objectweb.celtix.configuration.Configurator
 
getConfiguration() - Method in interface org.objectweb.celtix.plugins.PluginManager
Returns the Configuration.
getContext() - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
get the context associated with this invoker
getCurrent() - Static method in class org.objectweb.celtix.Bus
Returns the current Bus on this thread.
getDefaultValue() - Method in interface org.objectweb.celtix.configuration.ConfigurationItemMetadata
Returns the default value of this configuration metadata item.
getDefinition(String) - Method in interface org.objectweb.celtix.configuration.ConfigurationMetadata
Gets the metadata for the specified configuration item name.
getDefinition(URL) - Method in interface org.objectweb.celtix.wsdl.WSDLManager
Get the WSDL definition for the given URL.
getDefinition(String) - Method in interface org.objectweb.celtix.wsdl.WSDLManager
Get the WSDL definition for the given URL.
getDefinition(Element) - Method in interface org.objectweb.celtix.wsdl.WSDLManager
Get the WSDL definition for the given Element.
getDefinition(Class<?>) - Method in interface org.objectweb.celtix.wsdl.WSDLManager
Get the WSDL definition for the given class.
getDefinitions() - Method in interface org.objectweb.celtix.configuration.ConfigurationMetadata
Gets all configuration metadata items in this container.
getDouble(String) - Method in interface org.objectweb.celtix.configuration.Configuration
Convenience method to extract the value of a double type configuration item from its holder object.
getElementType() - Method in class org.objectweb.celtix.wsdl.TExtensibilityElementImpl
Returns the type of this extensibility element.
getEndpoint() - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
getEndpoint() - Method in interface org.objectweb.celtix.bindings.ServerBinding
Gets the endpoint that is the target of the opertaions for this binding
getEndpointReference(URL, QName, String) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
Create an endpoint reference for the provided wsdl, service and portname.
getEndpointReference(WSDLManager, Object) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
Gets an endpoint reference for the provided implementor object.
getException() - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
getException() - Method in class org.objectweb.celtix.context.ObjectMessageContextImpl
 
getExecutor() - Method in interface org.objectweb.celtix.transports.ServerTransportCallback
 
getExtenstionRegistry() - Method in interface org.objectweb.celtix.wsdl.WSDLManager
Returns the ExtensionRegistry that the WSDLManager uses when reading WSDL files.
getFloat(String) - Method in interface org.objectweb.celtix.configuration.Configuration
Convenience method to extract the value of a float type configuration item from its holder object.
getHandlerFactoryManager() - Method in class org.objectweb.celtix.Bus
Returns the HandlerFactoryManager of this Bus.
getHook() - Method in interface org.objectweb.celtix.configuration.Configurator
 
getId() - Method in interface org.objectweb.celtix.configuration.Configuration
Returns the identifier for this configuration instance (unique within all instances configuration instances for the same metadata model).
getInputStream() - Method in interface org.objectweb.celtix.context.InputStreamMessageContext
 
getInputStream() - Method in interface org.objectweb.celtix.context.StreamMessageContext
Get the underlying InputStream from which the incoming message can be read
getInstance() - Static method in class org.objectweb.celtix.application.Application
Returns the Application singleton.
getInt(String) - Method in interface org.objectweb.celtix.configuration.Configuration
Convenience method to extract the value of an int type configuration item from its holder object.
getLifeCycleManager() - Method in class org.objectweb.celtix.Bus
Returns the BusLifeCycleManager of this Bus.
getLifecyclePolicy() - Method in interface org.objectweb.celtix.configuration.ConfigurationItemMetadata
Returns the lifecycle policy for this configuration metadata item.
getLong(String) - Method in interface org.objectweb.celtix.configuration.Configuration
Convenience method to extract the value of a long type configuration item from its holder object.
getMessage() - Method in exception org.objectweb.celtix.common.i18n.Exception
 
getMessage() - Method in exception org.objectweb.celtix.common.i18n.UncheckedException
 
getMessageContext() - Method in class org.objectweb.celtix.context.WebServiceContextImpl
 
getMessageObjects() - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
getMessageObjects() - Method in class org.objectweb.celtix.context.ObjectMessageContextImpl
 
getMethod(Endpoint, QName) - Method in interface org.objectweb.celtix.bindings.ServerBindingEndpointCallback
Returns the method in the Endpoint's implementor that implements the specified operation.
getMethod() - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
getMethod() - Method in class org.objectweb.celtix.context.ObjectMessageContextImpl
 
getMode() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getModel() - Method in interface org.objectweb.celtix.configuration.Configuration
Returns the configuration metadata model for this Configuration.
getName() - Method in class org.objectweb.celtix.configuration.CommandLineOption
 
getName() - Method in interface org.objectweb.celtix.configuration.ConfigurationItemMetadata
Returns the name of this configuration metadata item which must be unique within its ConfigurationMetadata container.
getNamespaceURI() - Method in interface org.objectweb.celtix.configuration.ConfigurationMetadata
Gets the namespace URI for this configuration metadata model.
getObject(String) - Method in class org.objectweb.celtix.configuration.AbstractCommandLineConfiguration
 
getObject(String) - Method in interface org.objectweb.celtix.configuration.CommandlineConfiguration
 
getObject(String) - Method in interface org.objectweb.celtix.configuration.Configuration
Returns the object holding the value for the configuration item with the specified name.
getObject(Class<T>, String) - Method in interface org.objectweb.celtix.configuration.Configuration
Returns the object holding the value for the configuration item with the specified name.
getObject(String) - Method in interface org.objectweb.celtix.configuration.ConfigurationProvider
 
getObjectMessageContextAsync(InputStreamMessageContext, HandlerInvoker, DataBindingCallback, ObjectMessageContext) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
getOperationName(MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
getOperationName() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getOutputStream() - Method in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
getOutputStream() - Method in interface org.objectweb.celtix.context.StreamMessageContext
Get the underlying OutputStream from which the outgoing message can be read
getParameters() - Method in class org.objectweb.celtix.common.i18n.Message
 
getParamsLength() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getParent() - Method in interface org.objectweb.celtix.configuration.Configuration
Returns the parent configuration of this configuration, or null if there is no parent.
getPlugin(String) - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
getPlugin(String) - Method in interface org.objectweb.celtix.plugins.PluginManager
Returns the plugin object with the given classname.
getPluginByName(String) - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
getPluginByName(String) - Method in interface org.objectweb.celtix.plugins.PluginManager
Returns the plugin object with the given name.
getPluginClassLoader() - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
getPluginClassLoader() - Method in interface org.objectweb.celtix.plugins.PluginManager
Get the plugin class loader.
getPluginManager() - Method in class org.objectweb.celtix.application.Application
Returns the PluginManager of the Application.
getPluginManager() - Method in class org.objectweb.celtix.Bus
Returns the PluginManager of this Bus.
getPort(WSDLManager, EndpointReferenceType) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
Gets the WSDL port for the provided endpoint reference.
getPortName(EndpointReferenceType) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
Gets the port name of the provided endpoint reference.
getProviders() - Method in interface org.objectweb.celtix.configuration.Configuration
Returns the list of configuration providers for this configuration.
getRequestWrapperQName() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getRequestWrapperType() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getRequired() - Method in class org.objectweb.celtix.wsdl.TExtensibilityElementImpl
Get whether or not the semantics of this extension are required.
getResourceManager() - Method in class org.objectweb.celtix.Bus
Returns the ResourceManager of this Bus.
getResponseWrapperQName() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getResponseWrapperType() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getReturn() - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
getReturn() - Method in class org.objectweb.celtix.context.ObjectMessageContextImpl
 
getScope(String) - Method in class org.objectweb.celtix.context.GenericMessageContext
 
getScope(String) - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
getServiceMode() - Method in enum org.objectweb.celtix.bindings.DataBindingCallback.Mode
 
getServiceMode(Endpoint) - Method in interface org.objectweb.celtix.bindings.ServerBindingEndpointCallback
Returns the ServiceMode used for the given Endpoint
getServiceName(EndpointReferenceType) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
Gets the service name of the provided endpoint reference.
getShort(String) - Method in interface org.objectweb.celtix.configuration.Configuration
Convenience method to extract the value of a short type configuration item from its holder object.
getShortcut() - Method in class org.objectweb.celtix.configuration.CommandLineOption
 
getSOAPAction() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getSOAPParameterStyle() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getSOAPStyle() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getSOAPUse() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getString(String) - Method in interface org.objectweb.celtix.configuration.Configuration
Convenience method to extract the value of a string type configuration item from its holder object.
getStringList(String) - Method in interface org.objectweb.celtix.configuration.Configuration
Convenience method to extract the value of a string list type configuration item from its holder object.
getSupportedFormats() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getTargetNamespace() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getThreadingModel() - Method in interface org.objectweb.celtix.workqueue.WorkQueueManager
Get the threading model.
getTransport() - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
getTransportFactory(String) - Method in interface org.objectweb.celtix.transports.TransportFactoryManager
Returns the TransportFactory registered with the specified name, loading the appropriate plugin if necessary.
getTransportFactoryManager() - Method in class org.objectweb.celtix.Bus
Returns the TransportFactoryManager of this Bus.
getType() - Method in interface org.objectweb.celtix.configuration.ConfigurationItemMetadata
Returns the type of this configuration metadata item as a QName.
getUserPrincipal() - Method in class org.objectweb.celtix.context.WebServiceContextImpl
 
getValue() - Method in class org.objectweb.celtix.configuration.CommandLineOption
 
getWebParam(int) - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getWebResult() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getWebResultAnnotation() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getWebResultQName() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getWebService() - Method in interface org.objectweb.celtix.bindings.DataBindingCallback
 
getWebServiceAnnotation(Class<?>) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
Get the WebService for the provided class.
getWorkQueueManager() - Method in class org.objectweb.celtix.Bus
Returns the WorkQueueManager of this Bus.
getWrappedContext() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
getWSDLDefinition(WSDLManager, EndpointReferenceType) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
Gets the WSDL definition for the provided endpoint reference.
getWSDLFactory() - Method in interface org.objectweb.celtix.wsdl.WSDLManager
Returns the WSDLFactory that is used to read/write WSDL dedfinitions
getWSDLManager() - Method in class org.objectweb.celtix.Bus
Returns the ClientRegistry of this Bus.

H

HandlerFactory - Interface in org.objectweb.celtix.handlers
 
HandlerFactoryManager - Interface in org.objectweb.celtix.handlers
Provides methods for registering and deregistering handler factories.
HandlerInvoker - Interface in org.objectweb.celtix.handlers
Invokes the handlers associated with a binding.
hasFault(MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 

I

init(Bus) - Method in interface org.objectweb.celtix.bindings.BindingFactory
Initialize the factory with a Bus reference.
init() - Static method in class org.objectweb.celtix.Bus
Returns a newly created and fully initialised Bus.
init(String[]) - Static method in class org.objectweb.celtix.Bus
Returns a newly created and fully initialised Bus.
init(String[], Map<String, Object>) - Static method in class org.objectweb.celtix.Bus
Returns a newly created and fully initialised Bus.
init(String[], Map<String, Object>, ClassLoader) - Static method in class org.objectweb.celtix.Bus
Returns a newly created and fully initialised Bus.
init(Configuration) - Method in interface org.objectweb.celtix.configuration.ConfigurationProvider
 
init(Bus) - Method in interface org.objectweb.celtix.transports.TransportFactory
Initializes this TransportFactory.
initComplete() - Method in interface org.objectweb.celtix.buslifecycle.BusLifeCycleListener
Invoked when the Bus has been initialized.
initialize(String[], Map<String, Object>) - Method in class org.objectweb.celtix.Bus
 
initialize(String) - Method in class org.objectweb.celtix.configuration.CommandLineOption
 
initialize(String[]) - Method in class org.objectweb.celtix.configuration.CommandLineOption
 
InputStreamMessageContext - Interface in org.objectweb.celtix.context
 
invoke(ObjectMessageContext, DataBindingCallback) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
invoke(ObjectMessageContext, DataBindingCallback) - Method in interface org.objectweb.celtix.bindings.ClientBinding
Makes a synchronous request and returns the context containing the response.
invoke(OutputStreamMessageContext) - Method in interface org.objectweb.celtix.transports.ClientTransport
invoke on a two-way operation on the remote service.
invokeAsync(ObjectMessageContext, DataBindingCallback, Executor) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
invokeAsync(ObjectMessageContext, DataBindingCallback, Executor) - Method in interface org.objectweb.celtix.bindings.ClientBinding
Makes an asynchronous request using the contents of the ObjectMessageContext.
invokeAsync(OutputStreamMessageContext, Executor) - Method in interface org.objectweb.celtix.transports.ClientTransport
invoke on a two-way operation on the remote service asyncronously.
invokeLogicalHandlers(boolean) - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
Invoke the logical handlers.
invokeOneWay(ObjectMessageContext, DataBindingCallback) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
invokeOneWay(ObjectMessageContext, DataBindingCallback) - Method in interface org.objectweb.celtix.bindings.ClientBinding
Makes a one way request using the contents of the ObjectMessageContext.
invokeOneway(OutputStreamMessageContext) - Method in interface org.objectweb.celtix.transports.ClientTransport
invoke on a oneway operation on a remote service.
invokeOnProvider(MessageContext, ServiceMode) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
invokeProtocolHandlers(boolean, MessageContext) - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
Invoke the protocol handlers.
invokeStreamHandlers(InputStreamMessageContext) - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
Invoke the stream level handlers with an InputStream.
invokeStreamHandlers(OutputStreamMessageContext) - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
Invoke the stream level handlers with an OutputStream.
isCancelled() - Method in class org.objectweb.celtix.bindings.AsyncFuture
 
isClosed() - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
Indicates that the invoker is closed.
isCompatibleWithAddress(String) - Method in interface org.objectweb.celtix.bindings.BindingBase
Returns whether the given addressing information is compatible with this binding.
isDone() - Method in class org.objectweb.celtix.bindings.AsyncFuture
 
isEmpty() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
isEmpty() - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
isFault(ObjectMessageContext, MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
isFault() - Method in interface org.objectweb.celtix.context.InputStreamMessageContext
 
isFault() - Method in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
isInbound() - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
Is the current message direction inbound
isOneWay() - Method in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
isOutbound() - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
Is the current message direction outbound
isShutdown() - Method in interface org.objectweb.celtix.workqueue.AutomaticWorkQueue
Returns true if this object has been shut down.
isUserInRole(String) - Method in class org.objectweb.celtix.context.WebServiceContextImpl
 

J

JAXBExtensionHelper - Class in org.objectweb.celtix.wsdl
JAXBExtensionHelper
JAXBExtensionHelper(JAXBContext, Class<? extends TExtensibilityElementImpl>) - Constructor for class org.objectweb.celtix.wsdl.JAXBExtensionHelper
 

K

keySet() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
keySet() - Method in class org.objectweb.celtix.context.ProviderMessageContext
 

M

marshal(ObjectMessageContext, MessageContext, DataBindingCallback) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
marshal(ObjectMessageContext, MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
marshalFault(ObjectMessageContext, MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class org.objectweb.celtix.wsdl.JAXBExtensionHelper
 
mepComplete() - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
Invoke handlers at the end of an MEP calling close on each.
Message - Class in org.objectweb.celtix.common.i18n
 
Message(String, Logger, Object...) - Constructor for class org.objectweb.celtix.common.i18n.Message
Constructor.
Message(String, ResourceBundle, Object...) - Constructor for class org.objectweb.celtix.common.i18n.Message
Constructor.
MESSAGE_INPUT - Static variable in interface org.objectweb.celtix.context.ObjectMessageContext
 
MESSAGE_PAYLOAD - Static variable in interface org.objectweb.celtix.context.ObjectMessageContext
 
MessageContextWrapper - Class in org.objectweb.celtix.context
 
MessageContextWrapper(MessageContext) - Constructor for class org.objectweb.celtix.context.MessageContextWrapper
 
METHOD_FAULT - Static variable in interface org.objectweb.celtix.context.ObjectMessageContext
 
METHOD_OBJ - Static variable in interface org.objectweb.celtix.context.ObjectMessageContext
 
METHOD_PARAMETERS - Static variable in interface org.objectweb.celtix.context.ObjectMessageContext
 
METHOD_RETURN - Static variable in interface org.objectweb.celtix.context.ObjectMessageContext
 

O

ObjectMessageContext - Interface in org.objectweb.celtix.context
 
ObjectMessageContextImpl - Class in org.objectweb.celtix.context
 
ObjectMessageContextImpl() - Constructor for class org.objectweb.celtix.context.ObjectMessageContextImpl
 
ONEWAY_MESSAGE_TF - Static variable in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
org.objectweb.celtix - package org.objectweb.celtix
 
org.objectweb.celtix.application - package org.objectweb.celtix.application
 
org.objectweb.celtix.bindings - package org.objectweb.celtix.bindings
 
org.objectweb.celtix.buslifecycle - package org.objectweb.celtix.buslifecycle
 
org.objectweb.celtix.common.i18n - package org.objectweb.celtix.common.i18n
 
org.objectweb.celtix.configuration - package org.objectweb.celtix.configuration
 
org.objectweb.celtix.context - package org.objectweb.celtix.context
 
org.objectweb.celtix.endpoints - package org.objectweb.celtix.endpoints
 
org.objectweb.celtix.handlers - package org.objectweb.celtix.handlers
 
org.objectweb.celtix.plugins - package org.objectweb.celtix.plugins
 
org.objectweb.celtix.transports - package org.objectweb.celtix.transports
 
org.objectweb.celtix.workqueue - package org.objectweb.celtix.workqueue
 
org.objectweb.celtix.wsdl - package org.objectweb.celtix.wsdl
 
OutputStreamMessageContext - Interface in org.objectweb.celtix.context
 

P

parseCommandLine(String[], boolean) - Method in class org.objectweb.celtix.configuration.AbstractCommandLineConfiguration
Parses the arguments and initialises the options.
PluginException - Exception in org.objectweb.celtix.plugins
Used to indicate an exception when managing a plugin object.
PluginException(Message) - Constructor for exception org.objectweb.celtix.plugins.PluginException
Constructs a PluginException with the given detail message.
PluginException(Message, Throwable) - Constructor for exception org.objectweb.celtix.plugins.PluginException
Constructs a PluginException with the given detail message and cause.
PluginInfo - Class in org.objectweb.celtix.application
 
PluginManager - Interface in org.objectweb.celtix.plugins
Provides methods for registering, unregistering and obtaining plugin objects.
PluginStateMachine - Class in org.objectweb.celtix.application
 
PluginStateMachine.PluginState - Enum in org.objectweb.celtix.application
 
port - Variable in class org.objectweb.celtix.bindings.AbstractClientBinding
 
postDispatch(ServerTransport, MessageContext, OutputStreamMessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
postDispatch(MessageContext, OutputStreamMessageContext) - Method in interface org.objectweb.celtix.transports.ServerTransport
Do the post dispatch task here.
postShutdown() - Method in interface org.objectweb.celtix.buslifecycle.BusLifeCycleListener
Invoked after the Bus is shutdown.
preShutdown() - Method in interface org.objectweb.celtix.buslifecycle.BusLifeCycleListener
Invoked before the Bus is shutdown.
processResponse(ServerTransport, ObjectMessageContext, MessageContext, boolean) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
ProviderMessageContext - Class in org.objectweb.celtix.context
 
ProviderMessageContext(MessageContext) - Constructor for class org.objectweb.celtix.context.ProviderMessageContext
 
put(String, Object) - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
put(String, Object) - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.objectweb.celtix.context.ProviderMessageContext
 

R

read(InputStreamMessageContext, MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
read(InputStreamMessageContext, MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
read(int, T) - Method in interface org.objectweb.celtix.bindings.DataReader
 
read(QName, int, T) - Method in interface org.objectweb.celtix.bindings.DataReader
 
readWrapper(ObjectMessageContext, boolean, T) - Method in interface org.objectweb.celtix.bindings.DataReader
 
reference - Variable in class org.objectweb.celtix.bindings.AbstractClientBinding
 
reference - Variable in class org.objectweb.celtix.bindings.AbstractServerBinding
 
registerBinding(String, BindingFactory) - Method in interface org.objectweb.celtix.bindings.BindingManager
Registers a BindingFactory using the provided name.
registerClient(Configurator) - Method in interface org.objectweb.celtix.configuration.Configurator
 
registerHandlerFactory(HandlerFactory) - Method in interface org.objectweb.celtix.handlers.HandlerFactoryManager
Registers a HandlerFactory with the bus.
registerLifeCycleListener(BusLifeCycleListener) - Method in interface org.objectweb.celtix.buslifecycle.BusLifeCycleManager
Register a listener to receive Bus lifecycle notification.
registerPlugin(Object) - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
registerPlugin(Object) - Method in interface org.objectweb.celtix.plugins.PluginManager
Registers a plugin object with the bus.
registerTransportFactory(String, TransportFactory) - Method in interface org.objectweb.celtix.transports.TransportFactoryManager
Associates a name, often a URI, with a TransportFactory when registering with the Bus's TransportRegistry.
remove(Object) - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
remove(Object) - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
REQUEST_PROXY - Static variable in interface org.objectweb.celtix.context.ObjectMessageContext
 
REQUESTOR_ROLE_PROPERTY - Static variable in interface org.objectweb.celtix.context.ObjectMessageContext
 
run() - Method in class org.objectweb.celtix.Bus
Starts processing bus events, and returns only after the Bus has been shut down (from another thread).
run() - Method in interface org.objectweb.celtix.workqueue.WorkQueueManager
Only returns after workqueue has been shutdown.

S

sbeCallback - Variable in class org.objectweb.celtix.bindings.AbstractServerBinding
 
scopes - Variable in class org.objectweb.celtix.context.GenericMessageContext
 
ServerBinding - Interface in org.objectweb.celtix.bindings
ServerBinding
ServerBindingEndpointCallback - Interface in org.objectweb.celtix.bindings
ServerBindingEndpointCallback Callback used from ServerBinding's to create the DataBindingCallback object used during dispatch to handle the IO requirements of the endpoint.
ServerTransport - Interface in org.objectweb.celtix.transports
ServerTransport
ServerTransportCallback - Interface in org.objectweb.celtix.transports
ServerTransportCallback
setAddress(EndpointReferenceType, String) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
Set the address of the provided endpoint reference.
setContext(ObjectMessageContext) - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
assoociate a context with this invoker
setCurrent(Bus) - Static method in class org.objectweb.celtix.Bus
Sets the current Bus.
setElementType(QName) - Method in class org.objectweb.celtix.wsdl.TExtensibilityElementImpl
Sets the type of this extensibility element.
setException(Throwable) - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
setException(Throwable) - Method in class org.objectweb.celtix.context.ObjectMessageContextImpl
 
setFault(boolean) - Method in interface org.objectweb.celtix.context.InputStreamMessageContext
 
setFault(boolean) - Method in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
setFault(Exception) - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
set the current exception in this message exchange and set the invoker into fault processing mode.
setFault(boolean) - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
set the invoker into fault processing mode.
setInbound() - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
set the current message direction to inbound
setInputStream(InputStream) - Method in interface org.objectweb.celtix.context.InputStreamMessageContext
 
setInputStream(InputStream) - Method in interface org.objectweb.celtix.context.StreamMessageContext
Set the InputStream to read the message from.
setMessageContext(MessageContext) - Static method in class org.objectweb.celtix.context.WebServiceContextImpl
 
setMessageObjects(Object...) - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
setMessageObjects(Object...) - Method in class org.objectweb.celtix.context.ObjectMessageContextImpl
 
setMethod(Method) - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
setMethod(Method) - Method in class org.objectweb.celtix.context.ObjectMessageContextImpl
 
setOneWay(boolean) - Method in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
setOutbound() - Method in interface org.objectweb.celtix.handlers.HandlerInvoker
set the current message direction to outabound
setOutputStream(OutputStream) - Method in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
setOutputStream(OutputStream) - Method in interface org.objectweb.celtix.context.StreamMessageContext
Set the OutputStream to write the message to.
setProviders(List<ConfigurationProvider>) - Method in interface org.objectweb.celtix.configuration.Configuration
Sets the list of configuration providers for this configuration - these will be consulted in orde when looking up the value for a particular configuration item.
setRequestorRole(boolean) - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
setRequestorRole(boolean) - Method in class org.objectweb.celtix.context.ObjectMessageContextImpl
 
setRequired(Boolean) - Method in class org.objectweb.celtix.wsdl.TExtensibilityElementImpl
 
setReturn(Object) - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
setReturn(Object) - Method in class org.objectweb.celtix.context.ObjectMessageContextImpl
 
setScope(String, MessageContext.Scope) - Method in class org.objectweb.celtix.context.GenericMessageContext
 
setScope(String, MessageContext.Scope) - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
setThreadingModel(WorkQueueManager.ThreadingModel) - Method in interface org.objectweb.celtix.workqueue.WorkQueueManager
Set the threading model.
shutdown(boolean) - Method in class org.objectweb.celtix.Bus
Shuts down the Bus.
shutdown() - Method in interface org.objectweb.celtix.transports.Transport
Shutdown the Transport.
shutdown(boolean) - Method in interface org.objectweb.celtix.workqueue.AutomaticWorkQueue
Initiates an orderly shutdown.
shutdown(boolean) - Method in interface org.objectweb.celtix.workqueue.WorkQueueManager
Shuts down the manager's work queue.
size() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
size() - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
storeAddress(MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
StreamHandler - Interface in org.objectweb.celtix.handlers
A StreamHandler provides an interception point which gives access to the data stream immediately before being written to or read from the underlying transport.
StreamMessageContext - Interface in org.objectweb.celtix.context
A MessageContext that provide access to the underlying streams involved in a message exchange

T

TExtensibilityElementImpl - Class in org.objectweb.celtix.wsdl
Implements the ExtensibilityElement interface.
TExtensibilityElementImpl() - Constructor for class org.objectweb.celtix.wsdl.TExtensibilityElementImpl
 
toString() - Method in class org.objectweb.celtix.common.i18n.Message
 
toString() - Method in class org.objectweb.celtix.configuration.CommandLineOption
 
toString() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
transport - Variable in class org.objectweb.celtix.bindings.AbstractClientBinding
 
transport - Variable in class org.objectweb.celtix.bindings.AbstractServerBinding
 
Transport - Interface in org.objectweb.celtix.transports
Transport
TransportFactory - Interface in org.objectweb.celtix.transports
The TransportFactory provides methods to create client and server transports.
TransportFactoryManager - Interface in org.objectweb.celtix.transports
The TransportFactoryManager provides an interface to register and retrieve transport factories.

U

UncheckedException - Exception in org.objectweb.celtix.common.i18n
 
UncheckedException(Message) - Constructor for exception org.objectweb.celtix.common.i18n.UncheckedException
 
UncheckedException(Message, Throwable) - Constructor for exception org.objectweb.celtix.common.i18n.UncheckedException
 
UncheckedException(Throwable) - Constructor for exception org.objectweb.celtix.common.i18n.UncheckedException
 
UncheckedException() - Constructor for exception org.objectweb.celtix.common.i18n.UncheckedException
Deprecated. 
UncheckedException(String) - Constructor for exception org.objectweb.celtix.common.i18n.UncheckedException
Deprecated. 
UncheckedException(String, Throwable) - Constructor for exception org.objectweb.celtix.common.i18n.UncheckedException
Deprecated. 
unloadPlugin(Object) - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
unloadPlugin(Object) - Method in interface org.objectweb.celtix.plugins.PluginManager
Unload a plugin object after it has been explicitly unregistered.
unmarshal(MessageContext, ObjectMessageContext, DataBindingCallback) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
unmarshal(MessageContext, ObjectMessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
unmarshalFault(MessageContext, ObjectMessageContext, DataBindingCallback) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class org.objectweb.celtix.wsdl.JAXBExtensionHelper
 
unregisterClient(Configurator) - Method in interface org.objectweb.celtix.configuration.Configurator
 
unregisterLifeCycleListener(BusLifeCycleListener) - Method in interface org.objectweb.celtix.buslifecycle.BusLifeCycleManager
Unregister a listener so that it will no longer receive Bus lifecycle events.
unregisterPlugin(Object) - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
unregisterPlugin(Object) - Method in interface org.objectweb.celtix.plugins.PluginManager
Explicitly unregister the given plugin object from the bus.

V

valueOf(String) - Static method in enum org.objectweb.celtix.application.PluginStateMachine.PluginState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.celtix.bindings.DataBindingCallback.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.celtix.configuration.ConfigurationItemMetadata.LifecyclePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.celtix.workqueue.WorkQueueManager.ThreadingModel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.objectweb.celtix.application.PluginStateMachine.PluginState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.objectweb.celtix.bindings.DataBindingCallback.Mode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.objectweb.celtix.configuration.ConfigurationItemMetadata.LifecyclePolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
values() - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
values() - Static method in enum org.objectweb.celtix.workqueue.WorkQueueManager.ThreadingModel
Returns an array containing the constants of this enum type, in the order they're declared.

W

WebServiceContextImpl - Class in org.objectweb.celtix.context
 
WebServiceContextImpl() - Constructor for class org.objectweb.celtix.context.WebServiceContextImpl
 
WebServiceContextImpl(MessageContext) - Constructor for class org.objectweb.celtix.context.WebServiceContextImpl
 
WorkQueue - Interface in org.objectweb.celtix.workqueue
 
WorkQueueManager - Interface in org.objectweb.celtix.workqueue
 
WorkQueueManager.ThreadingModel - Enum in org.objectweb.celtix.workqueue
 
write(MessageContext, OutputStreamMessageContext) - Method in class org.objectweb.celtix.bindings.AbstractClientBinding
 
write(MessageContext, OutputStreamMessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
write(Object, T) - Method in interface org.objectweb.celtix.bindings.DataWriter
 
write(Object, QName, T) - Method in interface org.objectweb.celtix.bindings.DataWriter
 
writeWrapper(ObjectMessageContext, boolean, T) - Method in interface org.objectweb.celtix.bindings.DataWriter
 
WSDLManager - Interface in org.objectweb.celtix.wsdl
WSDLManager

A B C D E F G H I J K M O P R S T U V W
Celtix User APIs