public final class MethodInfo extends Object
| Constructor and Description |
|---|
MethodInfo(String serviceName,
String methodName,
Type parameterizedReturnType,
boolean isReturnTypeServiceMessage,
CommunicationMode communicationMode,
int parameterCount,
Class<?> requestType,
boolean isRequestTypeServiceMessage,
boolean isSecured)
Create a new service info.
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationMode |
communicationMode() |
boolean |
isRequestTypeServiceMessage() |
boolean |
isRequestTypeVoid() |
boolean |
isReturnTypeServiceMessage() |
boolean |
isSecured() |
String |
methodName() |
String |
oldQualifier() |
int |
parameterCount() |
Type |
parameterizedReturnType() |
String |
qualifier() |
Class<?> |
requestType() |
String |
serviceName() |
String |
toString() |
public MethodInfo(String serviceName, String methodName, Type parameterizedReturnType, boolean isReturnTypeServiceMessage, CommunicationMode communicationMode, int parameterCount, Class<?> requestType, boolean isRequestTypeServiceMessage, boolean isSecured)
serviceName - the name of the servicemethodName - the name of the methofparameterizedReturnType - the return type (with generics support)isReturnTypeServiceMessage - is return service messagecommunicationMode - the directions of the methodparameterCount - amount of parametersrequestType - the type of the requestisRequestTypeServiceMessage - is request service messageisSecured - is method protected by authenticationpublic String serviceName()
public String methodName()
public String qualifier()
public String oldQualifier()
public Type parameterizedReturnType()
public boolean isReturnTypeServiceMessage()
public CommunicationMode communicationMode()
public int parameterCount()
public boolean isRequestTypeServiceMessage()
public boolean isRequestTypeVoid()
public Class<?> requestType()
public boolean isSecured()
Copyright © 2015–2021. All rights reserved.