| Interface | Description |
|---|---|
| DataElement<DataType,InboundMsgType> |
Interface to hold various node items.
|
| DataElementFactory<DataElementType extends DataElement> |
Data element factory is used to create necessary node elements for a given node.
|
| Class | Description |
|---|---|
| DataReturnAgent<DataType> |
This class is use to set and return data in the template tree.
|
| Expression<DataType,InboundMsgType> |
Expression represents a expression path segment in uri.
|
| Literal<DataType,InboundMsgType> |
Literal represents literal path segments in the uri-template.
|
| Node<DataType,InboundMsgType> |
Node represents different types of path segments in the uri-template.
|
| SimpleStringExpression<DataType,InboundMsgType> |
SimpleStringExpression represents path segments that have single path param.
|
| URITemplateParser<DataType,InboundMgsType> |
URITemplateParser parses the provided uri-template and build the tree.
|
| Variable |
Variable represents the variables in the uri.
|
Copyright © 2018 WSO2. All rights reserved.