com.ibm.premises.reusable.bae
Interface BAEService

All Superinterfaces:
java.rmi.Remote

public interface BAEService
extends java.rmi.Remote

ServiceEndpoint interface for Enterprise Bean: BAE


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String generateBAE(java.lang.String event_xml)
           
 void publishBAEOutbound(java.lang.String event_xml)
           
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

generateBAE

java.lang.String generateBAE(java.lang.String event_xml)
                             throws ReusableComponentException
Parameters:
event_xml -
Returns:
Throws:
ReusableComponentException

publishBAEOutbound

void publishBAEOutbound(java.lang.String event_xml)
                        throws ReusableComponentException
Parameters:
event_xml -
Throws:
ReusableComponentException


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.