public class DubboRemotingParser extends AbstractedRemotingParser
| 构造器和说明 |
|---|
DubboRemotingParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
short |
getProtocol()
the remoting protocol
|
RemotingDesc |
getServiceDesc(Object bean,
String beanName)
get the remoting bean info
|
boolean |
isReference(Object bean,
String beanName)
if it is reference bean ?
|
boolean |
isService(Object bean,
String beanName)
if it is service bean ?
|
isRemotingpublic boolean isReference(Object bean, String beanName) throws FrameworkException
RemotingParserbean - the beanbeanName - the bean nameFrameworkException - the framework exceptionpublic boolean isService(Object bean, String beanName) throws FrameworkException
RemotingParserbean - the beanbeanName - the bean nameFrameworkException - the framework exceptionpublic RemotingDesc getServiceDesc(Object bean, String beanName) throws FrameworkException
RemotingParserbean - the beanbeanName - the bean nameFrameworkException - the framework exceptionpublic short getProtocol()
RemotingParserCopyright © 2019 Seata. All rights reserved.