Index
All Classes and Interfaces|All Packages
B
- build(AdaptrisMessage) - Method in class com.adaptris.core.json.jslt.JsltFixedVariables
- build(AdaptrisMessage) - Method in class com.adaptris.core.json.jslt.JsltMetadataVariables
- build(AdaptrisMessage) - Method in class com.adaptris.core.json.jslt.JsltObjectVariables
- build(AdaptrisMessage) - Method in interface com.adaptris.core.json.jslt.JsltVariableBuilder
- build(AdaptrisMessage) - Method in class com.adaptris.core.json.jslt.JsltVariables
C
- closeService() - Method in class com.adaptris.core.json.jslt.JsltMetadataService
- closeService() - Method in class com.adaptris.core.json.jslt.JsltTransformService
- com.adaptris.core.json.jslt - package com.adaptris.core.json.jslt
-
Services that interact with messages via JSLT.
- compile(AdaptrisMessage) - Method in class com.adaptris.core.json.jslt.JsltQueryImpl
-
Resolve and compile the expression.
D
- DEFAULT_OBJECT_MAPPER - Static variable in interface com.adaptris.core.json.jslt.JsltQuery
- doService(AdaptrisMessage) - Method in class com.adaptris.core.json.jslt.JsltMetadataService
- doService(AdaptrisMessage) - Method in class com.adaptris.core.json.jslt.JsltTransformService
E
- evaluate(AdaptrisMessage) - Method in interface com.adaptris.core.json.jslt.JsltQuery
-
Evaluate the expression against the message.
- evaluate(ObjectMapper, AdaptrisMessage) - Method in interface com.adaptris.core.json.jslt.JsltQuery
-
Evaluate the expression against the message.
- evaluate(ObjectMapper, AdaptrisMessage) - Method in class com.adaptris.core.json.jslt.JsltQueryToMetadata
- evaluate(ObjectMapper, AdaptrisMessage) - Method in class com.adaptris.core.json.jslt.JsltQueryToObjectMetadata
G
- getConnection() - Method in class com.adaptris.core.json.jslt.JsltTransformService
-
The connection that wraps any underlying caching required.
- getExpression() - Method in class com.adaptris.core.json.jslt.JsltQueryImpl
-
The JSLT expression.
- getFilter() - Method in class com.adaptris.core.json.jslt.JsltMetadataVariables
-
The filter you wish to apply to metadata values.
- getJsonNode(AdaptrisMessage) - Static method in interface com.adaptris.core.json.jslt.JsltQuery
-
Turn an
AdaptrisMessageobject into aJsonNode. - getKey() - Method in class com.adaptris.core.json.jslt.JsltQueryImpl
-
The metadata key (object or standard).
- getObjectMetadataKeyRegexp() - Method in class com.adaptris.core.json.jslt.JsltObjectVariables
-
The filter you wish to apply to for object metadata
- getQueries() - Method in class com.adaptris.core.json.jslt.JsltMetadataService
-
The queries to execute.
- getUrl() - Method in class com.adaptris.core.json.jslt.JsltTransformService
-
Set the URL that contains the transformation you wish to execute.
- getVariableBuilders() - Method in class com.adaptris.core.json.jslt.JsltVariables
-
A list of variables that you want to insert into the transform.
- getVariables() - Method in class com.adaptris.core.json.jslt.JsltFixedVariables
-
The fixed variables you wish to pass as part of the JLST Transform.
- getVariables() - Method in class com.adaptris.core.json.jslt.JsltTransformService
-
Any additional variables you want to pass into the JSLT transformation.
I
- initService() - Method in class com.adaptris.core.json.jslt.JsltMetadataService
- initService() - Method in class com.adaptris.core.json.jslt.JsltTransformService
- INPUT_NODE_METADATA_KEY - Static variable in interface com.adaptris.core.json.jslt.JsltQuery
J
- jacksonify(AdaptrisMessage) - Static method in interface com.adaptris.core.json.jslt.JsltQuery
-
Turn an
AdaptrisMessageobject into aJsonNode. - jacksonify(ObjectMapper, AdaptrisMessage) - Static method in interface com.adaptris.core.json.jslt.JsltQuery
-
Turn an
AdaptrisMessageobject into aJsonNode. - JsltFixedVariables - Class in com.adaptris.core.json.jslt
-
Builds a map of variables for JSLT from a fixed set of configuration.
- JsltFixedVariables() - Constructor for class com.adaptris.core.json.jslt.JsltFixedVariables
- JsltMetadataService - Class in com.adaptris.core.json.jslt
-
Execute a list of JSLT queries turning the result of each query into an item of metadata.
- JsltMetadataService() - Constructor for class com.adaptris.core.json.jslt.JsltMetadataService
- JsltMetadataVariables - Class in com.adaptris.core.json.jslt
-
Builds a map of variables for JSLT from normal message metadata.
- JsltMetadataVariables() - Constructor for class com.adaptris.core.json.jslt.JsltMetadataVariables
- JsltObjectVariables - Class in com.adaptris.core.json.jslt
-
Builds a map of variables for JSLT from object metadata.
- JsltObjectVariables() - Constructor for class com.adaptris.core.json.jslt.JsltObjectVariables
- JsltQuery - Interface in com.adaptris.core.json.jslt
-
Evaluate a JSLT expresson and apply it.
- JsltQueryImpl - Class in com.adaptris.core.json.jslt
-
Abstract class containing config for
JsltQueryToMetadataandJsltQueryToObjectMetadata. - JsltQueryImpl() - Constructor for class com.adaptris.core.json.jslt.JsltQueryImpl
- JsltQueryToMetadata - Class in com.adaptris.core.json.jslt
-
Evaluate a JSLT expression rendering the result as a string and store as metadata.
- JsltQueryToMetadata() - Constructor for class com.adaptris.core.json.jslt.JsltQueryToMetadata
- JsltQueryToObjectMetadata - Class in com.adaptris.core.json.jslt
-
Evaluate a JSLT expression and store the resulting
JsonNodeas object metadata against the specified key. - JsltQueryToObjectMetadata() - Constructor for class com.adaptris.core.json.jslt.JsltQueryToObjectMetadata
- JsltTransformService - Class in com.adaptris.core.json.jslt
-
Execute a JSLT Transform, using the result as the payload
- JsltTransformService() - Constructor for class com.adaptris.core.json.jslt.JsltTransformService
- JsltVariableBuilder - Interface in com.adaptris.core.json.jslt
-
Wraps various
AdaptrisMessageitems as variables for JSLT. - JsltVariables - Class in com.adaptris.core.json.jslt
-
Wrapper from handling multiple types of variables for inclusion into a JSLT transform.
- JsltVariables() - Constructor for class com.adaptris.core.json.jslt.JsltVariables
M
- metadataKey(AdaptrisMessage) - Method in class com.adaptris.core.json.jslt.JsltQueryImpl
P
- prepare() - Method in class com.adaptris.core.json.jslt.JsltMetadataService
- prepare() - Method in class com.adaptris.core.json.jslt.JsltTransformService
S
- setConnection(AdaptrisConnection) - Method in class com.adaptris.core.json.jslt.JsltTransformService
-
The connection that wraps any underlying caching required.
- setExpression(String) - Method in class com.adaptris.core.json.jslt.JsltQueryImpl
-
The JSLT expression.
- setFilter(MetadataFilter) - Method in class com.adaptris.core.json.jslt.JsltMetadataVariables
-
The filter you wish to apply to metadata values.
- setKey(String) - Method in class com.adaptris.core.json.jslt.JsltQueryImpl
-
The metadata key (object or standard).
- setObjectMetadataKeyRegexp(String) - Method in class com.adaptris.core.json.jslt.JsltObjectVariables
-
The filter you wish to apply to for object metadata
- setQueries(List<JsltQuery>) - Method in class com.adaptris.core.json.jslt.JsltMetadataService
-
The queries to execute.
- setUrl(String) - Method in class com.adaptris.core.json.jslt.JsltTransformService
-
Set the URL that contains the transformation you wish to execute.
- setVariableBuilders(List<JsltVariableBuilder>) - Method in class com.adaptris.core.json.jslt.JsltVariables
-
A list of variables that you want to insert into the transform.
- setVariables(JsltVariables) - Method in class com.adaptris.core.json.jslt.JsltTransformService
-
Any additional variables you want to pass into the JSLT transformation.
- setVariables(KeyValuePairSet) - Method in class com.adaptris.core.json.jslt.JsltFixedVariables
-
The fixed variables you wish to pass as part of the JLST Transform.
- start() - Method in class com.adaptris.core.json.jslt.JsltTransformService
- stop() - Method in class com.adaptris.core.json.jslt.JsltTransformService
W
- withConnection(AdaptrisConnection) - Method in class com.adaptris.core.json.jslt.JsltTransformService
- withExpression(String) - Method in class com.adaptris.core.json.jslt.JsltQueryImpl
- withFilter(MetadataFilter) - Method in class com.adaptris.core.json.jslt.JsltMetadataVariables
- withKey(String) - Method in class com.adaptris.core.json.jslt.JsltQueryImpl
- withObjectMetadataKeyRegexp(String) - Method in class com.adaptris.core.json.jslt.JsltObjectVariables
- withQueries(JsltQuery...) - Method in class com.adaptris.core.json.jslt.JsltMetadataService
- withQueries(List<JsltQuery>) - Method in class com.adaptris.core.json.jslt.JsltMetadataService
- withUrl(String) - Method in class com.adaptris.core.json.jslt.JsltTransformService
- withVariableBuilders(JsltVariableBuilder...) - Method in class com.adaptris.core.json.jslt.JsltVariables
- withVariableBuilders(List<JsltVariableBuilder>) - Method in class com.adaptris.core.json.jslt.JsltVariables
- withVariables(JsltVariables) - Method in class com.adaptris.core.json.jslt.JsltTransformService
- withVariables(KeyValuePair...) - Method in class com.adaptris.core.json.jslt.JsltFixedVariables
- withVariables(KeyValuePairSet) - Method in class com.adaptris.core.json.jslt.JsltFixedVariables
All Classes and Interfaces|All Packages