A C D E F G H I L P Q R S T 
All Classes All Packages

A

add(Source, Object) - Method in class com.adaptris.transform.ff.RuleList
Adds a rule and its optimised form to the end of the list.
addRule(Source) - Method in class com.adaptris.transform.ff.FfTransform
Adds a rule.
addRule(Source) - Method in class com.adaptris.transform.ff.TransformFramework
Adds a rule.

C

closeService() - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
 
com.adaptris.core.transform.flatfile - package com.adaptris.core.transform.flatfile
 
com.adaptris.transform.ff - package com.adaptris.transform.ff
Transform framework classes specific for flat file transforms.
containsKey(Source) - Method in class com.adaptris.transform.ff.RuleList
Returns true if the specified rule key is in RuleList otherwise it returns false.
COUNT - Variable in class com.adaptris.transform.ff.Handler
 
createFramework() - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Create the appropriate transform framework.

D

doService(AdaptrisMessage) - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Transforms the message.

E

equals(Object) - Method in class com.adaptris.transform.ff.Source
 
ESCAPED_STRING - Static variable in class com.adaptris.transform.ff.StreamParser
 

F

FfTransform - Class in com.adaptris.transform.ff
Performs transformations of data where the source is a flat file.
FfTransform() - Constructor for class com.adaptris.transform.ff.FfTransform
 
FieldHandler - Class in com.adaptris.transform.ff
 
FieldHandler(Node) - Constructor for class com.adaptris.transform.ff.FieldHandler
Constructor - receives the descriptor node and uses it's details to populate the fields which govern field parsing.
FIXED_LENGTH - Static variable in class com.adaptris.transform.ff.StreamParser
 
FlatfileTransformService - Class in com.adaptris.core.transform.flatfile
Flat file transformation service.
FlatfileTransformService() - Constructor for class com.adaptris.core.transform.flatfile.FlatfileTransformService
Creates a new instance.
formatter - Variable in class com.adaptris.transform.ff.FfTransform
 
formatter - Variable in class com.adaptris.transform.ff.Handler
 

G

getAllowOverride() - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Returns the flag specifying whether or not an 'over-ride' transform may be specified in message metadata.
getAttribute(Node, String) - Static method in class com.adaptris.transform.ff.Handler
returns a specified attribute from an input DOM node or an empty string if the parameter isn't in the file.
getCacheTransforms() - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Return the flag indicating whether transforms should be cached or not.
getCharStream() - Method in class com.adaptris.transform.ff.Source
Returns the character stream representation for this Source.
getContent() - Method in class com.adaptris.transform.ff.FieldHandler
Function to return content of field after reading
getContent() - Method in class com.adaptris.transform.ff.StreamParser
 
getCount() - Method in class com.adaptris.transform.ff.FieldHandler
Dummy function
getCount() - Method in class com.adaptris.transform.ff.RecordHandler
Returns repetitions value
getCount() - Method in class com.adaptris.transform.ff.RootHandler
Returns repetitions value
getCount() - Method in class com.adaptris.transform.ff.SegmentHandler
Returns repetitions value
getInputSource() - Method in class com.adaptris.transform.ff.Source
 
getIntAttribute(Node, String) - Static method in class com.adaptris.transform.ff.Handler
Returns specified integer attribute from input node.
getKey(int) - Method in class com.adaptris.transform.ff.RuleList
Returns a rule key at the specified position within RuleList.
getMetadataKey() - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Returns the metadata key that will be used to store the over-ride transform URL.
getName() - Method in class com.adaptris.transform.ff.FieldHandler
getName - returns name of field
getNumRules() - Method in class com.adaptris.transform.ff.TransformFramework
Returns the number of rules currently held within TransformFramework.
getOutputMessageEncoding() - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
 
getUrl() - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Returns the URL of the transformation style sheet.
getValue(int) - Method in class com.adaptris.transform.ff.RuleList
Returns the optimised rule at the specified position within RuleList.
getValue(Source) - Method in class com.adaptris.transform.ff.RuleList
Returns the optimised rule corresponding to key.
getWriter() - Method in class com.adaptris.transform.ff.Target
 

H

Handler - Class in com.adaptris.transform.ff
 
Handler() - Constructor for class com.adaptris.transform.ff.Handler
 
hashCode() - Method in class com.adaptris.transform.ff.Source
 

I

indexOfKey(Source) - Method in class com.adaptris.transform.ff.RuleList
Returns the index position of a rule key-value pair in RuleList.
indexOfRule(Source) - Method in class com.adaptris.transform.ff.TransformFramework
Returns the index position of a rule contained in TransformFramework.
initService() - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
 
isEmpty() - Method in class com.adaptris.transform.ff.RuleList
Returns true if there are no rule key-value pairs in RuleList otherwise it returns false.
isOptional() - Method in class com.adaptris.transform.ff.Handler
Returns whether this handler is optional or not default is true.
isOptional() - Method in class com.adaptris.transform.ff.RecordHandler
 
isThisHandler(StreamParser, boolean) - Method in class com.adaptris.transform.ff.FieldHandler
 
isThisHandler(StreamParser, boolean) - Method in class com.adaptris.transform.ff.RecordHandler
Checks to see if next record is this one
isThisHandler(StreamParser, boolean) - Method in class com.adaptris.transform.ff.RootHandler
 
isThisHandler(StreamParser, boolean) - Method in class com.adaptris.transform.ff.SegmentHandler
isThisHandler - checks to see if next record to be parsed is contained in this segment.

L

log - Static variable in class com.adaptris.transform.ff.Handler
 
log - Variable in class com.adaptris.transform.ff.TransformFramework
Used for providing logging information.

P

padChar(String, int, String) - Static method in class com.adaptris.transform.ff.Handler
Returns a string padded out to a specified length
prepare() - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
 
process(StreamParser, PrintWriter) - Method in class com.adaptris.transform.ff.FieldHandler
process - function which receives a record and reads the next field from it according to the definition read from the message descriptor.
process(StreamParser, PrintWriter) - Method in class com.adaptris.transform.ff.RecordHandler
process - parses input file according to record descriptor
process(StreamParser, PrintWriter) - Method in class com.adaptris.transform.ff.RootHandler
Dummy methods
process(StreamParser, PrintWriter) - Method in class com.adaptris.transform.ff.SegmentHandler
process - reads in a text message and parses this segment from it
process(Reader, PrintWriter) - Method in class com.adaptris.transform.ff.RootHandler
process - reads in a Reader and parses it
process(String, PrintWriter) - Method in class com.adaptris.transform.ff.RootHandler
process - reads in a text message and parses it

Q

QUOTED_STRING - Static variable in class com.adaptris.transform.ff.StreamParser
 

R

readElement() - Method in class com.adaptris.transform.ff.StreamParser
 
RecordHandler - Class in com.adaptris.transform.ff
 
remove(int) - Method in class com.adaptris.transform.ff.RuleList
Removes a rule key-value pair at the specified position within RuleList.
remove(Source) - Method in class com.adaptris.transform.ff.RuleList
Removes a rule key-value pair from RuleList.
removeAll() - Method in class com.adaptris.transform.ff.RuleList
Removes all the rule key-value pairs from RuleList.
removeRule(int) - Method in class com.adaptris.transform.ff.TransformFramework
Removes a rule.
removeRule(Source) - Method in class com.adaptris.transform.ff.TransformFramework
Removes a rule.
removeRules() - Method in class com.adaptris.transform.ff.TransformFramework
Removes all the rules from TransformFramework.
rewindElement(String) - Method in class com.adaptris.transform.ff.StreamParser
 
RootHandler - Class in com.adaptris.transform.ff
 
RootHandler(Node) - Constructor for class com.adaptris.transform.ff.RootHandler
Constructor - creates parser for this document using document descriptor
ruleList - Variable in class com.adaptris.transform.ff.TransformFramework
Internal store of transformation rules.
RuleList - Class in com.adaptris.transform.ff
This provides a container class for objects that represent transformation rules.
RuleList() - Constructor for class com.adaptris.transform.ff.RuleList
Zero-argument default constructor.

S

SegmentHandler - Class in com.adaptris.transform.ff
 
SEPARATED_STRING - Static variable in class com.adaptris.transform.ff.StreamParser
 
setAllowOverride(Boolean) - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Sets the flag specifying whether or not an 'over-ride' transform may be specified in message metadata.
setCacheTransforms(Boolean) - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Sets the flag indicating whether transforms should be cached or not.
setCount(int) - Method in class com.adaptris.transform.ff.FieldHandler
Dummy function
setCount(int) - Method in class com.adaptris.transform.ff.RecordHandler
Sets repetitions value
setCount(int) - Method in class com.adaptris.transform.ff.RootHandler
Sets repetitions value
setCount(int) - Method in class com.adaptris.transform.ff.SegmentHandler
Sets repetitions value
setMetadataKey(String) - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Sets the metadata key that will be used to store the over-ride transform URL.
setOutputMessageEncoding(String) - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Force the output message encoding to be a particular encoding.
setParseRule(int, char) - Method in class com.adaptris.transform.ff.StreamParser
 
setParseRule(int, char, char) - Method in class com.adaptris.transform.ff.StreamParser
 
setParseRule(int, int) - Method in class com.adaptris.transform.ff.StreamParser
 
setUrl(String) - Method in class com.adaptris.core.transform.flatfile.FlatfileTransformService
Sets the URL of the transformation style sheet.
size() - Method in class com.adaptris.transform.ff.RuleList
Returns the number of rule key-value pairs in RuleList.
Source - Class in com.adaptris.transform.ff
An input to a transformation process may either be the data source that is to be transformed or it may be the rules used to govern the transformation.
Source() - Constructor for class com.adaptris.transform.ff.Source
 
Source(Reader) - Constructor for class com.adaptris.transform.ff.Source
Creates a new Source using a character stream.
Source(String) - Constructor for class com.adaptris.transform.ff.Source
Creates a new Source using a url string.
StreamParser - Class in com.adaptris.transform.ff
 
StreamParser(Reader) - Constructor for class com.adaptris.transform.ff.StreamParser
 
StreamParser(String) - Constructor for class com.adaptris.transform.ff.StreamParser
 

T

Target - Class in com.adaptris.transform.ff
Create an instance of this class to provide the transformation method a container for the result of a transformation.
Target() - Constructor for class com.adaptris.transform.ff.Target
 
Target(Writer) - Constructor for class com.adaptris.transform.ff.Target
 
transform(Source, Source, Target) - Method in class com.adaptris.transform.ff.FfTransform
Performs the transformation.
transform(Source, Source, Target) - Method in class com.adaptris.transform.ff.TransformFramework
Performs the transformation.
TransformFramework - Class in com.adaptris.transform.ff
This is the central class in the package and it represents the base class of all transform frameworks.
TransformFramework() - Constructor for class com.adaptris.transform.ff.TransformFramework
 
A C D E F G H I L P Q R S T 
All Classes All Packages