es.uji.lsi.wcs.XmlWcsParsing
Class DCPType

java.lang.Object
  extended byes.uji.lsi.wcs.XmlWcsParsing.DCPType

public class DCPType
extends java.lang.Object

This file implements the DCPType class. For the moment, HTTP is the only DCP defined and for now, a server may list either a GET or POST access point, or both, for each operation.

Author:
jaume

Constructor Summary
DCPType(XMLNode node)
          Creates a new instance of DCPType
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DCPType

public DCPType(XMLNode node)
Creates a new instance of DCPType

Method Detail

toString

public java.lang.String toString()