Uses of Class
org.apache.cxf.jaxrs.model.URITemplate
-
Packages that use URITemplate Package Description org.apache.cxf.jaxrs.client org.apache.cxf.jaxrs.model -
-
Uses of URITemplate in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client with parameters of type URITemplate Modifier and Type Method Description protected javax.ws.rs.core.MultivaluedMap<String,String>AbstractClient. getTemplateParametersMap(URITemplate template, List<Object> values) -
Uses of URITemplate in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model that return URITemplate Modifier and Type Method Description static URITemplateURITemplate. createExactTemplate(String pathValue)static URITemplateURITemplate. createTemplate(String pathValue)static URITemplateURITemplate. createTemplate(javax.ws.rs.Path path)URITemplateClassResourceInfo. getURITemplate()URITemplateOperationResourceInfo. getURITemplate()Methods in org.apache.cxf.jaxrs.model with parameters of type URITemplate Modifier and Type Method Description static intURITemplate. compareTemplates(URITemplate t1, URITemplate t2)voidClassResourceInfo. setURITemplate(URITemplate u)voidOperationResourceInfo. setURITemplate(URITemplate u)Constructors in org.apache.cxf.jaxrs.model with parameters of type URITemplate Constructor Description OperationResourceInfo(Method m, ClassResourceInfo cri, URITemplate template, String httpVerb, String consumeMediaTypes, String produceMediaTypes, List<Parameter> params, boolean oneway)
-