IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface ImportBinding

All Known Subinterfaces:
EISImportBinding, EjbImportBinding, SCAImportBinding, WebServiceImportBinding

public interface ImportBinding

Interface that represent the binding information on a SCA import.

Since:
7.5.1.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getBindingType()
          Method returns the type of the import 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 import binding.

Returns:
String Type of the import binding.

IBM WebSphere Application ServerTM
Release 8