|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.csw.exporthandling.GetCapabilitiesHelper
public class GetCapabilitiesHelper
An abstract Handler to write GetCapabilities documents
| Constructor Summary | |
|---|---|
GetCapabilitiesHelper()
|
|
| Method Summary | |
|---|---|
void |
exportServiceIdentification(XMLStreamWriter writer,
ServiceIdentificationType identification,
String serviceType,
String serviceTypeVersion,
String serviceTypeCodeSpace)
|
void |
writeDescribeRecord(XMLStreamWriter writer,
String owsNS,
String[] typeNames,
String[] outputFormats,
String schemaLanguage)
Writes the parameter and attributes for the mandatory DescribeRecord operation to the output. |
void |
writeGetCapabilities(XMLStreamWriter writer,
String owsNS)
Writes the parameter and attributes for the mandatory GetCapabilities operation to the output. |
void |
writeGetRecordById(XMLStreamWriter writer,
String owsNS,
String[] outputFormats,
String[] outputSchemas)
Writes the parameter and attributes for the mandatory GetRecordById operation to the output. |
void |
writeGetRecords(XMLStreamWriter writer,
String owsNS,
String[] typeNames,
String[] outputFormats,
String[] outputSchemas,
String[] elementSetNames)
Writes the parameter and attributes for the mandatory GetRecords operation to the output. |
void |
writeValue(XMLStreamWriter writer,
String ns,
String value)
Writes an empty element 'Value' in the given namespace and with the given value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetCapabilitiesHelper()
| Method Detail |
|---|
public void exportServiceIdentification(XMLStreamWriter writer,
ServiceIdentificationType identification,
String serviceType,
String serviceTypeVersion,
String serviceTypeCodeSpace)
throws XMLStreamException
XMLStreamException
public void writeDescribeRecord(XMLStreamWriter writer,
String owsNS,
String[] typeNames,
String[] outputFormats,
String schemaLanguage)
throws XMLStreamException
writer - to write the outputowsNS - the OWS namespace
XMLStreamException
public void writeGetCapabilities(XMLStreamWriter writer,
String owsNS)
throws XMLStreamException
writer - to write the outputowsNS - the OWS namespace
XMLStreamException
public void writeGetRecords(XMLStreamWriter writer,
String owsNS,
String[] typeNames,
String[] outputFormats,
String[] outputSchemas,
String[] elementSetNames)
throws XMLStreamException
writer - owsNS - typeNames - the typeNames to writeoutputFormats - the outputFormats to writeoutputSchemas - the outputSchemas to writeelementSetNames - the elementSetNames to write, if null this parameter will be ignored, can be null
XMLStreamException
public void writeGetRecordById(XMLStreamWriter writer,
String owsNS,
String[] outputFormats,
String[] outputSchemas)
throws XMLStreamException
writer - owsNS - outputFormats - the outpurFormats to writeoutputSchemas - the outputSChemas to write
XMLStreamException
public void writeValue(XMLStreamWriter writer,
String ns,
String value)
throws XMLStreamException
writer - ns - the namespaceURIvalue - the value to write
XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||