Modifier and Type | Method and Description |
---|---|
void |
AdminChain.copyComponent(String chainId,
String source,
String destination)
Copy the information of an existing component to another one.
|
void |
AdminComponent.createAdapter(String chainId,
String componentType,
String componentID,
Map<String,Object> properties)
Create a new adapter component
|
void |
AdminBinding.createBinding(String chainId,
String from,
String to,
String linker,
Map<String,Object> properties)
Create a new binding between two components.
|
void |
AdminChain.createChain(String chain)
Create a new mediation chain contained
|
void |
AdminChain.createEmptyChain(String id)
Create a new initial empty chain chain/
|
void |
AdminComponent.createMediator(String chainId,
String componentType,
String componentID,
Map<String,Object> properties)
Create a new mediator component
|
void |
AdminBinding.deleteBinding(String chainID,
String from,
String to)
Delete a binding from two mediators.
|
void |
AdminChain.loadChain(String URI)
Load a mediation chain specified on the given URI string.
|
void |
AdminChain.replaceComponent(String chainId,
String from,
String to)
Replace one component for another and copy his data.
|
void |
AdminComponent.updateAdapter(String chainId,
String componentId,
Map properties)
Update an adapter component instance.
|
boolean |
AdminChain.updateChain(String id,
String... instructions)
It modifies the given mediation chain by using a set of reconfiguration instructions.
|
void |
AdminComponent.updateMediator(String chainId,
String componentId,
Map properties)
Update a mediator component instance.
|
Modifier and Type | Class and Description |
---|---|
class |
BuilderConfigurationException |
class |
BuilderException |
class |
BuilderPerformerException |
class |
CiliaIllegalParameterException
Illegal argument
|
class |
CiliaIllegalStateException
Exception fired if the object doesn't exist anymore
|
class |
CiliaInvalidSyntaxException
LDAP filter syntax error
|
class |
CiliaParserException |
class |
CiliaRuntimeException |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractDispatcher.dispatch(Data data) |
void |
IDispatcher.dispatch(Data dataSet) |
abstract Dictionary |
AbstractBindingService.getProperties(Dictionary collectorProperties,
Dictionary senderProperties,
Binding b) |
Dictionary |
GenericBindingService.getProperties(Dictionary collectorProperties,
Dictionary senderProperties,
Binding b) |
Dictionary |
CiliaBindingService.getProperties(Dictionary collectorProperties,
Dictionary senderProperties,
Binding binding) |
void |
AbstractDispatcher.send(String portname,
Data data) |
void |
IDispatcher.send(String senderName,
Data data) |
void |
AbstractDispatcher.send(String portname,
Properties properties,
Data data) |
void |
IDispatcher.send(String senderName,
Properties properties,
Data data) |
abstract List |
AbstractSplitter.split(Data dataToSplit) |
Modifier and Type | Method and Description |
---|---|
void |
ContentBasedDispatcher.dispatch(Data data)
Method to call when processing is finished
and used to send data to destinations.
|
void |
DescriptorBasedDispatcher.dispatch(Data data)
Method to call when processing is finished
and used to send data to destinations.
|
void |
MulticastDispatcher.dispatch(Data data) |
List |
XpathSplitter.split(Data receiveData)
Split one data.
|
List |
SplitterProcessor.split(Data dataToSplit) |
Modifier and Type | Method and Description |
---|---|
int |
DataCount.count(List dataset,
String expression)
Count number of Data in DataSet that match the given expression.
|
static Data |
XsltTransformator.dataTransformFromPathFile(Data data,
String xsltPathFile)
Transforms the content of Data using XSLT.
|
static Data |
XsltTransformator.dataTransformFromURL(Data data,
String xsltUrl)
Transforms the content of Data using XSLT.
|
CiliaExpression |
ExpressionFactory.getExpressionParser(String expression)
create an instance of a CiliaExpression.
|
static Node |
XsltTransformator.nodeTransformFromNode(Node nsource,
Node xsltNode)
Transforms the given xml Node, using XSL in a form of a Node.
|
static Node |
XsltTransformator.nodeTransformFromURL(Node node,
String xslturl)
Transforms the given node using the xslt located in the given URL.
|
static List |
XmlSplitter.split(Data data,
String expression)
Split a given org.ow2.chameleon.cilia.Data using a given XPath expression.
|
static List |
XmlSplitter.split(Data data,
String expression,
boolean addSplitInfo) |
static List |
XmlSplitter.split(Node node,
String expression)
Split a given org.w3c.dom.Node using a given XPath expression.
|
static String |
XsltTransformator.stringTransformFromFilePath(String xml,
String filepath) |
static String |
XsltTransformator.stringTransformFromURL(String source,
String xsltUrl)
Transforms the given xml in the given string, using the xslt located in the given URL.
|
Modifier and Type | Method and Description |
---|---|
Builder[] |
ChainParser.obtainChains(URL url) |
Builder[] |
ChainParser.parseChains(Object chain) |
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.