Package org.somda.sdc.dpws.device.helper
Class UriBaseContextPath
-
- All Implemented Interfaces:
public class UriBaseContextPathHelper to extract a base path from an URI.
-
-
Constructor Summary
Constructors Constructor Description UriBaseContextPath(String uri)Constructor that accepts an URI and tries to cut out the base path on construction.
-
Method Summary
-
-
Constructor Detail
-
UriBaseContextPath
UriBaseContextPath(String uri)
Constructor that accepts an URI and tries to cut out the base path on construction.- Parameters:
uri- the inspected URI.
-
-
-
-