public class SESUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SESUtils.SesNamespace
Namespaces are taken from public SES wsdl file.
|
Constructor and Description |
---|
SESUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
addNamespacesToEnvelope_000(org.w3.x2003.x05.soapEnvelope.Envelope envelope)
Adds a set of namespaces to the SOAP-Envelope document.
|
static QName |
getQElementFor(String elementName,
SESUtils.SesNamespace namespace)
Creates a qualified element for given elementName with prefix known by
#SES_NAMESPACES . |
public static QName getQElementFor(String elementName, SESUtils.SesNamespace namespace)
#SES_NAMESPACES
.elementName
- the element name to get a qualified name for.namespace
- the prefix of a known (#SES_NAMESPACES) namespace.public static void addNamespacesToEnvelope_000(org.w3.x2003.x05.soapEnvelope.Envelope envelope)
envelope
- the EnvelopeDocument
to which the namespace set is addedCopyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.