Hi
You can do URIBuilder.fromURI(stringURIvalue).build() which will return URI
and then you can check the components

cheers, Sergey

On Sun, Jul 4, 2010 at 7:49 AM, Jim Talbut <[email protected]> wrote:

> Hi,
>
> I have a method that receives a collection of objects, each of which has a
> unique URI as a member, and I need to parse these URI into their component
> parts.
> Clearly these URIs are not the URI of the method that is currently running,
> which seems to mean that UriInfo isn't any help.
> Are there any JAX-RS ways to parse a URI based upon a specific method (like
> an anti-UriBuilder), or am I on my own?
>
> Thanks
>
> Jim
>

Reply via email to