|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.uwyn.rife.engine.ElementDeployer
com.uwyn.rife.engine.elements.WebservicesHessianDeployer
public class WebservicesHessianDeployer
| Constructor Summary | |
|---|---|
WebservicesHessianDeployer()
|
|
| Method Summary | |
|---|---|
void |
deploy()
This method is executed when the deployment should be performed. |
Class |
getAPIClass()
Gets the api-class. |
com.caucho.hessian.server.HessianSkeleton |
getHomeSkeleton()
Sets the home skeleton. |
com.caucho.hessian.server.HessianSkeleton |
getObjectSkeleton()
Sets the object skeleton. |
com.caucho.hessian.io.SerializerFactory |
getSerializerFactory()
Gets the serializer factory. |
void |
setAPIClass(Class api)
Sets the api-class. |
void |
setHome(Object home)
Sets the home implementation |
void |
setHomeAPI(Class api)
Sets the home api. |
void |
setObject(Object object)
Sets the object implementation |
void |
setObjectAPI(Class api)
Sets the object api. |
void |
setSendCollectionType(boolean sendType)
Sets the serializer send collection java type. |
void |
setSerializerFactory(com.caucho.hessian.io.SerializerFactory factory)
Sets the serializer factory. |
void |
setService(Object service)
Sets the service class. |
| Methods inherited from class com.uwyn.rife.engine.ElementDeployer |
|---|
getElementInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebservicesHessianDeployer()
| Method Detail |
|---|
public void deploy()
throws EngineException
ElementDeployer
deploy in class ElementDeployerEngineExceptionpublic com.caucho.hessian.server.HessianSkeleton getHomeSkeleton()
public com.caucho.hessian.server.HessianSkeleton getObjectSkeleton()
public void setHomeAPI(Class api)
public void setHome(Object home)
public void setObjectAPI(Class api)
public void setObject(Object object)
public void setService(Object service)
public void setAPIClass(Class api)
public Class getAPIClass()
public void setSerializerFactory(com.caucho.hessian.io.SerializerFactory factory)
public com.caucho.hessian.io.SerializerFactory getSerializerFactory()
public void setSendCollectionType(boolean sendType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||