Package | Description |
---|---|
org.ballerinalang.net.http | |
org.ballerinalang.net.uri | |
org.ballerinalang.net.uri.parser |
Modifier and Type | Class and Description |
---|---|
class |
HttpResourceDataElement
Http Node Item for URI template tree.
|
class |
WebSocketDataElement
Data element for WebSocket URI template.
|
Modifier and Type | Method and Description |
---|---|
void |
URITemplate.parse(String uriTemplate,
DataType resource,
DataElementFactory<? extends DataElement<DataType,InboundMsgType>> elementCreator) |
Modifier and Type | Interface and Description |
---|---|
interface |
DataElementFactory<DataElementType extends DataElement>
Data element factory is used to create necessary node elements for a given node.
|
Modifier and Type | Field and Description |
---|---|
protected DataElement<DataType,InboundMsgType> |
Node.dataElement |
Modifier and Type | Method and Description |
---|---|
DataElement<DataType,InboundMsgType> |
Node.getDataElement() |
Constructor and Description |
---|
Expression(DataElement<DataType,InboundMsgType> dataElement,
String token) |
Literal(DataElement<DataType,InboundMsgType> dataElement,
String token) |
Node(DataElement<DataType,InboundMsgType> dataElement,
String token) |
SimpleStringExpression(DataElement<DataType,InboundMsgType> dataElement,
String token) |
Constructor and Description |
---|
URITemplateParser(Node<DataType,InboundMgsType> rootNode,
DataElementFactory<? extends DataElement<DataType,InboundMgsType>> elementCreator) |
Copyright © 2019 WSO2. All rights reserved.