DataType
- Data type stored in the data element.InboundMsgType
- Inbound message type for additional checks.public class URITemplate<DataType,InboundMsgType> extends Object
Constructor and Description |
---|
URITemplate(Node<DataType,InboundMsgType> syntaxTree) |
Modifier and Type | Method and Description |
---|---|
DataType |
matches(String uri,
Map<String,String> variables,
InboundMsgType inboundMsg) |
void |
parse(String uriTemplate,
DataType resource,
DataElementFactory<? extends DataElement<DataType,InboundMsgType>> elementCreator) |
public URITemplate(Node<DataType,InboundMsgType> syntaxTree)
public DataType matches(String uri, Map<String,String> variables, InboundMsgType inboundMsg)
public void parse(String uriTemplate, DataType resource, DataElementFactory<? extends DataElement<DataType,InboundMsgType>> elementCreator) throws URITemplateException, UnsupportedEncodingException
Copyright © 2019 WSO2. All rights reserved.