JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.dubbo.rpc.service
Interface EchoService
public interface
EchoService
Echo service.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
$echo
(
Object
message)
echo test.
Method Details
$echo
Object
$echo
(
Object
message)
echo test.
Parameters:
message
- message.
Returns:
message.