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

A

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) - 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(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
 
ApplicationConfiguration() - Constructor for class org.objectweb.celtix.application.ApplicationConfiguration
 
ApplicationPluginManager - Class in org.objectweb.celtix.application
 
ApplicationPluginManager() - Constructor for class org.objectweb.celtix.application.ApplicationPluginManager
 
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.
bus - Variable in class org.objectweb.celtix.bindings.AbstractServerBinding
 
bus - Variable in class org.objectweb.celtix.bindings.GenericClientBinding
 
Bus - Class in org.objectweb.celtix
 
Bus() - Constructor for class org.objectweb.celtix.Bus
 
BusException - Exception in org.objectweb.celtix
 
BusException(String) - Constructor for exception org.objectweb.celtix.BusException
 
BusException(String, Throwable) - Constructor for exception org.objectweb.celtix.BusException
 
BusException(Throwable) - Constructor for exception org.objectweb.celtix.BusException
 
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.
BusMessage - Class in org.objectweb.celtix
 
BusMessage(String, Object...) - Constructor for class org.objectweb.celtix.BusMessage
 

C

clear() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
clear() - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
ClientBinding - Interface in org.objectweb.celtix.bindings
Binding
ClientTransport - Interface in org.objectweb.celtix.transports
ClientTransport
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
 
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.AbstractServerBinding
 
createBindingMessageContext(MessageContext) - Method in class org.objectweb.celtix.bindings.GenericClientBinding
 
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
 
createMessage(String, Object...) - Method in exception org.objectweb.celtix.BusException
 
createMessage(String, Object...) - Method in exception org.objectweb.celtix.common.i18n.Exception
 
createMessage(String, Object...) - Method in exception org.objectweb.celtix.plugins.PluginException
 
createObjectContext() - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
createObjectContext() - Method in interface org.objectweb.celtix.bindings.BindingBase
Create an ObjectMessageContext to hold objects of a message.
createObjectContext() - Method in class org.objectweb.celtix.bindings.GenericClientBinding
 
createOutputStreamContext(MessageContext) - Method in interface org.objectweb.celtix.transports.ClientTransport
 
createOutputStreamContext(MessageContext) - Method in interface org.objectweb.celtix.transports.ServerTransport
 
createServerBinding(EndpointReferenceType, Endpoint) - 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
 
createTransientServerTransport(EndpointReferenceType) - Method in interface org.objectweb.celtix.transports.TransportFactory
 
createTransport() - Method in class org.objectweb.celtix.bindings.GenericClientBinding
 

D

deactivate() - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
deactivate() - Method in interface org.objectweb.celtix.bindings.ServerBinding
 
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
 
deregisterTransportFactory(String) - Method in interface org.objectweb.celtix.transports.TransportFactoryManager
Unregister a TransportFactory.
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
 
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(String, Object...) - Constructor for exception org.objectweb.celtix.common.i18n.Exception
 
Exception(String) - Constructor for exception org.objectweb.celtix.common.i18n.Exception
 
Exception(String, Throwable) - Constructor for exception org.objectweb.celtix.common.i18n.Exception
 
Exception(String, Throwable, Object...) - Constructor for exception org.objectweb.celtix.common.i18n.Exception
 
Exception(Throwable) - Constructor for exception org.objectweb.celtix.common.i18n.Exception
 
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

finalPrepareOutputStreamContext(OutputStreamMessageContext) - Method in interface org.objectweb.celtix.transports.ClientTransport
 
finalPrepareOutputStreamContext(OutputStreamMessageContext) - Method in interface org.objectweb.celtix.transports.ServerTransport
 

G

GenericClientBinding - Class in org.objectweb.celtix.bindings
 
GenericClientBinding(Bus, EndpointReferenceType) - Constructor for class org.objectweb.celtix.bindings.GenericClientBinding
 
GenericMessageContext - Class in org.objectweb.celtix.context
 
GenericMessageContext() - Constructor for class org.objectweb.celtix.context.GenericMessageContext
 
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
 
getAutomaticWorkQueue() - Method in interface org.objectweb.celtix.workqueue.WorkQueueManager
 
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
 
getCode() - Method in exception org.objectweb.celtix.common.i18n.Exception
 
getCode() - Method in class org.objectweb.celtix.common.i18n.Message
 
getConfiguration() - Method in class org.objectweb.celtix.application.Application
 
getConfiguration() - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
getConfiguration() - Method in class org.objectweb.celtix.Bus
 
getConfiguration() - Method in interface org.objectweb.celtix.plugins.PluginManager
 
getCurrent() - Static method in class org.objectweb.celtix.Bus
Returns the current Bus on this thread.
getDefaultTransportFactory(String) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
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.
getElementType() - Method in class org.objectweb.celtix.wsdl.TExtensibilityElementImpl
 
getEndpoint() - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
getEndpoint() - Method in interface org.objectweb.celtix.bindings.ServerBinding
 
getEndpointReference(URL, QName, String) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
 
getEndpointReference(WSDLManager, Object) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
 
getExtenstionRegistry() - Method in interface org.objectweb.celtix.wsdl.WSDLManager
Returns the ExtensionRegistry that the WSDLManager uses when reading WSDL files.
getHandlerFactoryManager() - Method in class org.objectweb.celtix.Bus
 
getInputStream() - Method in interface org.objectweb.celtix.context.InputStreamMessageContext
 
getInstance() - Static method in class org.objectweb.celtix.application.Application
 
getLifeCycleManager() - Method in class org.objectweb.celtix.Bus
 
getMessage() - Method in exception org.objectweb.celtix.common.i18n.Exception
 
getMessageObjects() - Method in class org.objectweb.celtix.bindings.ObjectMessageContextImpl
 
getMessageObjects() - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
getMethod() - Method in class org.objectweb.celtix.bindings.ObjectMessageContextImpl
 
getMethod() - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
getName() - Method in class org.objectweb.celtix.configuration.CommandLineOption
 
getObject(String) - Method in class org.objectweb.celtix.application.ApplicationConfiguration
 
getObject(String) - Method in class org.objectweb.celtix.configuration.AbstractCommandLineConfiguration
 
getObject(String) - Method in interface org.objectweb.celtix.configuration.Configuration
 
getOperationName(MessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
getOutputStream() - Method in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
getParameters() - Method in class org.objectweb.celtix.common.i18n.Message
 
getPlugin(String) - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
getPlugin(String) - Method in interface org.objectweb.celtix.plugins.PluginManager
 
getPluginByName(String) - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
getPluginByName(String) - Method in interface org.objectweb.celtix.plugins.PluginManager
 
getPluginClassLoader() - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
getPluginClassLoader() - Method in interface org.objectweb.celtix.plugins.PluginManager
 
getPluginManager() - Method in class org.objectweb.celtix.application.Application
 
getPluginManager() - Method in class org.objectweb.celtix.Bus
 
getPort(WSDLManager, EndpointReferenceType) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
 
getRequired() - Method in class org.objectweb.celtix.wsdl.TExtensibilityElementImpl
 
getResourceBundle() - Method in class org.objectweb.celtix.BusMessage
 
getResourceBundle() - Method in class org.objectweb.celtix.common.i18n.Message
 
getResourceBundle() - Method in class org.objectweb.celtix.plugins.PluginMessage
 
getReturn() - Method in class org.objectweb.celtix.bindings.ObjectMessageContextImpl
 
getReturn() - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
getScope(String) - Method in class org.objectweb.celtix.context.GenericMessageContext
 
getScope(String) - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
getShortcut() - Method in class org.objectweb.celtix.configuration.CommandLineOption
 
getThreadingModel() - Method in interface org.objectweb.celtix.workqueue.WorkQueueManager
 
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
 
getValue() - Method in class org.objectweb.celtix.configuration.CommandLineOption
 
getWorkQueueManager() - Method in class org.objectweb.celtix.Bus
 
getWSDLDefinition(WSDLManager, EndpointReferenceType) - Static method in class org.objectweb.celtix.wsdl.EndpointReferenceUtils
 
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
 

H

HandlerFactory - Interface in org.objectweb.celtix.handlers
 
HandlerFactoryManager - Interface in org.objectweb.celtix.handlers
 

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(Bus) - Method in interface org.objectweb.celtix.transports.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) - Method in interface org.objectweb.celtix.bindings.ClientBinding
 
invoke(ObjectMessageContext) - Method in class org.objectweb.celtix.bindings.GenericClientBinding
 
invoke(OutputStreamMessageContext) - Method in interface org.objectweb.celtix.transports.ClientTransport
invoke on a two-way operation on the remote service.
invokeAsync(ObjectMessageContext) - Method in interface org.objectweb.celtix.bindings.ClientBinding
 
invokeAsync(ObjectMessageContext) - Method in class org.objectweb.celtix.bindings.GenericClientBinding
 
invokeAsync(OutputStreamMessageContext) - Method in interface org.objectweb.celtix.transports.ClientTransport
invoke on a two-way operation on the remote service asyncronously.
invokeOneWay(ObjectMessageContext) - Method in interface org.objectweb.celtix.bindings.ClientBinding
 
invokeOneWay(ObjectMessageContext) - Method in class org.objectweb.celtix.bindings.GenericClientBinding
 
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
 
isCompatibleWithAddress(String) - Method in interface org.objectweb.celtix.bindings.BindingBase
Returns whether the given addressing information is compatible with this binding.
isEmpty() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
isEmpty() - Method in class org.objectweb.celtix.context.ProviderMessageContext
 
isFault() - Method in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
isShutdown() - Method in interface org.objectweb.celtix.workqueue.AutomaticWorkQueue
Returns true if this object has been shut down.

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) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
marshal(ObjectMessageContext, MessageContext) - Method in class org.objectweb.celtix.bindings.GenericClientBinding
 
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class org.objectweb.celtix.wsdl.JAXBExtensionHelper
 
Message - Class in org.objectweb.celtix.common.i18n
 
Message(String, Object...) - Constructor for class org.objectweb.celtix.common.i18n.Message
 
MessageContextWrapper - Class in org.objectweb.celtix.context
 
MessageContextWrapper(MessageContext) - Constructor for class org.objectweb.celtix.context.MessageContextWrapper
 
METHOD_INVOKED - Static variable in class org.objectweb.celtix.bindings.ObjectMessageContextImpl
 
METHOD_PARAMETERS - Static variable in class org.objectweb.celtix.bindings.ObjectMessageContextImpl
 
METHOD_RETURN - Static variable in class org.objectweb.celtix.bindings.ObjectMessageContextImpl
 

O

ObjectMessageContext - Interface in org.objectweb.celtix.context
 
ObjectMessageContextImpl - Class in org.objectweb.celtix.bindings
 
ObjectMessageContextImpl() - Constructor for class org.objectweb.celtix.bindings.ObjectMessageContextImpl
 
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
 
PluginException(String, Object...) - Constructor for exception org.objectweb.celtix.plugins.PluginException
 
PluginException(String, Throwable) - Constructor for exception org.objectweb.celtix.plugins.PluginException
 
PluginException(String, Throwable, Object...) - Constructor for exception org.objectweb.celtix.plugins.PluginException
 
PluginInfo - Class in org.objectweb.celtix.application
 
PluginManager - Interface in org.objectweb.celtix.plugins
 
PluginMessage - Class in org.objectweb.celtix.plugins
 
PluginMessage(String, Object...) - Constructor for class org.objectweb.celtix.plugins.PluginMessage
 
PluginStateMachine - Class in org.objectweb.celtix.application
 
PluginStateMachine.PluginState - Enum in org.objectweb.celtix.application
 
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.
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.AbstractServerBinding
 
read(InputStreamMessageContext, MessageContext) - Method in class org.objectweb.celtix.bindings.GenericClientBinding
 
reference - Variable in class org.objectweb.celtix.bindings.AbstractServerBinding
 
reference - Variable in class org.objectweb.celtix.bindings.GenericClientBinding
 
registerBinding(String, BindingFactory) - Method in interface org.objectweb.celtix.bindings.BindingManager
Registers a BindingFactory using the provided name.
registerHandlerFactory(HandlerFactory) - Method in interface org.objectweb.celtix.handlers.HandlerFactoryManager
 
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
 
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
 
run() - Method in class org.objectweb.celtix.bindings.ServerBindingCallback
 
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

scopes - Variable in class org.objectweb.celtix.context.GenericMessageContext
 
ServerBinding - Interface in org.objectweb.celtix.bindings
 
ServerBindingCallback - Class in org.objectweb.celtix.bindings
 
ServerBindingCallback(InputStreamMessageContext, ServerTransport, AbstractServerBinding) - Constructor for class org.objectweb.celtix.bindings.ServerBindingCallback
 
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
 
setCurrent(Bus) - Static method in class org.objectweb.celtix.Bus
Sets the current Bus This method has been added to make the association between a Service and a Bus - as a runtime environment for the Service more explicit.
setElementType(QName) - Method in class org.objectweb.celtix.wsdl.TExtensibilityElementImpl
 
setFault(boolean) - Method in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
setInputStream(InputStream) - Method in interface org.objectweb.celtix.context.InputStreamMessageContext
 
setMessageObjects(Object...) - Method in class org.objectweb.celtix.bindings.ObjectMessageContextImpl
 
setMessageObjects(Object...) - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
setMethod(Method) - Method in class org.objectweb.celtix.bindings.ObjectMessageContextImpl
 
setMethod(Method) - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
setOutputStream(OutputStream) - Method in interface org.objectweb.celtix.context.OutputStreamMessageContext
 
setReturn(Object) - Method in class org.objectweb.celtix.bindings.ObjectMessageContextImpl
 
setReturn(Object) - Method in interface org.objectweb.celtix.context.ObjectMessageContext
 
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
 
shutdown(boolean) - Method in class org.objectweb.celtix.Bus
 
shutdown() - Method in interface org.objectweb.celtix.transports.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
 
size() - Method in class org.objectweb.celtix.context.MessageContextWrapper
 
size() - Method in class org.objectweb.celtix.context.ProviderMessageContext
 

T

TExtensibilityElementImpl - Class in org.objectweb.celtix.wsdl
 
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
 
transport - Variable in class org.objectweb.celtix.bindings.AbstractServerBinding
 
transport - Variable in class org.objectweb.celtix.bindings.GenericClientBinding
 
Transport - Interface in org.objectweb.celtix.transports
Transport
TransportFactory - Interface in org.objectweb.celtix.transports
 
TransportFactoryManager - Interface in org.objectweb.celtix.transports
 

U

unloadPlugin(Object) - Method in class org.objectweb.celtix.application.ApplicationPluginManager
 
unloadPlugin(Object) - Method in interface org.objectweb.celtix.plugins.PluginManager
 
unmarshal(MessageContext, ObjectMessageContext) - Method in class org.objectweb.celtix.bindings.AbstractServerBinding
 
unmarshal(MessageContext, ObjectMessageContext) - Method in class org.objectweb.celtix.bindings.GenericClientBinding
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class org.objectweb.celtix.wsdl.JAXBExtensionHelper
 
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
 

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.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() - 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

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.AbstractServerBinding
 
write(MessageContext, OutputStreamMessageContext) - Method in class org.objectweb.celtix.bindings.GenericClientBinding
 
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