DataType
- Data type stored in the data element.InboundMgsType
- Inbound message type for additional checks.public class URITemplateParser<DataType,InboundMgsType> extends Object
Constructor and Description |
---|
URITemplateParser(Node<DataType,InboundMgsType> rootNode,
DataElementFactory<? extends DataElement<DataType,InboundMgsType>> elementCreator) |
Modifier and Type | Method and Description |
---|---|
Node<DataType,InboundMgsType> |
parse(String template,
DataType resource) |
public URITemplateParser(Node<DataType,InboundMgsType> rootNode, DataElementFactory<? extends DataElement<DataType,InboundMgsType>> elementCreator)
public Node<DataType,InboundMgsType> parse(String template, DataType resource) throws URITemplateException, UnsupportedEncodingException
Copyright © 2019 WSO2. All rights reserved.