com.sage.orion.sdata.servlet.swtservice
Class UnsupportedMethodMessages

java.lang.Object
  extended by com.sage.orion.sdata.servlet.swtservice.UnsupportedMethodMessages

public final class UnsupportedMethodMessages
extends java.lang.Object

Exception messages related to HTTP methods that a SwtServices resource kind does not support.


Field Summary
static java.lang.String DELETE_NOT_SUPPORTED
           
static java.lang.String GET_NOT_SUPPORTED
           
static java.lang.String POST_NOT_SUPPORTED
           
static java.lang.String PUT_NOT_SUPPORTED
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_NOT_SUPPORTED

public static final java.lang.String GET_NOT_SUPPORTED

POST_NOT_SUPPORTED

public static final java.lang.String POST_NOT_SUPPORTED

PUT_NOT_SUPPORTED

public static final java.lang.String PUT_NOT_SUPPORTED

DELETE_NOT_SUPPORTED

public static final java.lang.String DELETE_NOT_SUPPORTED


Copyright © 2011 Sage Software, Inc. All rights reserved.