T - the request typepublic abstract class AbstractRequestEncoder<T extends OwsServiceRequest> extends AbstractXmlResponseEncoder<T>
| Constructor and Description |
|---|
AbstractRequestEncoder(String service,
String version,
String operation,
String namespace,
String prefix,
Class<T> responseType)
constructor
|
AbstractRequestEncoder(String service,
String version,
String operation,
String namespace,
String prefix,
Class<T> responseType,
boolean validate)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(T request,
OutputStream outputStream,
EncodingContext encodingValues) |
Set<EncoderKey> |
getKeys() |
addNamespacePrefixToMap, create, create, encode, encode, getConcreteSchemaLocations, getConcreteSchemaLocations, getResponseType, getSchemaRepository, setSchemaRepository, setValidateencodeObjectToXml, encodeObjectToXml, encodeObjectToXmlDocument, encodeObjectToXmlDocument, encodeObjectToXmlPropertyType, encodeObjectToXmlPropertyType, encodeObjectToXmlText, encodeObjectToXmlText, getAndCheck, getContentType, getDocumentEncoder, getDocumentEncoder, getDocumentEncoderKey, getDocumentEncoderKey, getEncoder, getEncoder, getEncoderKey, getEncoderKey, getPropertyTypeEncoder, getPropertyTypeEncoder, getPropertyTypeEncoderKey, getPropertyTypeEncoderKey, getXmlOptions, setXmlOptions, substitutegetEncoder, getEncoderRepository, setEncoderRepositoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodegetContentType, getSupportedTypesgetConformanceClassesgetSchemaLocationspublic AbstractRequestEncoder(String service, String version, String operation, String namespace, String prefix, Class<T> responseType, boolean validate)
service - Serviceversion - Service versionoperation - Service operation namenamespace - Service XML schema namespaceprefix - Service XML schema prefixresponseType - Response typevalidate - Indicator if the created/encoded object should be validatedpublic AbstractRequestEncoder(String service, String version, String operation, String namespace, String prefix, Class<T> responseType)
service - Serviceversion - Service versionoperation - Service operation namenamespace - Service XML schema namespaceprefix - Service XML schema prefixresponseType - Response typepublic Set<EncoderKey> getKeys()
public void encode(T request, OutputStream outputStream, EncodingContext encodingValues) throws EncodingException
EncodingExceptionCopyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.