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 String getName()
getName in interface Definitionpublic String getPath()
public WebServiceDefinition.Verb getVerb()
public String getAcceptType()
public Method getMethod()
public boolean isNeedSession()
public boolean isSessionInvalidate()
public boolean isNeedAuthentification()
public boolean isAccessTokenPublish()
public boolean isAccessTokenMandatory()
public boolean isAccessTokenConsume()
public boolean isServerSideSave()
public boolean isAutoSortAndPagination()
public List<WebServiceParam> getWebServiceParams()
public String getDoc()
public boolean isCorsProtected()
Copyright © 2016. All Rights Reserved.