public final class WebServiceDefinition extends Object implements Definition
| Modifier and Type | Class and Description |
|---|---|
static class |
WebServiceDefinition.Verb
HTTP Verb supported.
|
REGEX_DEFINITION_URN, SEPARATOR| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptType() |
String |
getDoc() |
Set<String> |
getExcludedFields() |
Set<String> |
getIncludedFields() |
Method |
getMethod() |
String |
getName() |
String |
getPath() |
WebServiceDefinition.Verb |
getVerb() |
List<WebServiceParam> |
getWebServiceParams() |
boolean |
isAccessTokenConsume() |
boolean |
isAccessTokenMandatory() |
boolean |
isAccessTokenPublish() |
boolean |
isAutoSortAndPagination() |
boolean |
isCorsProtected() |
boolean |
isNeedAuthentification() |
boolean |
isNeedSession() |
boolean |
isServerSideSave() |
boolean |
isSessionInvalidate() |
public final String getName()
getName in interface Definitionpublic final String getPath()
public final WebServiceDefinition.Verb getVerb()
public final String getAcceptType()
public final Method getMethod()
public final boolean isNeedSession()
public final boolean isSessionInvalidate()
public final boolean isNeedAuthentification()
public final boolean isAccessTokenPublish()
public final boolean isAccessTokenMandatory()
public final boolean isAccessTokenConsume()
public final boolean isServerSideSave()
public final boolean isAutoSortAndPagination()
public final List<WebServiceParam> getWebServiceParams()
public final String getDoc()
public final boolean isCorsProtected()
Copyright © 2015. All Rights Reserved.