Uses of Interface
org.apache.olingo.odata2.api.uri.UriInfo

Packages that use UriInfo
org.apache.olingo.odata2.api OData Library API 
org.apache.olingo.odata2.api.uri URI Parser Facade 
 

Uses of UriInfo in org.apache.olingo.odata2.api
 

Methods in org.apache.olingo.odata2.api with parameters of type UriInfo
 ODataResponse ODataDebugResponseWrapperCallback.handle(ODataContext context, ODataRequest request, ODataResponse response, UriInfo uriInfo, Exception exception)
          Handles the output of a response helpful in case of debugging.
 

Uses of UriInfo in org.apache.olingo.odata2.api.uri
 

Methods in org.apache.olingo.odata2.api.uri that return UriInfo
static UriInfo UriParser.parse(Edm edm, List<PathSegment> pathSegments, Map<String,String> queryParameters)
          Parses path segments and query parameters for the given EDM.
abstract  UriInfo UriParser.parse(List<PathSegment> pathSegments, Map<String,String> queryParameters)
          Parses path segments and query parameters.
abstract  UriInfo UriParser.parseAll(List<PathSegment> pathSegments, Map<String,List<String>> allQueryParameters)
          Parses path segments and query parameters.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.