public final class WebServiceDefinition extends Object implements Definition
| Modifier and Type | Class and Description |
|---|---|
static class |
WebServiceDefinition.Verb
HTTP Verb supported.
|
REGEX_DEFINITION_NAME| Modifier and Type | Method and Description |
|---|---|
static WebServiceDefinitionBuilder |
builder(Method method)
Static method factory for WebServiceDefinitionBuilder
|
String |
getAcceptType() |
String |
getDoc() |
Set<String> |
getExcludedFields() |
Set<String> |
getIncludedFields() |
Method |
getMethod() |
String |
getName() |
String |
getPath() |
String |
getSortPath() |
WebServiceDefinition.Verb |
getVerb() |
List<WebServiceParam> |
getWebServiceParams() |
boolean |
isAccessTokenConsume() |
boolean |
isAccessTokenMandatory() |
boolean |
isAccessTokenPublish() |
boolean |
isAutoSortAndPagination() |
boolean |
isCorsProtected() |
boolean |
isFileAttachment() |
boolean |
isNeedAuthentification() |
boolean |
isNeedSession() |
boolean |
isServerSideSave() |
boolean |
isSessionInvalidate() |
public static WebServiceDefinitionBuilder builder(Method method)
method - Method to bind to this webServicepublic String getName()
getName in interface Definitionpublic String getPath()
public String getSortPath()
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()
public boolean isFileAttachment()
Copyright © 2019. All rights reserved.