Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.model.URITemplate

Packages that use URITemplate
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
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
static URITemplate URITemplate.createTemplate(javax.ws.rs.Path path)
           
static URITemplate URITemplate.createTemplate(String pathValue)
           
 URITemplate ClassResourceInfo.getURITemplate()
           
 URITemplate OperationResourceInfo.getURITemplate()
           
 

Methods in org.apache.cxf.jaxrs.model with parameters of type URITemplate
static int URITemplate.compareTemplates(URITemplate t1, URITemplate t2)
           
 void ClassResourceInfo.setURITemplate(URITemplate u)
           
 void OperationResourceInfo.setURITemplate(URITemplate u)
           
 

Constructors in org.apache.cxf.jaxrs.model with parameters of type URITemplate
OperationResourceInfo(Method m, ClassResourceInfo cri, URITemplate template, String httpVerb, String consumeMediaTypes, String produceMediaTypes, List<Parameter> params, boolean oneway)
           
 


Apache CXF API

Apache CXF