|
||||||||||
| 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.AbstractInetSocketAddressProtocol
ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressWebProtocol
ch.elca.el4j.services.remoting.protocol.Hessian
public class Hessian
This class implements all needed things for the hessian protocol.
| Field Summary | |
|---|---|
protected Map<String,Object> |
m_serviceProperties
Additional properties to set. |
| Fields inherited from class ch.elca.el4j.services.remoting.AbstractRemotingProtocol |
|---|
m_parentApplicationContext |
| Constructor Summary | |
|---|---|
Hessian()
|
|
| Method Summary | |
|---|---|
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. |
String |
generateUrl(AbstractRemotingBase remoteBase)
Method to generate the url to be able to access the service. |
Class |
getExporterObjectType()
Method to get the class type of the exporter object. |
Class |
getProxyObjectType()
Method to get the class type of the proxy object. |
Map<String,Object> |
getServiceProperties()
|
void |
setServiceProperties(Map<String,Object> serviceProperties)
|
| Methods inherited from class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressWebProtocol |
|---|
afterPropertiesSet, finalizeExporterDependentBeans, getContextPath, prepareExporterDependentBeans, setContextPath |
| Methods inherited from class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressProtocol |
|---|
getServiceHost, getServicePort, getServiceProtocol, setServiceHost, setServicePort, setServiceProtocol |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map<String,Object> m_serviceProperties
| Constructor Detail |
|---|
public Hessian()
| 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 AbstractRemotingProtocolpublic String generateUrl(AbstractRemotingBase remoteBase)
generateUrl in class AbstractInetSocketAddressProtocolremoteBase - Is the reference to get information about the service.
public Map<String,Object> getServiceProperties()
public void setServiceProperties(Map<String,Object> serviceProperties)
serviceProperties - the additional service properties to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||