|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenFactory | |
|---|---|
| org.mule.module.apikit.uri | |
| Uses of TokenFactory in org.mule.module.apikit.uri |
|---|
| Methods in org.mule.module.apikit.uri that return TokenFactory | |
|---|---|
static TokenFactory |
TokenFactory.getInstance()
Returns a token factory instance using the default syntax (DRAFTX). |
static TokenFactory |
TokenFactory.getInstance(TokenFactory.Syntax syntax)
Returns a token factory instance. |
| Methods in org.mule.module.apikit.uri with parameters of type TokenFactory | |
|---|---|
static List<Token> |
URITemplate.digest(String template,
TokenFactory factory)
Returns the list of tokens corresponding to the specified URI template. |
| Constructors in org.mule.module.apikit.uri with parameters of type TokenFactory | |
|---|---|
URITemplate(String template,
TokenFactory factory)
Creates a new URI Template instance using the specified token factory. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||