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

A

AbstractBindingComponent - Class in org.ow2.petals.component.framework.bc
An abstract class that can be used to easily create a new JBI Binding Component.
AbstractBindingComponent() - Constructor for class org.ow2.petals.component.framework.bc.AbstractBindingComponent
 
AbstractComponent - Class in org.ow2.petals.component.framework
An abstract class that can be used to easily create a new JBI Component.
It implements the Component interface.
It allow to manage directly endpoints.
To do this, simply put into the resources of the project a valid wsdl named 'component.wsdl'
AbstractComponent() - Constructor for class org.ow2.petals.component.framework.AbstractComponent
 
AbstractExternalListener - Class in org.ow2.petals.component.framework.listener
The abstract methods for an external listener.
AbstractExternalListener() - Constructor for class org.ow2.petals.component.framework.listener.AbstractExternalListener
 
AbstractJBIListener - Class in org.ow2.petals.component.framework.listener
This class is used when a JBI message is received on the Component from the JBI environment.
AbstractJBIListener() - Constructor for class org.ow2.petals.component.framework.listener.AbstractJBIListener
 
AbstractListener - Class in org.ow2.petals.component.framework.listener
The abstract methods for a CDK listener.
AbstractListener() - Constructor for class org.ow2.petals.component.framework.listener.AbstractListener
Creates a new instance of AbstractListener
AbstractServiceEngine - Class in org.ow2.petals.component.framework.se
An abstract class that can be used to easily create a new JBI Service Engine.
AbstractServiceEngine() - Constructor for class org.ow2.petals.component.framework.se.AbstractServiceEngine
 
AbstractServiceUnitManager - Class in org.ow2.petals.component.framework.su
The common part of the ServiceUnitManager.
AbstractServiceUnitManager(AbstractComponent) - Constructor for class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Creates a new instance of AbstractServiceUnitManager
accept(File, String) - Method in class org.ow2.petals.component.framework.util.FileNamePatternUtil.RegexFileNameFilter
 
accept(File, String) - Method in class org.ow2.petals.component.framework.util.FileNamePatternUtil.RegexFileNameFilterList
 
activateEndpoint(QName, String) - Method in class org.ow2.petals.component.framework.AbstractComponent
Store wsdl and then activate endpoint in the JBI context
addAsyncContext(Exchange, AsyncContext) - Method in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
Add an asynchronous message to the asynchronous messages map.
addEndpointDescription(ServiceEndpoint, Document) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
addEndpointDescription(QName, String, Document) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
addGlobalInterceptor(Interceptor) - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
FIXME : Check state
addInMessageAttachment(String, DataHandler) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
addInterceptor(String, String) - Method in class org.ow2.petals.component.framework.mbean.InterceptorManager
 
addInterceptor(String, String) - Method in interface org.ow2.petals.component.framework.mbean.InterceptorManagerMBean
Load an interceptor available in the component classloader.
addJBIDescription(ServiceEndpoint, Provides) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
addJBIDescription(QName, String, Provides) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
addMessageInterceptorManager(Object, MessageInterceptorManager) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
Add an interceptor manager.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
addObserver(JBIProcessorManagerObserver) - Method in class org.ow2.petals.component.framework.process.JBIProcessorManagerObservable
 
addOutMessageAttachment(String, DataHandler) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
addServiceEndpoint(ServiceEndpoint) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
afterProcessingMessage(Exchange) - Method in interface org.ow2.petals.component.framework.process.JBIProcessorManagerObserver
 
ASYNC_EXPIRED_MESSAGE_PROPERTY - Static variable in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
 
ASYNC_MESSAGE_PROPERTY - Static variable in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
 
ASYNC_ORIGINAL_MESSAGE_PROPERTY - Static variable in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
 
AsyncContext - Class in org.ow2.petals.component.framework.process.async
The Asynchronous context.
AsyncContext(Exchange) - Constructor for class org.ow2.petals.component.framework.process.async.AsyncContext
 
AsyncContext(Exchange, Long) - Constructor for class org.ow2.petals.component.framework.process.async.AsyncContext
 
asynchronousContexts - Variable in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
 
AsyncMessageManager - Class in org.ow2.petals.component.framework.process.async
An asynchronous message Manager.
AsyncMessageManager(Logger, JBIProcessorManager) - Constructor for class org.ow2.petals.component.framework.process.async.AsyncMessageManager
 
AsyncMessageManager.AsyncContextCleaner - Class in org.ow2.petals.component.framework.process.async
The cleaner task.
AsyncMessageManager.AsyncContextCleaner() - Constructor for class org.ow2.petals.component.framework.process.async.AsyncMessageManager.AsyncContextCleaner
 

B

beforeProcessingMessage(Exchange) - Method in interface org.ow2.petals.component.framework.process.JBIProcessorManagerObserver
 
BindingComponentServiceUnitManager - Class in org.ow2.petals.component.framework.su
Like SimpleServiceUnitManager but start and stop listeners for external addresses.
BindingComponentServiceUnitManager(AbstractBindingComponent) - Constructor for class org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager
 
BindingSoapVersion - Enum in org.ow2.petals.component.framework.constants
SOAP Version Constants for the Message Exchange Patterns.
buildFileNameFilterFromFilters(List<FileNamePatternUtil.RegexFileNameFilter>) - Method in class org.ow2.petals.component.framework.util.FileNamePatternUtil
Return a FilenameFilter matching all filters
buildFileNameFilterFromRegex(String) - Method in class org.ow2.petals.component.framework.util.FileNamePatternUtil
Return a FilenameFilter with the given regex filter
buildFileNameFilterFromWildChar(String) - Method in class org.ow2.petals.component.framework.util.FileNamePatternUtil
Return a FilenameFilter with the given wildchar filter (using * and ?)

C

checkPatternMatching(String) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
Check that the exchange MEP allows the specified reference.
checkRoleMatching(String) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
Check that the Role allows the specified reference.
ClassLoaderUtil - Class in org.ow2.petals.component.framework.util
This class is used to create classloader for JBI components.
clean() - Method in class org.ow2.petals.component.framework.process.MessageExchangeProcessor
Clean the Message Exchange Processor.
cleanUp() - Method in class org.ow2.petals.component.framework.DefaultBootstrap
Clean resources allocated by the bootstrap
cleanUp() - Method in class org.ow2.petals.component.framework.JBIBootstrap
 
compare(String, String) - Static method in class org.ow2.petals.component.framework.util.MtomUtil
Compares two strings, the first one being encoded as an URL and not the second.
component - Variable in class org.ow2.petals.component.framework.listener.AbstractListener
The JBI component itself
component - Variable in class org.ow2.petals.component.framework.process.JBIAcceptorManager
 
component - Variable in class org.ow2.petals.component.framework.process.JBIProcessorManager
 
component - Variable in class org.ow2.petals.component.framework.process.MessageInterceptorProcessor
The JBI component instance
component - Variable in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
The reference to the component
ComponentPrivilegedAction - Class in org.ow2.petals.component.framework.util
 
ComponentPrivilegedAction(String, ClassLoader) - Constructor for class org.ow2.petals.component.framework.util.ComponentPrivilegedAction
 
ComponentWsdl - Class in org.ow2.petals.component.framework
 
ComponentWsdl(Description) - Constructor for class org.ow2.petals.component.framework.ComponentWsdl
 
context - Variable in class org.ow2.petals.component.framework.AbstractComponent
The Component's Context
convertDescriptionToDocument(Description) - Static method in class org.ow2.petals.component.framework.util.WSDLUtilImpl
Convert the description to a document
convertDescriptionToFile(Description, File) - Static method in class org.ow2.petals.component.framework.util.WSDLUtilImpl
Write a description into a file.
convertDescriptionToString(Description) - Static method in class org.ow2.petals.component.framework.util.WSDLUtilImpl
Convert the description to a string
convertQNameToString(QName) - Static method in class org.ow2.petals.component.framework.util.MtomUtil
Return a string representation of the given QName.
copyAttachments(NormalizedMessage, NormalizedMessage) - Static method in class org.ow2.petals.component.framework.util.NormalizedMessageUtil
Copy the attachments from source to destination
copyExchangeProperties(Exchange, Exchange) - Static method in class org.ow2.petals.component.framework.util.ExchangeUtil
Copies the properties of the exchange in another exchange.
createAddressElement(String) - Static method in class org.ow2.petals.component.framework.util.WSAHelper
Deprecated.  
createClassLoader(String, ClassLoader) - Static method in class org.ow2.petals.component.framework.util.ClassLoaderUtil
Return an URLClassLoader object, with the root path directory and all Jar contained in the given directory path.
createConsumeExchange() - Method in class org.ow2.petals.component.framework.listener.AbstractExternalListener
Create a message exchange with all the information set in the related Consumes Su configuration.
- service information (itf, srv, ep)
- MEP
- operation
- Properties
createConsumeExchange(Consumes) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Create a message exchange with all the information set in the specified CONSUME
- address (interface, service, endpoint)
- MEP
- operation
- PEtALS exchange' meta-data (org.objectweb.petals.xxx)
createConsumeExchange(Consumes, Message.MEPConstants) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Create a message exchange with all the information set in the specified CONSUME, with the given exchange pattern
- address (interface, service, endpoint)
- operation
- PEtALS exchange' meta-data (org.objectweb.petals.xxx)
createCustomMBeanName(MBeanNames, String) - Static method in class org.ow2.petals.component.framework.mbean.MBeanHelper
 
createDocument(Source) - Static method in class org.ow2.petals.component.framework.util.SourceUtil
Create a Document from a Source.
createDocument(Source, boolean) - Static method in class org.ow2.petals.component.framework.util.SourceUtil
Create a Document from a Source.
createDocumentFragment(QName) - Static method in class org.ow2.petals.component.framework.util.WSAHelper
Deprecated.  
createDOMSource(Document) - Static method in class org.ow2.petals.component.framework.util.SourceUtil
Create a DOM Source from the DOM document.
createExchange(Message.MEPConstants) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Create an exchange implementation matching the given pattern.
createFault() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
createLightWSDL20Description(QName, QName, String) - Static method in class org.ow2.petals.component.framework.util.WSDLUtilImpl
Create a light WSDL2.0 description from the given ServiceEndpoint.
createListeners(String, List<Consumes>) - Method in class org.ow2.petals.component.framework.process.ExternalListenerManager
 
createMessage() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
Creates a message.
createServiceUnitManager() - Method in class org.ow2.petals.component.framework.AbstractComponent
Can be overridden to provide a specific service unit manager
createServiceUnitManager() - Method in class org.ow2.petals.component.framework.bc.AbstractBindingComponent
 
createServiceUnitManager() - Method in class org.ow2.petals.component.framework.se.AbstractServiceEngine
 
createSoapFaultDocument(Throwable, QName) - Static method in class org.ow2.petals.component.framework.util.SourceUtil
Creates an SOAP fault, as a DOM document, according to provided exception and code:
<s:Fault xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <faultcode>{org.objectweb.petals}ERROR</faultcode>
   <faultstring>mesage</faultstring>
   <faultactor>component</faultactor>
   <detail>
      ...
   </detail>
<s:Fault>
createSource(String) - Static method in class org.ow2.petals.component.framework.util.SourceUtil
Create a Source from the String.
createSource(String, String) - Static method in class org.ow2.petals.component.framework.util.SourceUtil
Create a Source from the String with a specified encoding format.
createStreamSource(Document) - Static method in class org.ow2.petals.component.framework.util.SourceUtil
Create a Stream Source from the DOM document.
createString(Source) - Static method in class org.ow2.petals.component.framework.util.SourceUtil
Create a String from a Source.
-If the Source is a StreamSource, the source would be still available.
createString(Source, boolean) - Static method in class org.ow2.petals.component.framework.util.SourceUtil
Create a String from a Source.
-If the Source is a StreamSource and forkSource is set to true, the source would be still available.
createWsdlDescription(URL) - Static method in class org.ow2.petals.component.framework.util.WSDLUtilImpl
Create a wsdl description.
createWsdlDescription(URL, boolean) - Static method in class org.ow2.petals.component.framework.util.WSDLUtilImpl
Create a wsdl description.
createWsdlDescription(URL, boolean, boolean) - Static method in class org.ow2.petals.component.framework.util.WSDLUtilImpl
Create a wsdl description.

D

deactivateEndpoint(ServiceEndpoint) - Method in class org.ow2.petals.component.framework.AbstractComponent
 
DefaultBindingComponent - Class in org.ow2.petals.component.framework.bc
The default BindingComponent.
DefaultBindingComponent() - Constructor for class org.ow2.petals.component.framework.bc.DefaultBindingComponent
 
DefaultBootstrap - Class in org.ow2.petals.component.framework
A default bootstrap.
DefaultBootstrap() - Constructor for class org.ow2.petals.component.framework.DefaultBootstrap
 
DefaultServiceEngine - Class in org.ow2.petals.component.framework.se
The Default ServiceEngine.
DefaultServiceEngine() - Constructor for class org.ow2.petals.component.framework.se.DefaultServiceEngine
 
deleteObserver(JBIProcessorManagerObserver) - Method in class org.ow2.petals.component.framework.process.JBIProcessorManagerObservable
 
deploy(String, String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
 
doDeploy(String, String, Jbi) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Override this method to implement your component logic on the deploy step.
doInit() - Method in class org.ow2.petals.component.framework.AbstractComponent
A convenience method which can be overridden so that there's no need to call super.doInit().
doInit() - Method in class org.ow2.petals.component.framework.DefaultBootstrap
Initialize the bootstrap registering its Extension MBean into the JMX server.
doInit() - Method in class org.ow2.petals.component.framework.JBIBootstrap
Can be overridden.
doInit(String, String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Override this method to implement your component logic on the init step.
doShutdown() - Method in class org.ow2.petals.component.framework.AbstractComponent
A convenience method which can be overridden so that there's no need to call super.doShutdown().
doShutdown(String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Override this method to implement your component logic on the shut down step.
doStart() - Method in class org.ow2.petals.component.framework.AbstractComponent
A convenience method which can be overridden so that there's no need to call super.doStart().
doStart(String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Override this method to implement your component logic on the start step.
doStop() - Method in class org.ow2.petals.component.framework.AbstractComponent
A convenience method which can be overridden so that there's no need to call super.doStop().
doStop(String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Override this method to implement your component logic on the stop step.
doUndeploy(String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Override this method to implement your component logic on the undeploy step.

E

EndpointUtil - Class in org.ow2.petals.component.framework.util
Provide utility to manipulate endpoint.
EndpointUtil() - Constructor for class org.ow2.petals.component.framework.util.EndpointUtil
 
engageInterceptor(String) - Method in class org.ow2.petals.component.framework.mbean.InterceptorManager
 
engageInterceptor(String) - Method in interface org.ow2.petals.component.framework.mbean.InterceptorManagerMBean
Engage a component interceptor to all the running consumers and providers.
equals(Object) - Method in class org.ow2.petals.component.framework.util.ServiceEndpointKey
 
ExchangeImpl - Class in org.ow2.petals.component.framework.message
This is a Message Exchange Wrapper.
ExchangeImpl(MessageExchange) - Constructor for class org.ow2.petals.component.framework.message.ExchangeImpl
Creates a new instance of ExchangeImpl
ExchangeUtil - Class in org.ow2.petals.component.framework.util
Contains utilities methods for Exchange operations.
ExchangeUtil() - Constructor for class org.ow2.petals.component.framework.util.ExchangeUtil
Constructor
ExtensionMBean - Class in org.ow2.petals.component.framework
The dynamic MBean used to expose component attributes and operations via JMX.
ExtensionMBean(DefaultBootstrap) - Constructor for class org.ow2.petals.component.framework.ExtensionMBean
Creates a new instance of ExtensionMBean
ExternalListenerManager - Class in org.ow2.petals.component.framework.process
This manager is used to enable a binding component to handle external service call.
ExternalListenerManager(AbstractComponent) - Constructor for class org.ow2.petals.component.framework.process.ExternalListenerManager
Creates a new instance of ExternalListenerManager
extractAttachmentRootElement(Document) - Static method in class org.ow2.petals.component.framework.util.MtomUtil
Deprecated. useless method
extractAttachmentsIdFromPayload(Element) - Static method in class org.ow2.petals.component.framework.util.MtomUtil
In the message payload, extract the identifier(cid) associated with each xop:Include element.

F

factory - Variable in class org.ow2.petals.component.framework.listener.AbstractListener
The messageExchange factory used to create MessageExchanges
FileNamePatternUtil - Class in org.ow2.petals.component.framework.util
Utilitary class providing java.io FilenameFilters
FileNamePatternUtil.RegexFileNameFilter - Class in org.ow2.petals.component.framework.util
 
FileNamePatternUtil.RegexFileNameFilter() - Constructor for class org.ow2.petals.component.framework.util.FileNamePatternUtil.RegexFileNameFilter
 
FileNamePatternUtil.RegexFileNameFilter(String) - Constructor for class org.ow2.petals.component.framework.util.FileNamePatternUtil.RegexFileNameFilter
 
FileNamePatternUtil.RegexFileNameFilterList - Class in org.ow2.petals.component.framework.util
 
FileNamePatternUtil.RegexFileNameFilterList(List<FileNamePatternUtil.RegexFileNameFilter>) - Constructor for class org.ow2.petals.component.framework.util.FileNamePatternUtil.RegexFileNameFilterList
 
findVariable(NodeList, String) - Static method in class org.ow2.petals.component.framework.util.XMLUtil
Recursively traverse node and find the text node with the value of the specified variable.

G

generateEndpointName() - Static method in class org.ow2.petals.component.framework.util.EndpointUtil
Generate an unique endpoint value
generateMtomStructure(Document, List<String>, QName) - Static method in class org.ow2.petals.component.framework.util.MtomUtil
Build the xml structure according to xop standard.
generateMtomStructure(Document, List<String>, QName, QName) - Static method in class org.ow2.petals.component.framework.util.MtomUtil
Build the xml structure according to xop standard.
generateMtomXopElement(Document, String) - Static method in class org.ow2.petals.component.framework.util.MtomUtil
Generate an Include element according to xop standard.
getAsyncContext(String) - Method in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
Get an asynchronous Context by the exchange Id.
getAsyncManager() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getAttachments(Document, NormalizedMessage) - Static method in class org.ow2.petals.component.framework.util.MtomUtil
Deprecated. use getMtomMapping(Exchange exchange, Element element)
getAttribute(String) - Method in class org.ow2.petals.component.framework.ExtensionMBean
 
getAttribute(String) - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
getAttributeList() - Method in class org.ow2.petals.component.framework.DefaultBootstrap
Method to be overridden if the component implementation needs to expose attributes via JMX.
getAttributes(String[]) - Method in class org.ow2.petals.component.framework.ExtensionMBean
 
getAttributes(String[]) - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
getAttributesInfos() - Method in class org.ow2.petals.component.framework.ExtensionMBean
Dynamically get attributes for the MBean.
getAttributesInfos() - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
Dynamically get attributes for the MBean.
getChannel() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getComponent() - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Get the component.
getComponentConfiguration() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getComponentContext() - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Deprecated. 
getComponentExtensions() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getComponentTaskResult(String, String, String) - Static method in class org.ow2.petals.component.framework.util.ManagementMessageUtil
Return a component task result xml
getComponentTaskResult(String, String, String, String, String, String, String[], String) - Static method in class org.ow2.petals.component.framework.util.ManagementMessageUtil
Return a component task result xml
getComponentTaskResult(String, String, String, String, String, String[]) - Static method in class org.ow2.petals.component.framework.util.ManagementMessageUtil
Return a component task result xml
getComponentTaskResult(String, String, String, String, String, String[], String, String, String[], String) - Static method in class org.ow2.petals.component.framework.util.ManagementMessageUtil
Return a component task result xml
getConfigurationExtensions(Object) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
Return the extensions for the given Consumes/Provides service.
getConsumes() - Method in class org.ow2.petals.component.framework.listener.AbstractListener
 
getConsumesForEndpoint(String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Get the consumes matching the given endpoint name.
getConsumesForInterface(QName) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Get the consumes matching the given service name.
getConsumesForService(QName) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Get the consumes matching the given service name.
getConsumesFromDestination(String, QName, QName) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Retrieve the Consumes node matching the given destination information (endpoint name, service name, interface name).
getContentIdToDataHandler() - Method in class org.ow2.petals.component.framework.util.MtomUtil.MtomMapping
 
getContext() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getCurrentTransaction() - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Return the current Transaction.
getDescription() - Method in class org.ow2.petals.component.framework.ComponentWsdl
 
getDescriptor() - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
getDocument() - Method in class org.ow2.petals.component.framework.ComponentWsdl
 
getElement(QName, String) - Static method in class org.ow2.petals.component.framework.util.WSAHelper
Deprecated.  
getEndpoint() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getEndpointDescription(ServiceEndpoint) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
Return wsdl description of the given endpoint
getEndpointList(Description, QName, String) - Static method in class org.ow2.petals.component.framework.util.WSDLUtilImpl
Get the endpoints into a wsdl description.
getEndpointList(Description) - Static method in class org.ow2.petals.component.framework.util.WSDLUtilImpl
Get the endpoints into a wsdl description.
getEndpointName() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getEndpointsForServiceUnit(String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Get the set of endpoints exposed by the given Service Unit.
getEpJBIDesc() - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
getEpServiceDesc() - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
getError() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getExchangeId() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getExchangePattern() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getExpirationTime() - Method in class org.ow2.petals.component.framework.process.async.AsyncContext
Return the expiration time in milliseconds.
getExtensionMBeanName() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getExtensionMBeanName() - Method in class org.ow2.petals.component.framework.DefaultBootstrap
Returns the extension MBean name.
getExtensionMBeanName() - Method in class org.ow2.petals.component.framework.JBIBootstrap
Returns null by default as this class does not provides JMX extension MBean
getExtensions() - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Get the service extensions.
getFault() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getFlowAttributes() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getFrom(Map<String, DocumentFragment>) - Static method in class org.ow2.petals.component.framework.util.WSAHelper
Deprecated. Get the wsa:From data from the document fragment map
getFromFragment(String) - Static method in class org.ow2.petals.component.framework.util.WSAHelper
Deprecated.  
getInAddressing() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInMessage() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInMessageAttachment(String) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInMessageAttachmentNames() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInMessageAttachments() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInMessageContentAsDocument() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInMessageContentAsDocument(boolean) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInMessageContentAsSource() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInMessageProperty(String) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInMessagePropertyNames() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInputAdditionalConfiguration() - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
 
getInputOrderedInterceptors() - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
 
getInputResponseAdditionalConfiguration() - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
 
getInputResponseOrderedInterceptors() - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
 
getInstallContext() - Method in class org.ow2.petals.component.framework.JBIBootstrap
 
getInstallRoot() - Method in class org.ow2.petals.component.framework.listener.AbstractListener
 
getInstallRoot() - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
getInstance() - Static method in class org.ow2.petals.component.framework.util.FileNamePatternUtil
Return the singleton for this utility class
getInSubject() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getInterceptor(String) - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getInterceptors() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getInterfaceName() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getJbiComponentConfiguration() - Method in class org.ow2.petals.component.framework.JBIBootstrap
 
getLifeCycle() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getLogger() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getLogger() - Method in class org.ow2.petals.component.framework.JBIBootstrap
 
getLogger() - Method in class org.ow2.petals.component.framework.listener.AbstractListener
 
getMBeanInfo() - Method in class org.ow2.petals.component.framework.ExtensionMBean
 
getMBeanInfo() - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
getMBeanName() - Method in class org.ow2.petals.component.framework.mbean.InterceptorManager
 
getMBeanName() - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
Get the MBean Name
getMessageExchange() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
Return the wrapped Message Exchange.
getMessageExchange() - Method in class org.ow2.petals.component.framework.process.MessageExchangeProcessor
Get the current processing exchange.
getMessageInterceptorManager(Object) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
Get the manager for the given provide/consume element.
getMessageInterceptorManagersMap() - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
Return the map of Interceptor managers.
getMessageInterceptorProcessor() - Method in class org.ow2.petals.component.framework.listener.AbstractListener
 
getMethodList() - Method in class org.ow2.petals.component.framework.DefaultBootstrap
Method to be overridden if the component implementation needs to expose methods via JMX.
getMtomMapping(Exchange, Element) - Static method in class org.ow2.petals.component.framework.util.MtomUtil
Builds a MTOM mapping from both an exchange and a root element.
getName() - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
getNativeWsdl() - Method in class org.ow2.petals.component.framework.AbstractComponent
Get the nativeWsdl
getNodeName(Node) - Static method in class org.ow2.petals.component.framework.util.MtomUtil
Return the node name
getNotificationInfo() - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
getObjectPool() - Method in class org.ow2.petals.component.framework.process.JBIProcessorManager
Get the Processor Object Pool.
getOperation() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOperationName() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOperationsInfos() - Method in class org.ow2.petals.component.framework.ExtensionMBean
Dynamically get the operations for the MBean.
getOriginalExchange() - Method in class org.ow2.petals.component.framework.process.async.AsyncContext
 
getOrphanContentIds() - Method in class org.ow2.petals.component.framework.util.MtomUtil.MtomMapping
 
getOrphanDataHandlers() - Method in class org.ow2.petals.component.framework.util.MtomUtil.MtomMapping
 
getOutMessage() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOutMessageAttachment(String) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOutMessageAttachmentNames() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOutMessageAttachments() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOutMessageContentAsDocument() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOutMessageContentAsDocument(boolean) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOutMessageContentAsSource() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOutMessageProperty(String) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOutMessagePropertyNames() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getOutputAdditionalConfiguration() - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
 
getOutputOrderedInterceptors() - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
 
getOutputResponseAdditionalConfiguration() - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
 
getOutputResponseOrderedInterceptors() - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
 
getOutSubject() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getPattern() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getProcessorManager() - Method in class org.ow2.petals.component.framework.AbstractComponent
Return the JBI processor manager
getProperty(String) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getPropertyNames() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getProvides() - Method in class org.ow2.petals.component.framework.listener.AbstractListener
 
getProvidesFromEndpoint(ServiceEndpoint) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Retrieve the Provides node that has activated the given jbi Endpoint
getReplyTo(Map<String, DocumentFragment>) - Static method in class org.ow2.petals.component.framework.util.WSAHelper
Deprecated. Get the wsa:ReplyTo data from the document fragment map
getReplyToFragment(String) - Static method in class org.ow2.petals.component.framework.util.WSAHelper
Deprecated.  
getResourceBundleName() - Method in class org.ow2.petals.component.framework.AbstractComponent
Can be overridden to return a custom resource bundle name
getRole() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getService() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getServiceDescription(ServiceEndpoint) - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getServiceDescription(ServiceEndpoint) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Retrieve the Service description (as DOM Document) of the given jbi Endpoint
getServiceEndpoints() - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
getServiceUnitDataHandlers() - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Return all ServiceUnitDataHandlers as a Map
getServiceUnitManager() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
getStatus() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
getSUDataHandlerForConsumes(Consumes) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Get the SU Data Handler matching the given Provides.
getSUDataHandlerForEndpoint(ServiceEndpoint) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Retrieve the data handler of the Service Unit that has activated the given endpoint.
getSUDataHandlerForProvides(Provides) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Get the SU Data Handler matching the given Consumes.
getSUDataHandlerForService(Object) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Get the SU Data Handler matching the given Consumes/Provides service.
getTextContent(Node) - Static method in class org.ow2.petals.component.framework.util.XMLUtil
Return the text element of a node, even if it is contained in a CDATA section
getThreadPool() - Method in class org.ow2.petals.component.framework.process.JBIProcessorManager
Get the Processor Thread Pool.
getTimeToLive() - Method in class org.ow2.petals.component.framework.process.async.AsyncContext
 
getTo(Map<String, DocumentFragment>) - Static method in class org.ow2.petals.component.framework.util.WSAHelper
Deprecated. Get the wsa:To data from the document fragment map
getToFragment(String) - Static method in class org.ow2.petals.component.framework.util.WSAHelper
Deprecated.  
getUrls(String) - Static method in class org.ow2.petals.component.framework.util.ClassLoaderUtil
Returns an URL[] table, with the root path directory and all Jar contained in the given directory path.

H

hashCode() - Method in class org.ow2.petals.component.framework.util.ServiceEndpointKey
 

I

init(ComponentContext) - Method in class org.ow2.petals.component.framework.AbstractComponent
 
init(Map<String, Interceptor>, List<SUInterceptor>, List<SUInterceptor>, List<SUInterceptor>, List<SUInterceptor>) - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
Initialization
init(InstallationContext) - Method in class org.ow2.petals.component.framework.JBIBootstrap
 
init() - Method in class org.ow2.petals.component.framework.listener.AbstractListener
A convenience method which can be overridden so that there's no need to call super.init().
init(AbstractComponent) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Initialize the listener.
init(String, String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
 
init(String, String) - Method in class org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager
 
initInterceptor(Map<String, Interceptor>, List<SUInterceptor>, Map<String, Interceptor>, Map<String, ConfigurationExtensions>) - Method in class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
Initialize the interceptor manager.
installContext - Variable in class org.ow2.petals.component.framework.JBIBootstrap
The component installation context
intercept(Exchange, Object, Message.InterceptorPhase) - Method in class org.ow2.petals.component.framework.process.MessageInterceptorProcessor
Intercepts the message.
InterceptorManager - Class in org.ow2.petals.component.framework.mbean
Add and engage interceptors at runtime.
InterceptorManager(AbstractComponent, Jbi, File) - Constructor for class org.ow2.petals.component.framework.mbean.InterceptorManager
 
InterceptorManagerMBean - Interface in org.ow2.petals.component.framework.mbean
Interceptor Manager interface.
invoke(String, Object[], String[]) - Method in class org.ow2.petals.component.framework.ExtensionMBean
 
invoke(String, Object[], String[]) - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
isActiveStatus() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isConsumerRole() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isDescriptionContaining(Description, ServiceEndpoint) - Static method in class org.ow2.petals.component.framework.util.WSDLUtilImpl
Check if a description contains a specific endpoint
isDOM3(Document) - Static method in class org.ow2.petals.component.framework.util.SourceUtil
Test if the document is a DOM3 document
isDoneStatus() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isErrorStatus() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isExchangeWithConsumerOkay(ServiceEndpoint, MessageExchange) - Method in class org.ow2.petals.component.framework.AbstractComponent
 
isExchangeWithProviderOkay(ServiceEndpoint, MessageExchange) - Method in class org.ow2.petals.component.framework.AbstractComponent
 
isInMessage() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isInOnlyPattern() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isInOptionalOutPattern() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isInOutPattern() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isOutMessage() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isProviderRole() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isRobustInOnlyPattern() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
isTransacted() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 

J

JBIAcceptorManager - Class in org.ow2.petals.component.framework.process
This class helps a Component to listen to MessageExchanges on the DeliveryChannel (accept() method).
JBIAcceptorManager(AbstractComponent, JBIProcessorManager, RuntimeConfigurationNotifier, Logger) - Constructor for class org.ow2.petals.component.framework.process.JBIAcceptorManager
Creates a new instance of JBIAcceptorManager
JBIBootstrap - Class in org.ow2.petals.component.framework
A simple bootstrap implementation.
JBIBootstrap() - Constructor for class org.ow2.petals.component.framework.JBIBootstrap
 
jbiProcessorManager - Variable in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
 
jbiProcessorManager - Variable in class org.ow2.petals.component.framework.process.JBIAcceptorManager
 
JBIProcessorManager - Class in org.ow2.petals.component.framework.process
The JBI processor manager is in charge of JBI Message processor threads and instances.
JBIProcessorManager(AbstractComponent, RuntimeConfigurationNotifier, Logger) - Constructor for class org.ow2.petals.component.framework.process.JBIProcessorManager
Creates a new instance of JBIProcessorManager
JBIProcessorManagerObservable - Class in org.ow2.petals.component.framework.process
 
JBIProcessorManagerObservable() - Constructor for class org.ow2.petals.component.framework.process.JBIProcessorManagerObservable
 
JBIProcessorManagerObserver - Interface in org.ow2.petals.component.framework.process
 
jbiProcessorObjectPool - Variable in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
 
jbiProcessorThreadPool - Variable in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
 
JVMDocumentBuilderResourcePool - Class in org.ow2.petals.component.framework.util
This class represent a JVM DocumentBuilder pool, which provided JVM DocumentBuilder object as resource.
JVMDocumentBuilderResourcePool(int, int, PoolPolicy) - Constructor for class org.ow2.petals.component.framework.util.JVMDocumentBuilderResourcePool
Allowing to instantiate a new JVMDocumentBuilderResourcePool containing JVM DocumentBuilder resources.
JVMDocumentBuilders - Class in org.ow2.petals.component.framework.util
A static pool of JVM DocumentBuilder to improve JVM DocumentBuilder creation efficiency.
JVMDocumentBuilders() - Constructor for class org.ow2.petals.component.framework.util.JVMDocumentBuilders
 

L

loadDocument(InputStream) - Static method in class org.ow2.petals.component.framework.util.XMLUtil
Load a document from an input stream.
logger - Variable in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
 
logger - Variable in class org.ow2.petals.component.framework.process.JBIAcceptorManager
 
logger - Variable in class org.ow2.petals.component.framework.process.JBIProcessorManager
 
logger - Variable in class org.ow2.petals.component.framework.process.MessageInterceptorProcessor
The logger
logger - Variable in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
The component's Logger

M

ManagementMessageUtil - Class in org.ow2.petals.component.framework.util
This class gathers the dtd used for the management message
ManagementMessageUtil() - Constructor for class org.ow2.petals.component.framework.util.ManagementMessageUtil
 
MBeanHelper - Class in org.ow2.petals.component.framework.mbean
A MBean Helper class.
MBeanHelper() - Constructor for class org.ow2.petals.component.framework.mbean.MBeanHelper
 
mbeanName - Variable in class org.ow2.petals.component.framework.DefaultBootstrap
The bootstrap MBean name
MESSAGE_TYPE_ERROR - Static variable in class org.ow2.petals.component.framework.util.ManagementMessageUtil
 
MESSAGE_TYPE_INFO - Static variable in class org.ow2.petals.component.framework.util.ManagementMessageUtil
 
MESSAGE_TYPE_WARNING - Static variable in class org.ow2.petals.component.framework.util.ManagementMessageUtil
 
MessageExchangeAcceptor - Class in org.ow2.petals.component.framework.process
The JBI Message Exchange Acceptor.
MessageExchangeAcceptor(AbstractComponent, ThreadPoolExecutor, GenericObjectPool, Logger, ThreadGroup, String) - Constructor for class org.ow2.petals.component.framework.process.MessageExchangeAcceptor
 
MessageExchangeProcessor - Class in org.ow2.petals.component.framework.process
Processor for received MessageExchanges.
MessageExchangeProcessor(AbstractComponent, AbstractJBIListener, Logger) - Constructor for class org.ow2.petals.component.framework.process.MessageExchangeProcessor
Creates a processor that listen to new MessageExchange on the specified channel.
MessageInterceptorManager - Class in org.ow2.petals.component.framework.interceptor
A manager of interceptors.One message interceptor manager per Consume / Provide extension.
MessageInterceptorManager(Logger) - Constructor for class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
Creates a new instance of MessageInterceptorManager
MessageInterceptorManager(String, Logger) - Constructor for class org.ow2.petals.component.framework.interceptor.MessageInterceptorManager
Creates a new instance of MessageInterceptorManager
messageInterceptorProcessor - Variable in class org.ow2.petals.component.framework.listener.AbstractListener
The message interceptor processor; Each listener have its own interceptor processor in order to get better performances.
MessageInterceptorProcessor - Class in org.ow2.petals.component.framework.process
The message interceptor processor.
MessageInterceptorProcessor(AbstractComponent, Logger) - Constructor for class org.ow2.petals.component.framework.process.MessageInterceptorProcessor
Creates a new instance of MessageInterceptorProcessor
MTOM_NSURI - Static variable in class org.ow2.petals.component.framework.util.MtomUtil
Include element namespace
MtomUtil - Class in org.ow2.petals.component.framework.util
Contains utility to manipulate MTOM attachments
MtomUtil() - Constructor for class org.ow2.petals.component.framework.util.MtomUtil
 
MtomUtil.MtomMapping - Class in org.ow2.petals.component.framework.util
A bean that describes a mapping of attachments associated with a Petals message.
MtomUtil.MtomMapping() - Constructor for class org.ow2.petals.component.framework.util.MtomUtil.MtomMapping
Constructor.

N

newDocument() - Static method in class org.ow2.petals.component.framework.util.JVMDocumentBuilders
Create a new Document (with a JVM DocumentBuilder of the pool)
newProvideFlowStepBeginLogData(Exchange) - Method in class org.ow2.petals.component.framework.process.MessageExchangeProcessor
 
NODE_ATTACHMENTS - Static variable in class org.ow2.petals.component.framework.util.MtomUtil
Element : "attachments"
NormalizedMessageUtil - Class in org.ow2.petals.component.framework.util
Utilities for normalized message manipulation.
NormalizedMessageUtil() - Constructor for class org.ow2.petals.component.framework.util.NormalizedMessageUtil
 
notifyObserversAfterProcessing(ExchangeImpl) - Method in class org.ow2.petals.component.framework.process.JBIProcessorManagerObservable
 
notifyObserversBeforeProcessing(ExchangeImpl) - Method in class org.ow2.petals.component.framework.process.JBIProcessorManagerObservable
 

O

objectPool - Variable in class org.ow2.petals.component.framework.process.JBIProcessorManager
 
onAsyncJBIMessage(Exchange, AsyncContext) - Method in class org.ow2.petals.component.framework.listener.AbstractJBIListener
This method is invoked by the CDK when an asynchronous response is received for the component.
onExpiredAsyncJBIMessage(Exchange, AsyncContext) - Method in class org.ow2.petals.component.framework.listener.AbstractJBIListener
This method is invoked by the CDK when an asynchronous context has expires.
onInstall() - Method in class org.ow2.petals.component.framework.DefaultBootstrap
Installs the component persisting the configuration done via the extension Mbean.
onInstall() - Method in class org.ow2.petals.component.framework.JBIBootstrap
 
onJBIMessage(Exchange) - Method in class org.ow2.petals.component.framework.listener.AbstractJBIListener
This method is used to process a JBI message received on the Component from the JBI environment.
onUninstall() - Method in class org.ow2.petals.component.framework.JBIBootstrap
 
org.ow2.petals.component.framework - package org.ow2.petals.component.framework
 
org.ow2.petals.component.framework.bc - package org.ow2.petals.component.framework.bc
 
org.ow2.petals.component.framework.constants - package org.ow2.petals.component.framework.constants
 
org.ow2.petals.component.framework.interceptor - package org.ow2.petals.component.framework.interceptor
 
org.ow2.petals.component.framework.listener - package org.ow2.petals.component.framework.listener
 
org.ow2.petals.component.framework.mbean - package org.ow2.petals.component.framework.mbean
 
org.ow2.petals.component.framework.message - package org.ow2.petals.component.framework.message
 
org.ow2.petals.component.framework.process - package org.ow2.petals.component.framework.process
 
org.ow2.petals.component.framework.process.async - package org.ow2.petals.component.framework.process.async
 
org.ow2.petals.component.framework.se - package org.ow2.petals.component.framework.se
 
org.ow2.petals.component.framework.su - package org.ow2.petals.component.framework.su
 
org.ow2.petals.component.framework.util - package org.ow2.petals.component.framework.util
 
originalAsynchronousContexts - Variable in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
 

R

regexToWildchar(String) - Method in class org.ow2.petals.component.framework.util.FileNamePatternUtil
convert a regex expression to a standard file wildchar filter
registerMBean(MBeanServer, ObjectName, Object) - Static method in class org.ow2.petals.component.framework.mbean.MBeanHelper
Register a MBean into MBeanServer
release(DocumentBuilder) - Method in class org.ow2.petals.component.framework.util.JVMDocumentBuilderResourcePool
Release the specified JVM DocumentBuilder After putting back the JVM DocumentBuilder in the pool, the method onRelease() of the JVM DocumentBuilder resource handler is called.
releaseJVMDocumentBuilder(DocumentBuilder) - Static method in class org.ow2.petals.component.framework.util.JVMDocumentBuilders
Release a JVM DocumentBuilder to the pool
removeAsyncContext(String) - Method in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
Remove the asynchronous Context matching the given original Exchange Id.
removeEndpoint(ServiceEndpoint) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
removeListeners(String) - Method in class org.ow2.petals.component.framework.process.ExternalListenerManager
Remove the SU bound listeners.
removeNotificationListener(NotificationListener) - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
resolveEndpointReference(DocumentFragment) - Method in class org.ow2.petals.component.framework.AbstractComponent
 
retrievePattern(Consumes) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Retrieve the MEP from the consumer node extensions.
run() - Method in class org.ow2.petals.component.framework.process.async.AsyncMessageManager.AsyncContextCleaner
 
run() - Method in class org.ow2.petals.component.framework.process.MessageExchangeAcceptor
 
run() - Method in class org.ow2.petals.component.framework.process.MessageExchangeProcessor
 
run() - Method in class org.ow2.petals.component.framework.util.ComponentPrivilegedAction
 
RuntimeConfigurationNotifier - Class in org.ow2.petals.component.framework.mbean
A runtime configuration MBean which sends notifications to subscribers.
RuntimeConfigurationNotifier(Jbi, File, Logger) - Constructor for class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 

S

send(Exchange) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Send a message to the endpoint specified in the MessageExchange in an asynchronous way.
Process MessageExchange interceptors before sending message.
sendAsync(Exchange, AsyncContext) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Send a message to the endpoint specified in the MessageExchange in an asynchronous way.
sendSync(Exchange) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Call sendSync(MessageExchage exchange, long timeoutMS) with a timeout value found in provides or consumes extensions or "0" if not found
sendSync(Exchange, long) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Send a message to the endpoint specified in the MessageExchange in an synchronous way.
Process MessageExchange interceptors before sending message.
ServiceEndpointKey - Class in org.ow2.petals.component.framework.util
 
ServiceEndpointKey(QName, String) - Constructor for class org.ow2.petals.component.framework.util.ServiceEndpointKey
 
ServiceEngineServiceUnitManager - Class in org.ow2.petals.component.framework.su
The SE extension of the Service Unit Manager.
ServiceEngineServiceUnitManager(AbstractComponent) - Constructor for class org.ow2.petals.component.framework.su.ServiceEngineServiceUnitManager
Creates a new instance of ServiceEngineServiceUnitManager
ServiceUnitDataHandler - Class in org.ow2.petals.component.framework.su
Handles useful information about a Service Unit like :
- the service unit description (jbi descriptor)
- links between Provides nodes and activated endpoints
- links between activated endpoints and corresponding service description
- links between Consumes nodes and corresponding addresses
- the installation root
- the service unit name - the message interceptor manager
A SUDataHandler instance is available for each SU of the component.
ServiceUnitDataHandler(String, String, Jbi) - Constructor for class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
Creates a new instance of ServiceUnitDataHandler
setActiveStatus() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setAttribute(Attribute) - Method in class org.ow2.petals.component.framework.ExtensionMBean
 
setAttribute(Attribute) - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
setAttributes(AttributeList) - Method in class org.ow2.petals.component.framework.ExtensionMBean
 
setAttributes(AttributeList) - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
setCheckRole(boolean) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setConsumes(Consumes) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
 
setCurrentTransaction(Transaction) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
 
setDoneStatus() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setEndpoint(ServiceEndpoint) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setEpJBIDesc(Map<ServiceEndpointKey, Provides>) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
setEpServiceDesc(Map<ServiceEndpointKey, Document>) - Method in class org.ow2.petals.component.framework.su.ServiceUnitDataHandler
 
setError(Exception) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setErrorStatus() - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setExtensions(ConfigurationExtensions) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
 
setFault(Fault) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setFault(Throwable) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInAddressing(Map<QName, String>) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInMessage(NormalizedMessage) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInMessageAttachment(String, DataHandler) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInMessageAttachments(Map<String, DataHandler>) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInMessageContent(Document) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInMessageContent(InputStream) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInMessageContent(Source) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInMessageProperties(Map<String, Object>) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInMessageProperty(String, Object) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInSubject(Subject) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setInterfaceName(QName) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setMBeanName(ObjectName) - Method in class org.ow2.petals.component.framework.mbean.InterceptorManager
 
setMBeanName(ObjectName) - Method in class org.ow2.petals.component.framework.mbean.RuntimeConfigurationNotifier
 
setMessageExchange(ExchangeImpl) - Method in class org.ow2.petals.component.framework.process.MessageExchangeProcessor
Set the current exchange to process.
setOperation(QName) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setOutMessage(NormalizedMessage) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setOutMessageAttachment(String, DataHandler) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setOutMessageAttachments(Map<String, DataHandler>) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setOutMessageContent(Document) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setOutMessageContent(InputStream) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setOutMessageContent(Source) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setOutMessageProperties(Map<String, Object>) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setOutMessageProperty(String, Object) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setOutSubject(Subject) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setProperty(String, Object) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setProvides(Provides) - Method in class org.ow2.petals.component.framework.listener.AbstractListener
Set Provides section
setService(QName) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
setStartTime(long) - Method in class org.ow2.petals.component.framework.process.async.AsyncContext
 
setStatus(ExchangeStatus) - Method in class org.ow2.petals.component.framework.message.ExchangeImpl
 
shutDown() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
shutDown(String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
 
SoapEnvelope - Enum in org.ow2.petals.component.framework.constants
Soap envelope constant
SoapFaultCode - Enum in org.ow2.petals.component.framework.constants
SOAP Fault Code Constants for the Message Exchange Patterns.
SourceUtil - Class in org.ow2.petals.component.framework.util
Sample class used to manage the mapping between javax.xml.transform.Source from String.
SourceUtil() - Constructor for class org.ow2.petals.component.framework.util.SourceUtil
Creates a new instance of SourceUtil
start() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
start() - Method in class org.ow2.petals.component.framework.listener.AbstractExternalListener
Starts the listener.
start() - Method in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
Start the Async Message Manager.
start() - Method in class org.ow2.petals.component.framework.process.JBIAcceptorManager
Initialize and start threads which listen to MessageExchanges
start() - Method in class org.ow2.petals.component.framework.process.JBIProcessorManager
Start the Processor Thread Pool.
start(String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
 
start(String) - Method in class org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager
 
startListening(String) - Method in class org.ow2.petals.component.framework.process.ExternalListenerManager
Start a listener for each given consumes.
stop() - Method in class org.ow2.petals.component.framework.AbstractComponent
 
stop() - Method in class org.ow2.petals.component.framework.listener.AbstractExternalListener
Stops the listener.
stop() - Method in class org.ow2.petals.component.framework.process.async.AsyncMessageManager
Stop the Async Message Manager.
stop() - Method in class org.ow2.petals.component.framework.process.JBIAcceptorManager
Stop threads that listen to MessageExchanges
stop() - Method in class org.ow2.petals.component.framework.process.JBIProcessorManager
Stop the Processor Thread Pool.
stop(String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
 
stop(String) - Method in class org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager
 
stopListening(String) - Method in class org.ow2.petals.component.framework.process.ExternalListenerManager
Stop all external listeners related to the given SU.

T

take() - Method in class org.ow2.petals.component.framework.util.JVMDocumentBuilderResourcePool
Take one unused JVM DocumentBuilder in the current pool.
takeJVMDocumentBuilder() - Static method in class org.ow2.petals.component.framework.util.JVMDocumentBuilders
Take a JVM DocumentBuilder from the pool
TASK_RESULT_FAILED - Static variable in class org.ow2.petals.component.framework.util.ManagementMessageUtil
 
TASK_RESULT_SUCCESS - Static variable in class org.ow2.petals.component.framework.util.ManagementMessageUtil
 
toString() - Method in class org.ow2.petals.component.framework.util.MtomUtil.MtomMapping
This method build a message indicating the listing of orphan data handler's name, orphan content ID and the map associating content ID to DataHandler.
toString() - Method in class org.ow2.petals.component.framework.util.ServiceEndpointKey
 

U

undeploy(String, String) - Method in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
 
undeploy(String, String) - Method in class org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager
 
unregisterMBean(MBeanServer, ObjectName) - Static method in class org.ow2.petals.component.framework.mbean.MBeanHelper
Unregister a MBean from the MBeanServer

V

value() - Method in enum org.ow2.petals.component.framework.constants.BindingSoapVersion
 
value() - Method in enum org.ow2.petals.component.framework.constants.SoapEnvelope
 
value() - Method in enum org.ow2.petals.component.framework.constants.SoapFaultCode
 
valueOf(String) - Static method in enum org.ow2.petals.component.framework.constants.BindingSoapVersion
Returns the enum constant of this type with the specified name.
valueOf(URI) - Static method in enum org.ow2.petals.component.framework.constants.BindingSoapVersion
 
valueOf(String) - Static method in enum org.ow2.petals.component.framework.constants.SoapEnvelope
Returns the enum constant of this type with the specified name.
valueOf(URI) - Static method in enum org.ow2.petals.component.framework.constants.SoapEnvelope
 
valueOf(String) - Static method in enum org.ow2.petals.component.framework.constants.SoapFaultCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.petals.component.framework.constants.BindingSoapVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.component.framework.constants.SoapEnvelope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.component.framework.constants.SoapFaultCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

wildcharToRegex(String) - Method in class org.ow2.petals.component.framework.util.FileNamePatternUtil
convert a standard file wildchar filter to a regex expression
WSAHelper - Class in org.ow2.petals.component.framework.util
Deprecated. use com.ebmwebsourcing.wsstar.addressing.definition.WSAddressingFactory with the key org.ow2.petals.component.framework.api.WSStar.ADDRESSING_KEY to manipulate the WS-Addressing property into a JBI exchange
WSDLUtilImpl - Class in org.ow2.petals.component.framework.util
Util class to manipulate WSDL Document or Definition.
WSDLUtilImpl() - Constructor for class org.ow2.petals.component.framework.util.WSDLUtilImpl
Creates a new instance of WSDLUtilImpl

X

XMLUtil - Class in org.ow2.petals.component.framework.util
Contains utilities methods for XML operations.

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

Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.