Package | Description |
---|---|
org.ballerinalang.net.http | |
org.ballerinalang.net.uri | |
org.ballerinalang.net.uri.parser |
Modifier and Type | Method and Description |
---|---|
URITemplate<WebSocketService,org.wso2.transport.http.netty.contract.websocket.WebSocketMessage> |
WebSocketServicesRegistry.getUriTemplate() |
URITemplate<HttpResource,org.wso2.transport.http.netty.message.HttpCarbonMessage> |
HttpService.getUriTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
URITemplate.parse(String uriTemplate,
DataType resource,
DataElementFactory<? extends DataElement<DataType,InboundMsgType>> elementCreator) |
Modifier and Type | Method and Description |
---|---|
Node<DataType,InboundMsgType> |
Node.addChild(Node<DataType,InboundMsgType> childNode) |
Node<DataType,InboundMgsType> |
URITemplateParser.parse(String template,
DataType resource) |
Constructor and Description |
---|
Expression(DataElement<DataType,InboundMsgType> dataElement,
String token) |
Literal(DataElement<DataType,InboundMsgType> dataElement,
String token) |
SimpleStringExpression(DataElement<DataType,InboundMsgType> dataElement,
String token) |
Variable(String value) |
Copyright © 2019 WSO2. All rights reserved.