org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response
Class AbstractSMSResponseConfig

java.lang.Object
  extended by org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.AbstractSMSResponseConfig
All Implemented Interfaces:
SMSResponseConfig
Direct Known Subclasses:
InformationObjectResponse, InformationObjectTreeResponse, OIDResponse

public abstract class AbstractSMSResponseConfig
extends java.lang.Object
implements SMSResponseConfig

Author:
Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
AbstractSMSResponseConfig(SMSResponseType responseType)
           
 
Method Summary
 SMSResponseType getResponseType()
           
 boolean isUseRS2()
           
 void useRS2(boolean useRS2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSMSResponseConfig

public AbstractSMSResponseConfig(SMSResponseType responseType)
Parameters:
responseType -
Method Detail

isUseRS2

public boolean isUseRS2()
Specified by:
isUseRS2 in interface SMSResponseConfig
Returns:
the useRS2

useRS2

public void useRS2(boolean useRS2)
Specified by:
useRS2 in interface SMSResponseConfig
Parameters:
useRS2 - the useRS2 to set

getResponseType

public SMSResponseType getResponseType()
Specified by:
getResponseType in interface SMSResponseConfig
Returns:
the responseType