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 FrameworkException
bean - beanName - FrameworkExceptionpublic boolean isService(Object bean, String beanName) throws FrameworkException
bean - beanName - FrameworkExceptionpublic RemotingDesc getServiceDesc(Object bean, String beanName) throws FrameworkException
RemotingParserbean - the beanbeanName - the bean nameFrameworkException - the framework exceptionpublic short getProtocol()
RemotingParserCopyright © 2020 Seata. All rights reserved.