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

A

activate() - Method in class org.apache.ode.jbi.OdeService
Do the JBI endpoint activation.
activateEndpoint(QName, Endpoint) - Method in class org.apache.ode.jbi.OdeContext
 
addEndpointDoc(QName, Document) - Method in class org.apache.ode.jbi.OdeContext
 
addImport(String) - Method in class org.apache.ode.jbi.util.Schema
Add a reference to an imported namespace.

B

BaseMessageExchangeProcessor - Class in org.apache.ode.jbi
Base message exchange processor; handles common JBI message exchange conditions and delegates actual invocation to subclass.
BaseMessageExchangeProcessor(DeliveryChannel) - Constructor for class org.apache.ode.jbi.BaseMessageExchangeProcessor
 
BaseXmlMapper - Class in org.apache.ode.jbi.msgmap
 
BaseXmlMapper() - Constructor for class org.apache.ode.jbi.msgmap.BaseXmlMapper
 

C

calculateSizeOfService(EndpointReference) - Method in class org.apache.ode.jbi.OdeContext
 
cease() - Method in class org.apache.ode.jbi.Receiver
This is called to gracefully stop the Receiver thread.
cleanUp() - Method in class org.apache.ode.jbi.OdeBootstrap
Cleans up any resources allocated by the bootstrap implementation, including deregistration of the extension MBean, if applicable.
CONFIG_FILE_NAME - Static variable in class org.apache.ode.jbi.OdeConfigProperties
 
convertClarkQName(String) - Static method in class org.apache.ode.jbi.EndpointReferenceContextImpl
 
convertEndpoint(QName, Element) - Method in class org.apache.ode.jbi.EndpointReferenceContextImpl
 
copyMexProperties(MessageExchange, PartnerRoleMessageExchange) - Method in class org.apache.ode.jbi.ServiceBridge
Transfer message properties from the ODE message exchange to the JBI message exchange object.
copyMexProperties(MyRoleMessageExchange, MessageExchange) - Method in class org.apache.ode.jbi.ServiceBridge
Transfer message properties from the JBI message exchange to the ODE message exchange object.

D

deactivate() - Method in class org.apache.ode.jbi.OdeService
Deactivate endpoints in JBI.
deactivateEndpoint(Endpoint) - Method in class org.apache.ode.jbi.OdeContext
 
deploy(String, String) - Method in class org.apache.ode.jbi.OdeSUManager
 
DocLitMapper - Class in org.apache.ode.jbi.msgmap
Mapper to handle messages that are single-part docliteral (WSDL2.0 style).
DocLitMapper() - Constructor for class org.apache.ode.jbi.msgmap.DocLitMapper
 
DynamicMessageExchangeProcessor<T> - Class in org.apache.ode.jbi
JBI message exchange processor that uses DynamicService for reflection-based method dispatch.
DynamicMessageExchangeProcessor(T, DeliveryChannel) - Constructor for class org.apache.ode.jbi.DynamicMessageExchangeProcessor
 

E

EndpointReferenceContextImpl - Class in org.apache.ode.jbi
Implementation of the ODE EndpointReferenceContext interface used by the BPEL engine to convert XML descriptions of endpoint references (EPRs) into Java object representations.
EndpointReferenceContextImpl(OdeContext) - Constructor for class org.apache.ode.jbi.EndpointReferenceContextImpl
 

F

findMapper(NormalizedMessage, Operation) - Method in class org.apache.ode.jbi.OdeContext
 

G

getAllowIncompleteDeployment() - Method in class org.apache.ode.jbi.OdeConfigProperties
 
getChannel() - Method in class org.apache.ode.jbi.OdeContext
Gets the delivery channel.
getConfigLookup(EndpointReference) - Method in class org.apache.ode.jbi.EndpointReferenceContextImpl
 
getContext() - Method in class org.apache.ode.jbi.OdeContext
 
getCount() - Method in class org.apache.ode.jbi.OdeService
 
getDefaultMapper() - Method in class org.apache.ode.jbi.OdeContext
 
getDefinition(QName) - Method in class org.apache.ode.jbi.util.WSDLFlattener
Retrieve a flattened definition for a given port type name.
getDefinition() - Method in class org.apache.ode.jbi.util.WSDLFlattener
 
getEndpoint() - Method in class org.apache.ode.jbi.OdeService
 
getExtensionMBeanName() - Method in class org.apache.ode.jbi.OdeBootstrap
Get the JMX ObjectName for the optional installation configuration MBean for this BPE.
getExtensionMBeanName() - Method in class org.apache.ode.jbi.OdeLifeCycle
 
getExternalServiceEndpoint() - Method in class org.apache.ode.jbi.OdeService
 
getImports() - Method in class org.apache.ode.jbi.util.Schema
 
getInstance() - Static method in class org.apache.ode.jbi.OdeContext
 
getInternalServiceEndpoint() - Method in class org.apache.ode.jbi.OdeService
 
getLifeCycle() - Method in class org.apache.ode.jbi.OdeComponent
 
getMapper(String) - Method in class org.apache.ode.jbi.OdeContext
 
getMessageMappers() - Method in class org.apache.ode.jbi.OdeConfigProperties
Get the mapper to use for converting message to/from NMS format.
getNamespace() - Method in class org.apache.ode.jbi.util.Schema
 
getPidNamespace() - Method in class org.apache.ode.jbi.OdeConfigProperties
Get the namespace that should be used to generate process identifiers (PIDs).
getRoot() - Method in class org.apache.ode.jbi.util.Schema
 
getSchema(String) - Method in class org.apache.ode.jbi.util.SchemaCollection
 
getSchemas() - Method in class org.apache.ode.jbi.util.SchemaCollection
 
getSchemas() - Method in class org.apache.ode.jbi.util.WSDLFlattener
 
getService(Endpoint) - Method in class org.apache.ode.jbi.OdeContext
 
getService(QName) - Method in class org.apache.ode.jbi.OdeContext
 
getServiceDescription(ServiceEndpoint) - Method in class org.apache.ode.jbi.OdeComponent
 
getServiceDescription(QName) - Method in class org.apache.ode.jbi.OdeContext
 
getServiceUnitManager() - Method in class org.apache.ode.jbi.OdeComponent
 
getSize() - Method in class org.apache.ode.jbi.util.SchemaCollection
 
getSourceUri() - Method in class org.apache.ode.jbi.util.Schema
 
getTransactionManager() - Method in class org.apache.ode.jbi.OdeContext
 

H

handleImports(Schema) - Method in class org.apache.ode.jbi.util.SchemaCollection
 

I

IM_PORT_NAME - Static variable in class org.apache.ode.jbi.OdeContext
 
IM_SERVICE_NAME - Static variable in class org.apache.ode.jbi.OdeContext
 
IN_ONLY - Static variable in class org.apache.ode.jbi.MessageExchangePattern
 
IN_OUT - Static variable in class org.apache.ode.jbi.MessageExchangePattern
 
init(InstallationContext) - Method in class org.apache.ode.jbi.OdeBootstrap
Called to initialize the BPE bootstrap.
init(ComponentContext) - Method in class org.apache.ode.jbi.OdeLifeCycle
 
init(String, String) - Method in class org.apache.ode.jbi.OdeSUManager
 
initialize() - Method in class org.apache.ode.jbi.util.WSDLFlattener
Parse the schemas referenced by the definition.
invoke(InOut) - Method in class org.apache.ode.jbi.BaseMessageExchangeProcessor
Invoke with an In-Out message exchange pattern.
invoke(InOnly) - Method in class org.apache.ode.jbi.BaseMessageExchangeProcessor
Invoke with an In-Only message exchange pattern.
invoke(InOnly) - Method in class org.apache.ode.jbi.DynamicMessageExchangeProcessor
 
invoke(InOut) - Method in class org.apache.ode.jbi.DynamicMessageExchangeProcessor
 
invokePartner(PartnerRoleMessageExchange) - Method in class org.apache.ode.jbi.MessageExchangeContextImpl
 
isExchangeWithConsumerOkay(ServiceEndpoint, MessageExchange) - Method in class org.apache.ode.jbi.OdeComponent
This method is called by JBI to check if this component, in the role of provider of the service indicated by the given exchange, can actually perform the operation desired.
isExchangeWithProviderOkay(ServiceEndpoint, MessageExchange) - Method in class org.apache.ode.jbi.OdeComponent
This method is called by JBI to check if this component, in the role of consumer of the service indicated by the given exchange, can actually interact with the the provider completely.
isRecognized(NormalizedMessage, Operation) - Method in class org.apache.ode.jbi.msgmap.DocLitMapper
 
isRecognized(NormalizedMessage, Operation) - Method in class org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper
 
isRecognized(NormalizedMessage, Operation) - Method in interface org.apache.ode.jbi.msgmap.Mapper
Determine if this mapper recognizes the format of the NMS message.
isRecognized(NormalizedMessage, Operation) - Method in class org.apache.ode.jbi.msgmap.ServiceMixMapper
 

J

JbiMessageExchangeProcessor - Interface in org.apache.ode.jbi
 
JbiWsdl11WrapperMapper - Class in org.apache.ode.jbi.msgmap
Mapper for converting ODE messages to NMS messages using the WSDL 11 wrapper format.
JbiWsdl11WrapperMapper() - Constructor for class org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper
 

M

Mapper - Interface in org.apache.ode.jbi.msgmap
Interface implemented by message format converters.
Mapper.Recognized - Enum in org.apache.ode.jbi.msgmap
 
MessageExchangeContextImpl - Class in org.apache.ode.jbi
Implementation of the ODE MessageExchangeContext interface.
MessageExchangeContextImpl(OdeContext) - Constructor for class org.apache.ode.jbi.MessageExchangeContextImpl
 
MessageExchangePattern - Class in org.apache.ode.jbi
Constant exchange patter defs.
Messages - Class in org.apache.ode.jbi
 
Messages() - Constructor for class org.apache.ode.jbi.Messages
 
MessageTranslationException - Exception in org.apache.ode.jbi.msgmap
Indicates an error translating ODE message to JBI message or vice versa.
MessageTranslationException(String) - Constructor for exception org.apache.ode.jbi.msgmap.MessageTranslationException
 
MessageTranslationException(String, Throwable) - Constructor for exception org.apache.ode.jbi.msgmap.MessageTranslationException
 
msgBpelEventListenerRegistered(String) - Method in class org.apache.ode.jbi.Messages
 
msgDAOInstantiationFailed(String) - Method in class org.apache.ode.jbi.Messages
 
msgMessageExchangeInterceptorRegistered(String) - Method in class org.apache.ode.jbi.Messages
 
msgOdeBpelServerStartFailure() - Method in class org.apache.ode.jbi.Messages
 
msgOdeDbConfigError() - Method in class org.apache.ode.jbi.Messages
 
msgOdeDbPoolStartupFailed(String) - Method in class org.apache.ode.jbi.Messages
 
msgOdeEmbeddedDbNotFoundUsingTemp(File, File) - Method in class org.apache.ode.jbi.Messages
 
msgOdeInitDAOErrorReadingProperties(File) - Method in class org.apache.ode.jbi.Messages
 
msgOdeInitDAOPropertiesNotFound(File) - Method in class org.apache.ode.jbi.Messages
 
msgOdeInitExternalDbFailed(String) - Method in class org.apache.ode.jbi.Messages
 
msgOdeInitHibernateDialectDetectFailed() - Method in class org.apache.ode.jbi.Messages
 
msgOdeInitHibernateErrorReadingHibernateProperties(File) - Method in class org.apache.ode.jbi.Messages
 
msgOdeInitialized() - Method in class org.apache.ode.jbi.Messages
 
msgOdeInitMapperClassLoadFailed(String) - Method in class org.apache.ode.jbi.Messages
 
msgOdeInitMapperClassNotFound(String) - Method in class org.apache.ode.jbi.Messages
 
msgOdeInitMapperInstantiationFailed(String) - Method in class org.apache.ode.jbi.Messages
 
msgOdeInstalled(String) - Method in class org.apache.ode.jbi.Messages
 
msgOdeInstallErrorCfgNotFound(File) - Method in class org.apache.ode.jbi.Messages
 
msgOdeInstallErrorCfgReadError(File) - Method in class org.apache.ode.jbi.Messages
 
msgOdeProcessDeploymentFailed(File, String) - Method in class org.apache.ode.jbi.Messages
 
msgOdeProcessUndeploymentFailed(QName) - Method in class org.apache.ode.jbi.Messages
 
msgOdeStarted() - Method in class org.apache.ode.jbi.Messages
 
msgOdeStarting() - Method in class org.apache.ode.jbi.Messages
 
msgOdeUsingDAOImpl(String) - Method in class org.apache.ode.jbi.Messages
 
msgOdeUsingExternalDb(String) - Method in class org.apache.ode.jbi.Messages
 
msgServiceUnitDeployFailed(String) - Method in class org.apache.ode.jbi.Messages
 
msgServiceUnitInitFailed(String) - Method in class org.apache.ode.jbi.Messages
 
msgServiceUnitShutdownFailed(String) - Method in class org.apache.ode.jbi.Messages
 
msgServiceUnitStartFailed(String) - Method in class org.apache.ode.jbi.Messages
 
msgServiceUnitStopFailed(String) - Method in class org.apache.ode.jbi.Messages
 

N

newDocument() - Method in class org.apache.ode.jbi.msgmap.BaseXmlMapper
 

O

OdeBootstrap - Class in org.apache.ode.jbi
ODE Implementation of the JBI Bootstrap interface.
OdeBootstrap() - Constructor for class org.apache.ode.jbi.OdeBootstrap
 
OdeComponent - Class in org.apache.ode.jbi
This class implements Component interface.
OdeComponent() - Constructor for class org.apache.ode.jbi.OdeComponent
 
OdeComponent(OdeLifeCycle) - Constructor for class org.apache.ode.jbi.OdeComponent
 
OdeConfigProperties - Class in org.apache.ode.jbi
 
OdeConfigProperties(File) - Constructor for class org.apache.ode.jbi.OdeConfigProperties
 
OdeConfigProperties(Properties) - Constructor for class org.apache.ode.jbi.OdeConfigProperties
 
OdeContext - Class in org.apache.ode.jbi
Encapsulation of all the junk needed to get the BPEL engine running.
OdeContext() - Constructor for class org.apache.ode.jbi.OdeContext
 
OdeLifeCycle - Class in org.apache.ode.jbi
This class implements ComponentLifeCycle.
OdeLifeCycle() - Constructor for class org.apache.ode.jbi.OdeLifeCycle
 
OdeLifeCycle(OdeConfigProperties) - Constructor for class org.apache.ode.jbi.OdeLifeCycle
 
OdeService - Class in org.apache.ode.jbi
Bridge JBI (consumer) to ODE (provider).
OdeService(OdeContext, Endpoint) - Constructor for class org.apache.ode.jbi.OdeService
 
OdeSUManager - Class in org.apache.ode.jbi
 
OdeSUManager(OdeContext) - Constructor for class org.apache.ode.jbi.OdeSUManager
 
onAsyncReply(MyRoleMessageExchange) - Method in class org.apache.ode.jbi.MessageExchangeContextImpl
 
onInstall() - Method in class org.apache.ode.jbi.OdeBootstrap
Called at the beginning of installation.
onJbiMessageExchange(MessageExchange) - Method in class org.apache.ode.jbi.BaseMessageExchangeProcessor
Handle the JBI message exchange
onJbiMessageExchange(MessageExchange) - Method in interface org.apache.ode.jbi.JbiMessageExchangeProcessor
 
onJbiMessageExchange(MessageExchange) - Method in class org.apache.ode.jbi.OdeService
 
onResponse(MyRoleMessageExchange) - Method in class org.apache.ode.jbi.OdeService
Called from MessageExchangeContextImpl.onAsyncReply(MyRoleMessageExchange)
onUninstall() - Method in class org.apache.ode.jbi.OdeBootstrap
Called at the beginning of uninstallation.
org.apache.ode.jbi - package org.apache.ode.jbi
 
org.apache.ode.jbi.msgmap - package org.apache.ode.jbi.msgmap
 
org.apache.ode.jbi.util - package org.apache.ode.jbi.util
 

P

parse(Source) - Method in class org.apache.ode.jbi.msgmap.BaseXmlMapper
 
PM_PORT_NAME - Static variable in class org.apache.ode.jbi.OdeContext
 
PM_SERVICE_NAME - Static variable in class org.apache.ode.jbi.OdeContext
 

R

read(Element, URI) - Method in class org.apache.ode.jbi.util.SchemaCollection
 
read(String, URI) - Method in class org.apache.ode.jbi.util.SchemaCollection
 
read(InputSource) - Method in class org.apache.ode.jbi.util.SchemaCollection
 
Receiver - Class in org.apache.ode.jbi
Receiver pulls messages from the NMS and submits them to ODE for further processing.
Receiver(OdeContext) - Constructor for class org.apache.ode.jbi.Receiver
Constructor for creating instance of this class.
registerMapper(Mapper) - Method in class org.apache.ode.jbi.OdeContext
 
resolve(URI, String) - Static method in class org.apache.ode.jbi.util.SchemaCollection
 
resolveEndpointReference(Element) - Method in class org.apache.ode.jbi.EndpointReferenceContextImpl
 
resolveEndpointReference(DocumentFragment) - Method in class org.apache.ode.jbi.OdeComponent
Resolve the given endpoint reference, given the capabilities of the given consumer.
run() - Method in class org.apache.ode.jbi.Receiver
We periodically poll for input messages, blocking for 1 sec on the accept() call to receive messages.

S

Schema - Class in org.apache.ode.jbi.util
Contains informations related to a schema.
Schema() - Constructor for class org.apache.ode.jbi.util.Schema
 
SchemaCollection - Class in org.apache.ode.jbi.util
Collection of schemas.
SchemaCollection() - Constructor for class org.apache.ode.jbi.util.SchemaCollection
 
SchemaCollection(URI) - Constructor for class org.apache.ode.jbi.util.SchemaCollection
 
ServiceBridge - Class in org.apache.ode.jbi
Base-class for classes providing JBI-ODE translation services.
ServiceBridge() - Constructor for class org.apache.ode.jbi.ServiceBridge
 
ServiceMixMapper - Class in org.apache.ode.jbi.msgmap
Message mapper for dealing with the degenerate messages that servicemix components such as servicemix-http provide.
ServiceMixMapper() - Constructor for class org.apache.ode.jbi.msgmap.ServiceMixMapper
 
setContext(ComponentContext) - Method in class org.apache.ode.jbi.OdeContext
Sets the Component context.
setDefinition(Definition) - Method in class org.apache.ode.jbi.util.WSDLFlattener
 
setImports(List) - Method in class org.apache.ode.jbi.util.Schema
 
setNamespace(String) - Method in class org.apache.ode.jbi.util.Schema
 
setRoot(Element) - Method in class org.apache.ode.jbi.util.Schema
 
setSchemas(SchemaCollection) - Method in class org.apache.ode.jbi.util.WSDLFlattener
 
setSourceUri(URI) - Method in class org.apache.ode.jbi.util.Schema
 
shutDown() - Method in class org.apache.ode.jbi.OdeLifeCycle
Shutdown the service engine.
shutDown(String) - Method in class org.apache.ode.jbi.OdeSUManager
 
start() - Method in class org.apache.ode.jbi.OdeLifeCycle
 
start(String) - Method in class org.apache.ode.jbi.OdeSUManager
 
start() - Method in class org.apache.ode.jbi.Receiver
Start the receiver thread.
stop() - Method in class org.apache.ode.jbi.OdeLifeCycle
 
stop(String) - Method in class org.apache.ode.jbi.OdeSUManager
Stop the deployment.

T

toFaultType(Fault, Collection<Fault>) - Method in class org.apache.ode.jbi.msgmap.DocLitMapper
 
toFaultType(Fault, Collection<Fault>) - Method in class org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper
 
toFaultType(Fault, Collection<Fault>) - Method in interface org.apache.ode.jbi.msgmap.Mapper
Infer the fault type based on the message.
toFaultType(Fault, Collection<Fault>) - Method in class org.apache.ode.jbi.msgmap.ServiceMixMapper
 
toNMS(NormalizedMessage, Message, Message, QName) - Method in class org.apache.ode.jbi.msgmap.DocLitMapper
 
toNMS(NormalizedMessage, Message, Message, QName) - Method in class org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper
Convert ODE normalized message to JBI normalized "WSDL 1.1 Wrapper" format.
toNMS(NormalizedMessage, Message, Message, QName) - Method in interface org.apache.ode.jbi.msgmap.Mapper
Convert a ODE message to NMS format.
toNMS(NormalizedMessage, Message, Message, QName) - Method in class org.apache.ode.jbi.msgmap.ServiceMixMapper
 
toODE(Message, NormalizedMessage, Message) - Method in class org.apache.ode.jbi.msgmap.DocLitMapper
 
toODE(Message, NormalizedMessage, Message) - Method in class org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper
 
toODE(Message, NormalizedMessage, Message) - Method in interface org.apache.ode.jbi.msgmap.Mapper
Convert an NMS message to ODE format.
toODE(Message, NormalizedMessage, Message) - Method in class org.apache.ode.jbi.msgmap.ServiceMixMapper
 

U

undeploy(String, String) - Method in class org.apache.ode.jbi.OdeSUManager
Cancel a Service Deployment.
URI_WSDL11_WRAPPER - Static variable in class org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper
 

V

valueOf(String) - Static method in enum org.apache.ode.jbi.msgmap.Mapper.Recognized
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.ode.jbi.msgmap.Mapper.Recognized
Returns an array containing the constants of this enum type, in the order they are declared.

W

WSDL11_W_MESSAGE - Static variable in class org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper
 
WSDLFlattener - Class in org.apache.ode.jbi.util
 
WSDLFlattener(Definition) - Constructor for class org.apache.ode.jbi.util.WSDLFlattener
 
WSDLFlattener(Definition, SchemaCollection) - Constructor for class org.apache.ode.jbi.util.WSDLFlattener
 

_

__log - Variable in class org.apache.ode.jbi.msgmap.BaseXmlMapper
 

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