Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.model.soap
Interface SoapPort


public interface SoapPort

Implementing classes store the information required to model SOAP specific port information.


Field Summary
static QName EXTENSION_TYPE
          The extension type name of this extension.

 

Method Summary
 String getAddressUrl()
          Returns the SOAP endpoint address URL for this port.
 String getKeyPassword()
          Gets the key password.
 String getKeyStoreFileName()
          Returns the key store file name.
 String getKeyStoreKeyType()
          Returns the key store key type.
 String getKeyStorePassword()
          Returns the key store password.
 String getKeyStoreType()
          Returns the key store type.
 String getPassword()
           
 String getProxyAuthType()
          Gets the proxy authentication type to used to override default settings if set.
 String getProxyHost()
          Gets the proxy host that will be used to override default settings if set.
 String getProxyPassword()
          Gets the proxy password that will be used to override default settings if set.
 int getProxyPort()
          Gets the proxy port that will be used to override default settings if the proxyHost is set.
 String getProxyRealm()
          Gets the proxy authentication realm to be used to override default settings if set.
 String getProxyUsername()
          Gets the proxy username that will be used to override default settings if set.
 String getTrustStoreFileName()
          Gets the trust store file name if set.
 String getTrustStoreKeyType()
          Returns the trust store key type if set.
 String getTrustStorePassword()
          Returns the trust store password if set.
 String getTrustStoreType()
          Returns the trust store type if set.
 String getUsername()
           
 void setAddressUrl(String url)
          Sets the SOAP endpoint address URL for this port.
 void setKeyPassword(String password)
          Sets the key password.
 void setKeyStoreFileName(String fileName)
          Sets the key store file name.
 void setKeyStoreKeyType(String keyType)
          Sets the key store key type.
 void setKeyStorePassword(String password)
          Sets the key store password.
 void setKeyStoreType(String storeType)
          Sets the key store type.
 void setPassword(String password)
           
 void setProxyAuthType(String proxyAuthType)
          Sets the proxy authentication type to be used to override default settings.
 void setProxyHost(String proxyHost)
          Sets the proxy host that should be used to override the default proxy settings.
 void setProxyPassword(String proxyPassword)
          Sets the proxy password that will be used to override default settings if set.
 void setProxyPort(int proxyPort)
          Sets the proxy port that should be used to override the default proxy settings.
 void setProxyRealm(String proxyRealm)
          Sets the proxy authentication realm to be used to override default settings.
 void setProxyUsername(String proxyUsername)
          Sets the proxy username that will be used to override default settings.
 void setTrustStoreFileName(String fileName)
          Sets the trust store file name.
 void setTrustStoreKeyType(String keyType)
          Sets the trust store key type.
 void setTrustStorePassword(String password)
          Sets the trust store password.
 void setTrustStoreType(String storeType)
          Sets the trust store type.
 void setUsername(String username)
           

 

Field Detail

EXTENSION_TYPE

static final QName EXTENSION_TYPE
The extension type name of this extension.

Method Detail

getAddressUrl

String getAddressUrl()
Returns the SOAP endpoint address URL for this port.
Returns:
The SOAP endpoint address URL for this port.

setAddressUrl

void setAddressUrl(String url)
Sets the SOAP endpoint address URL for this port.
Parameters:
url - The SOAP endpoint address URL for this port.

getUsername

String getUsername()

setUsername

void setUsername(String username)

getPassword

String getPassword()

setPassword

void setPassword(String password)

getProxyHost

String getProxyHost()
Gets the proxy host that will be used to override default settings if set. Will be null if no setting is made.
Returns:
The proxy host to use to override default settings.

setProxyHost

void setProxyHost(String proxyHost)
Sets the proxy host that should be used to override the default proxy settings. May be null to revert to the default settings.
Parameters:
proxyHost - The proxy host to use for this webservice port.

getProxyPort

int getProxyPort()
Gets the proxy port that will be used to override default settings if the proxyHost is set.
Returns:
The proxy port to use to override default settings.

setProxyPort

void setProxyPort(int proxyPort)
Sets the proxy port that should be used to override the default proxy settings. This value is only used if the proxyHost is also set to a non-null value.
Parameters:
proxyPort - The proxy port to use for this webservice port.

getProxyUsername

String getProxyUsername()
Gets the proxy username that will be used to override default settings if set. Will be null if not set.
Returns:
The proxy username that will be used to override default settings if set.

setProxyUsername

void setProxyUsername(String proxyUsername)
Sets the proxy username that will be used to override default settings. Setting null will revert to the default values.
Parameters:
proxyUsername - The proxy username that will be used to override default settings.

getProxyPassword

String getProxyPassword()
Gets the proxy password that will be used to override default settings if set. Will be null if not set.
Returns:
The proxy password that will be used to override default settings.

setProxyPassword

void setProxyPassword(String proxyPassword)
Sets the proxy password that will be used to override default settings if set.
Parameters:
proxyPassword - The proxy password to use override default settings.

getProxyAuthType

String getProxyAuthType()
Gets the proxy authentication type to used to override default settings if set. Will be null if not set.
Returns:
The proxy authentication type to be used to override default settings.

setProxyAuthType

void setProxyAuthType(String proxyAuthType)
Sets the proxy authentication type to be used to override default settings. May be set to null to revert to the default setting.
Parameters:
proxyAuthType - The proxy authentication type to be used.

getProxyRealm

String getProxyRealm()
Gets the proxy authentication realm to be used to override default settings if set. Will be null if not set.
Returns:
The proxy authentication realm to be used to override default settings.

setProxyRealm

void setProxyRealm(String proxyRealm)
Sets the proxy authentication realm to be used to override default settings. May be set to null to revert to the default setting.
Parameters:
proxyRealm -

getTrustStoreFileName

String getTrustStoreFileName()
Gets the trust store file name if set. Will be null if not set.
Returns:
the trust store file name.

setTrustStoreFileName

void setTrustStoreFileName(String fileName)
Sets the trust store file name. May be set to null to revert to the default setting.
Parameters:
fileName - The trust store file name.

getTrustStorePassword

String getTrustStorePassword()
Returns the trust store password if set. Will be null if not set.
Returns:
The trust store password.

setTrustStorePassword

void setTrustStorePassword(String password)
Sets the trust store password. May be set to null to revert to the default setting.
Parameters:
password - The trust store password.

getTrustStoreType

String getTrustStoreType()
Returns the trust store type if set. Will be null if not set.
Returns:
The trust store type.

setTrustStoreType

void setTrustStoreType(String storeType)
Sets the trust store type. My be set to null to revert to the default setting.
Parameters:
storeType - The trust store type.

getTrustStoreKeyType

String getTrustStoreKeyType()
Returns the trust store key type if set. Will be null if not set.
Returns:
The trust store key type.

setTrustStoreKeyType

void setTrustStoreKeyType(String keyType)
Sets the trust store key type. May be set to null to revert to the default setting.
Parameters:
keyType - The trust store key type.

getKeyStoreFileName

String getKeyStoreFileName()
Returns the key store file name. Will be null if not set.
Returns:
The key store file name.

setKeyStoreFileName

void setKeyStoreFileName(String fileName)
Sets the key store file name. May be set to null to revert to the default setting.
Parameters:
fileName - The key store file name.

getKeyStorePassword

String getKeyStorePassword()
Returns the key store password. Will be null if not set.
Returns:
The key store password.

setKeyStorePassword

void setKeyStorePassword(String password)
Sets the key store password. May be set to null to revert to the default setting.
Parameters:
password - The key store password.

getKeyStoreType

String getKeyStoreType()
Returns the key store type. Will be null if not set.
Returns:
The key store type.

setKeyStoreType

void setKeyStoreType(String storeType)
Sets the key store type. May be set to null to revert to the default setting.
Parameters:
storeType - The key store type.

getKeyStoreKeyType

String getKeyStoreKeyType()
Returns the key store key type. Will be null if not set.
Returns:
The key store key type.

setKeyStoreKeyType

void setKeyStoreKeyType(String keyType)
Sets the key store key type. May be set to null to revert to the default setting.
Parameters:
keyType - The key store key type.

getKeyPassword

String getKeyPassword()
Gets the key password. Will be null if not set.
Returns:
The key password.

setKeyPassword

void setKeyPassword(String password)
Sets the key password. May be set to null to revert to the default settings.
Parameters:
password - The key password.

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.