org.n52.oxf.ows.capabilities
Class PostRequestMethod

java.lang.Object
  extended by org.n52.oxf.ows.capabilities.RequestMethod
      extended by org.n52.oxf.ows.capabilities.PostRequestMethod

public class PostRequestMethod
extends RequestMethod


Constructor Summary
PostRequestMethod(OnlineResource or)
           
PostRequestMethod(OnlineResource or, String[] constraints)
           
 
Method Summary
 String toXML()
           
 
Methods inherited from class org.n52.oxf.ows.capabilities.RequestMethod
getConstraints, getOnlineResource, setConstraints, setOnlineResource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostRequestMethod

public PostRequestMethod(OnlineResource or,
                         String[] constraints)

PostRequestMethod

public PostRequestMethod(OnlineResource or)
Method Detail

toXML

public String toXML()
Specified by:
toXML in class RequestMethod
Returns:
a XML representation.


Copyright © 2012-2013 52north.org. All Rights Reserved.