org.osesb.transporthandlers.soap.ejb20
Interface SOAPXMLMessageTransportHandlerHome

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

public interface SOAPXMLMessageTransportHandlerHome
extends javax.ejb.EJBHome

The Home Interface for SOAPXMLMessageTransportHandlerBean.


Method Summary
 SOAPXMLMessageTransportHandler create()
          Create an instance of SOAPXMLMessageTransportHandlerBean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

SOAPXMLMessageTransportHandler create()
                                      throws javax.ejb.CreateException,
                                             java.rmi.RemoteException
Create an instance of SOAPXMLMessageTransportHandlerBean.

Returns:
SOAPXMLMessageTransportHandler
Throws:
java.rmi.RemoteException - if there is a communications or systems failure
javax.ejb.CreateException - if there is a problem creating the bean