com.ibm.b2bi.bfm.ejb
Interface WWFServicesHome


public interface WWFServicesHome
extends javax.ejb.EJBHome

This is a Home interface for the Session Bean


Method Summary
 WWFServices create()
          create method for a session bean
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, remove, remove
 

Method Detail

create

public WWFServices create()
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
create method for a session bean
Returns:
com.ibm.b2bi.bfm.ejb.WWFServices
Throws:
javax.ejb.CreateException - The exception description.
java.rmi.RemoteException - The exception description.