restart.server
Class ServiceInput

java.lang.Object
  extended by restart.common.ServiceData
      extended by restart.server.ServiceInput
Direct Known Subclasses:
XMLServiceInput

public class ServiceInput
extends ServiceData

Author:
Thibault Ducray

Constructor Summary
ServiceInput(Method method, java.lang.String serviceName)
           
 
Method Summary
 
Methods inherited from class restart.common.ServiceData
getContentType, getData, getDataLength, getMethod, getPostParams, getServiceName, getUrlParams, setContentType, setData, setDataLength, setMethod, setPostParams, setServiceName, setUrlParams
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInput

public ServiceInput(Method method,
                    java.lang.String serviceName)
             throws RestException
Throws:
RestException