public static class EJBRequest.Body extends Object implements Externalizable
| Constructor and Description |
|---|
Body() |
Body(EJBMetaDataImpl ejb) |
public Body(EJBMetaDataImpl ejb)
public Body()
public void setMetaData(ProtocolMetaData metaData)
public byte getVersion()
public void setAuthentication(JNDIContext.AuthenticationInfo authentication)
public JNDIContext.AuthenticationInfo getAuthentication()
public Method getMethodInstance()
public Object[] getMethodParameters()
public Object getPrimaryKey()
public Class getInterfaceClass()
public String getMethodName()
public Class[] getMethodParamTypes()
public void setMethodInstance(Method methodInstance)
public void setMethodParameters(Object[] methodParameters)
public void setPrimaryKey(Object primaryKey)
public String getRequestId()
public void setRequestId(String requestId)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
metaData versionreadExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
metaData versionwriteExternal in interface ExternalizableIOExceptionprotected void writeMethodParameters(ObjectOutput out, Class[] types, Object[] args) throws IOException
metaData versionIOExceptionprotected void readMethodParameters(ObjectInput in) throws IOException, ClassNotFoundException
metaData versionIOExceptionClassNotFoundExceptionCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.