org.scohen.juploadr.uploadapi.zooomr.photosets
Class CreatePhotoSet

java.lang.Object
  extended byorg.scohen.juploadr.uploadapi.zooomr.ZooomrMethod
      extended byorg.scohen.juploadr.uploadapi.zooomr.photosets.CreatePhotoSet
All Implemented Interfaces:
Action, PostUploadAction

public class CreatePhotoSet
extends ZooomrMethod
implements PostUploadAction


Field Summary
 
Fields inherited from class org.scohen.juploadr.uploadapi.zooomr.ZooomrMethod
client
 
Constructor Summary
CreatePhotoSet(PhotoSet photoSet)
           
 
Method Summary
 java.lang.String getErrorText()
           
 java.util.SortedMap getParams()
           
 DefaultZooomrHandler getResponseHandler()
           
 boolean isAuthorized()
           
 
Methods inherited from class org.scohen.juploadr.uploadapi.zooomr.ZooomrMethod
encode, execute, getErrorCode, getMethod, getQueryString, getSignature, parseResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePhotoSet

public CreatePhotoSet(PhotoSet photoSet)
Method Detail

getResponseHandler

public DefaultZooomrHandler getResponseHandler()
Specified by:
getResponseHandler in class ZooomrMethod

getParams

public java.util.SortedMap getParams()
Specified by:
getParams in class ZooomrMethod

isAuthorized

public boolean isAuthorized()
Specified by:
isAuthorized in class ZooomrMethod

getErrorText

public java.lang.String getErrorText()
Specified by:
getErrorText in interface PostUploadAction