public class RequestBean extends Object
| Constructor and Description |
|---|
RequestBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointName() |
String |
getInterfaceName() |
String |
getMep() |
String |
getMessage() |
String |
getOperation() |
String |
getProperties() |
String |
getServiceName() |
String |
getTimeout() |
void |
setEndpointName(String endpointName) |
void |
setInterfaceName(String interfaceName) |
void |
setMep(String mep) |
void |
setMessage(String message) |
void |
setOperation(String operation) |
void |
setProperties(String properties) |
void |
setServiceName(String serviceName) |
void |
setTimeout(String timeout) |
public String getMep()
public void setMep(String mep)
mep - the mep to setpublic String getInterfaceName()
public void setInterfaceName(String interfaceName)
interfaceName - the interfaceName to setpublic String getServiceName()
public void setServiceName(String serviceName)
serviceName - the serviceName to setpublic String getEndpointName()
public void setEndpointName(String endpointName)
endpointName - the endpointName to setpublic String getTimeout()
public void setTimeout(String timeout)
timeout - the timeout to setpublic String getMessage()
public void setMessage(String message)
message - the message to setpublic String getProperties()
public void setProperties(String properties)
properties - the properties to setpublic String getOperation()
public void setOperation(String operation)
operation - the operation to setCopyright © 2005-2018 Linagora. All Rights Reserved.