com.bea.wli.sb.transports.ui
Class TransportUIGenericInfo

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIGenericInfo

public class TransportUIGenericInfo
extends Object

Class to hold transport specific UI information for the common transport page in the ALSB Service Definition wizard.


Constructor Summary
TransportUIGenericInfo()
           
 
Method Summary
 String getUriAutofill()
           
 String getUriFormat()
           
 boolean isSupportWSIcompliance()
           
 void setSupportWSIcompliance(boolean supportWSIcompliance)
          Sets whether or not the transport provider wants the ALSB console to display "Enable WSI Compliance" check box when configuring the service
 void setUriAutofill(String uriAutofill)
          Sets a string which ALSB console uses to prepopulate the URI edit box in the absense of user-specified URI.
 void setUriFormat(String uriFormat)
          Sets the URI hint for the user when adding a URI for the service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportUIGenericInfo

public TransportUIGenericInfo()
Method Detail

getUriFormat

public String getUriFormat()
Returns:
the URI hint for the user when adding a URI for the service. E.g. Http transport provider returns "http://somename.com" as the URI hint for HTTP business services. Returns null if the transport provider does not use URIs

setUriFormat

public void setUriFormat(String uriFormat)
Sets the URI hint for the user when adding a URI for the service. E.g. Http transport provider returns "http://somename.com" as the URI hint for HTTP business services


getUriAutofill

public String getUriAutofill()
Returns:
a string which ALSB console uses to prepopulate the URI edit box in the absense of user-specified URI. E.g. Http Transport Provider returns "http://" for Http Business Service

setUriAutofill

public void setUriAutofill(String uriAutofill)
Sets a string which ALSB console uses to prepopulate the URI edit box in the absense of user-specified URI. E.g. Http Transport Provider returns "http://" for Http Business Service


isSupportWSIcompliance

public boolean isSupportWSIcompliance()
Returns:
whether or not the transport provider wants the ALSB console to display "Enable WSI Compliance" check box when configuring the service

setSupportWSIcompliance

public void setSupportWSIcompliance(boolean supportWSIcompliance)
Sets whether or not the transport provider wants the ALSB console to display "Enable WSI Compliance" check box when configuring the service