|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.commons.xml.XMLAdapter org.deegree.protocol.ows.OWSCommonXMLAdapter org.deegree.services.ows.capabilities.OWSCapabilitiesXMLAdapter org.deegree.services.wps.capabilities.CapabilitiesXMLWriter
public class CapabilitiesXMLWriter
Responsible for the generation of WPS GetCapabilities response documents.
Field Summary |
---|
Fields inherited from class org.deegree.protocol.ows.OWSCommonXMLAdapter |
---|
OWS110_NS, OWS110_PREFIX, XML_NS, XML_PREFIX |
Fields inherited from class org.deegree.commons.xml.XMLAdapter |
---|
DEFAULT_URL, nsContext, rootElement, XLN_NS |
Method Summary | |
---|---|
static void |
export100(XMLStreamWriter writer,
Map<CodeType,WPSProcess> processes,
DeegreeServicesMetadataType serviceMetadata,
WSDL serviceWSDL)
|
Methods inherited from class org.deegree.services.ows.capabilities.OWSCapabilitiesXMLAdapter |
---|
exportDCP, exportDCP, exportDomainType100, exportDomainType110, exportKeyWords110, exportOperationsMetadata100, exportOperationsMetadata110, exportServiceIdentification100, exportServiceIdentification110, exportServiceProvider100, exportServiceProvider110, exportSimpleStrings |
Methods inherited from class org.deegree.protocol.ows.OWSCommonXMLAdapter |
---|
exportBoundingBoxType, exportCoordinateList, exportPositionType, parseBoundingBoxType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static void export100(XMLStreamWriter writer, Map<CodeType,WPSProcess> processes, DeegreeServicesMetadataType serviceMetadata, WSDL serviceWSDL) throws XMLStreamException
writer
- processes
- serviceMetadata
- serviceWSDLURL
- location of a WSDL document which describes the entire service, may be null
XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |