|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.sb.transports.ui.TransportUIGenericInfo
public class TransportUIGenericInfo
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 |
|---|
public TransportUIGenericInfo()
| Method Detail |
|---|
public String getUriFormat()
public void setUriFormat(String uriFormat)
public String getUriAutofill()
public void setUriAutofill(String uriAutofill)
public boolean isSupportWSIcompliance()
public void setSupportWSIcompliance(boolean supportWSIcompliance)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||