public class DOMHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.dom4j.Namespace |
NAMESPACE_AUTHEN
GDI NRW Authn Namespace.
|
static org.dom4j.Namespace |
NAMESPACE_OWS
OpenGIS OWS Namespace.
|
static org.dom4j.Namespace |
NAMESPACE_WAS
GDI NRW WAS Namespace.
|
static org.dom4j.Namespace |
NAMESPACE_WSS
GDI NRW WSS Namespace.
|
static org.dom4j.Namespace |
NAMESPACE_XSI
W3C XSI Namespace.
|
| Modifier and Type | Method and Description |
|---|---|
static org.dom4j.Document |
generateDoService(String dcp_type,
String request,
AuthenticationMethod authMethod,
org.apache.commons.httpclient.NameValuePair[] requestParams,
String facadeURL)
Generates a Document with a WSS doService request.
|
static org.dom4j.DocumentFactory |
getDocumentFactory()
Returns a DocumentFactory with all neccessary namespaces.
|
public static final org.dom4j.Namespace NAMESPACE_OWS
public static final org.dom4j.Namespace NAMESPACE_AUTHEN
public static final org.dom4j.Namespace NAMESPACE_WAS
public static final org.dom4j.Namespace NAMESPACE_WSS
public static final org.dom4j.Namespace NAMESPACE_XSI
public static org.dom4j.DocumentFactory getDocumentFactory()
public static org.dom4j.Document generateDoService(String dcp_type, String request, AuthenticationMethod authMethod, org.apache.commons.httpclient.NameValuePair[] requestParams, String facadeURL)
dcp_type - Must be
HTTP GET or
HTTP POSTrequest - Request to a secured serviceauthMethod - The authentication method that should be used.requestParams - An array with request parameters, i.e. HTTP_Header / Mime-Type: text/xmlfacadeURL - String with an URL to facadeIllegalArgumentException - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.