IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface ExportBinding

All Known Subinterfaces:
EISExportBinding, EjbExportBinding, WebServiceExportBinding

public interface ExportBinding

Interface that represent the binding information on a SCA export.

Since:
7.5.1.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getBindingType()
          Method returns the type of the export binding.
 

Field Detail

COPYRIGHT

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

getBindingType

java.lang.String getBindingType()
Method returns the type of the export binding.

Returns:
String Type of the export binding.

IBM WebSphere Application ServerTM
Release 8