| java.lang.Object org.apache.cxf.binding.http.IriDecoderHelper
Inner Class :public static class Param | |
Method Summary | |
public static void | addParams(String input, int start, int stop, List<Param> params) | public static Document | buildDocument(XmlSchemaAnnotated schemaAnnotation, Collection<SchemaInfo> schemas, List<Param> params) Create a dom document conformant with the given schema element with the
input parameters. | public static String | combine(String location, String httpLocation) | public static List<Param> | decode(String uri, String loc, InputStream is) | public static List<Param> | decodeIri(String uri, String loc) | public static void | expect(String path, int index, char c) | public static int | findPartEnd(String path, int c, String endFragment) | public static String | getUriPath(String uri) | public static Document | interopolateParams(Document doc, XmlSchemaAnnotated schemaAnnotation, Collection<SchemaInfo> schemas, List<Param> params) |
addParams | public static void addParams(String input, int start, int stop, List<Param> params)(Code) | | |
buildDocument | public static Document buildDocument(XmlSchemaAnnotated schemaAnnotation, Collection<SchemaInfo> schemas, List<Param> params)(Code) | | Create a dom document conformant with the given schema element with the
input parameters.
Parameters: element - Parameters: params - |
expect | public static void expect(String path, int index, char c)(Code) | | Check that the next character is the one expected or throw an exception
|
findPartEnd | public static int findPartEnd(String path, int c, String endFragment)(Code) | | Parameters: endFragment - |
getUriPath | public static String getUriPath(String uri)(Code) | | Get the path of a given uri, removing the scheme and authority parts
|
|
|