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