com.bea.wli.sb.transports.ui
Interface SelfDescribedTransportUIBinding

All Superinterfaces:
TransportUIBinding

public interface SelfDescribedTransportUIBinding
extends TransportUIBinding

Those transport providers that generate service binding type description from a given transport endpoint need to implement this interface. For example, EJB transport provider implements this interface


Field Summary
 
Fields inherited from interface com.bea.wli.sb.transports.ui.TransportUIBinding
PARAM_LOAD_BALANCING, PARAM_URI
 
Method Summary
 SelfDescribedBindingTypeInfo getBindingInfo()
           
 
Methods inherited from interface com.bea.wli.sb.transports.ui.TransportUIBinding
getEditPage, getGenericInfo, getProviderSpecificConfiguration, getViewPage, isServiceTypeSupported, updateEditPage, validateMainForm, validateProviderSpecificForm
 

Method Detail

getBindingInfo

SelfDescribedBindingTypeInfo getBindingInfo()
                                            throws TransportException
Returns:
service binding type description for a service currently being configured in ALSB console service registration wizard
Throws:
TransportException