Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


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

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

All Implemented Interfaces:
java.io.Serializable

public class TransportUIGenericInfo
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
TransportUIGenericInfo()
           

 

Method Summary
 java.lang.String getUriAutofill()
           
 java.lang.String getUriFormat()
           
 boolean isSupportWSIcompliance()
           
 void setSupportWSIcompliance(boolean supportWSIcompliance)
          Sets whether or not the transport provider wants the OSB console to display "Enable WSI Compliance" check box when configuring the service
 void setUriAutofill(java.lang.String uriAutofill)
          Sets a string which OSB console uses to prepopulate the URI edit box in the absense of user-specified URI.
 void setUriFormat(java.lang.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 java.lang.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(java.lang.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 java.lang.String getUriAutofill()
Returns:
a string which OSB 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(java.lang.String uriAutofill)
Sets a string which OSB 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 OSB 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 OSB console to display "Enable WSI Compliance" check box when configuring the service

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


Copyright © 2008, 2010, Oracle. All rights reserved.