|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.remoting.AbstractRemotingProtocol
ch.elca.el4j.services.remoting.protocol.RemotingDisabled
public class RemotingDisabled
Empty protocol to simulate protocols. Just the implicit context passing will be enabled. Client and server must be in same JVM.
| Field Summary |
|---|
| Fields inherited from class ch.elca.el4j.services.remoting.AbstractRemotingProtocol |
|---|
m_parentApplicationContext |
| Constructor Summary | |
|---|---|
RemotingDisabled()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
Object |
createExporterBean(RemotingServiceExporter exporterBean,
Class serviceInterfaceWithContext,
Object serviceProxy)
Method to create the exporter bean. |
Object |
createProxyBean(RemotingProxyFactoryBean proxyBean,
Class serviceInterfaceWithContext)
Method to create the proxy bean. |
Class |
getExporterObjectType()
Method to get the class type of the exporter object. |
Class |
getProxyObjectType()
Method to get the class type of the proxy object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemotingDisabled()
| Method Detail |
|---|
public Object createProxyBean(RemotingProxyFactoryBean proxyBean,
Class serviceInterfaceWithContext)
createProxyBean in class AbstractRemotingProtocolproxyBean - Is the bean where the method gets information about the proxy
bean.serviceInterfaceWithContext - Is the modified interface.
public Object createExporterBean(RemotingServiceExporter exporterBean,
Class serviceInterfaceWithContext,
Object serviceProxy)
createExporterBean in class AbstractRemotingProtocolexporterBean - Is the bean where the method gets information about the
exporter bean.serviceInterfaceWithContext - Is the modified interface.serviceProxy - Is the bean which has to wrapped.
public Class getProxyObjectType()
getProxyObjectType in class AbstractRemotingProtocolpublic Class getExporterObjectType()
getExporterObjectType in class AbstractRemotingProtocol
public void afterPropertiesSet()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||