Package com.caucho.hessian.client
Interface HessianMetaInfoAPI
-
public interface HessianMetaInfoAPI
API retrieving hessian meta information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
_hessian_getAttribute(java.lang.String name)
Returns a service attribute.
-
-
-
Method Detail
-
_hessian_getAttribute
java.lang.Object _hessian_getAttribute(java.lang.String name)
Returns a service attribute.- java.api.class - the Java interface for the object interface.
- java.ejb.home.class - the EJB home interface
- java.ejb.remote.class - the EJB remote interface
- java.primary.key.class - the EJB primary key class
-
-