public class ServiceMethodDefinition extends Object implements Externalizable
| Constructor and Description |
|---|
ServiceMethodDefinition()
Deprecated.
exposed only for de/serialization purpose.
|
ServiceMethodDefinition(String action)
Create a new Service Method Definition.
|
ServiceMethodDefinition(String action,
Map<String,String> tags,
boolean isSecured)
Create a new Service Method Definition.
|
| Modifier and Type | Method and Description |
|---|---|
String |
action() |
boolean |
isSecured() |
void |
readExternal(ObjectInput in) |
Map<String,String> |
tags() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
@Deprecated public ServiceMethodDefinition()
public ServiceMethodDefinition(String action)
action - method namepublic String action()
public boolean isSecured()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2015–2021. All rights reserved.