WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.xml.xslt
Interface Content

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface Content
extends javax.ejb.EJBObject

The methods in this interface are the public face of ContentBean. The signatures of the methods are identical to those of the EJB, except that these methods throw a java.rmi.RemoteException. Note that the EJB does not implement this interface. The corresponding code-generated EJBObject, ContentBeanEOImpl, implements this interface and delegates to the bean.

Author:
Copyright (c) 2002 by BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String generateContent()
          Generates content in the form of XML to be displayed to various client types.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

generateContent

public java.lang.String generateContent()
                                 throws java.rmi.RemoteException
Generates content in the form of XML to be displayed to various client types.
Returns:
String content in the form of XML
Throws:
java.rmi.RemoteException - if there is a communications or systems failure

Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.