Package | Description |
---|---|
oracle.stellent.ridc.common.xml | |
oracle.stellent.ridc.protocol.jaxws | |
oracle.stellent.ridc.protocol.jaxws.xml |
Modifier and Type | Method and Description |
---|---|
protected XPathExpression |
XPathEvaluator.compileXPathExpression(String xpath) |
Constructor and Description |
---|
XPathEvaluator(InputSource xmlSource,
NamespaceContext namespaceContext,
boolean validating,
String defaultPrefix)
Builds a new XPath evaluator from an InputSource.
|
XPathEvaluator(InputStream xmlStream)
Builds an XPathEvaluator with no namespace evaluator and non-validating, using "wcm" as the default namespace prefix.
|
XPathEvaluator(InputStream xmlStream,
NamespaceContext namespaceContext,
boolean validating,
String defaultPrefix)
Builds a new XPath evaluator from InputStream.
|
XPathEvaluator(Reader xmlReader) |
XPathEvaluator(Reader xmlReader,
NamespaceContext namespaceContext,
boolean validating,
String defaultPrefix)
Builds a new XPath evaluator from a Reader.
|
Modifier and Type | Method and Description |
---|---|
String |
JaxWSClientConfig.getRequestBinderArg() |
String |
JaxWSClientConfig.getRequestInstanceNameArg() |
Modifier and Type | Method and Description |
---|---|
static void |
WSDLAndSchemaParser.readAndSetRequestSchema(JaxWSClientConfig clientConfig) |