|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SoapPort
Implementing classes store the information required to model SOAP specific port information.
| Field Summary | |
|---|---|
static QName |
EXTENSION_TYPEThe 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 |
|---|
static final QName EXTENSION_TYPE
| Method Detail |
|---|
String getAddressUrl()
void setAddressUrl(String url)
url - The SOAP endpoint address URL for this port.String getUsername()
void setUsername(String username)
String getPassword()
void setPassword(String password)
String getProxyHost()
void setProxyHost(String proxyHost)
proxyHost - The proxy host to use for this webservice port.int getProxyPort()
void setProxyPort(int proxyPort)
proxyPort - The proxy port to use for this webservice port.String getProxyUsername()
void setProxyUsername(String proxyUsername)
proxyUsername - The proxy username that will be used to override default settings.String getProxyPassword()
void setProxyPassword(String proxyPassword)
proxyPassword - The proxy password to use override default settings.String getProxyAuthType()
void setProxyAuthType(String proxyAuthType)
proxyAuthType - The proxy authentication type to be used.String getProxyRealm()
void setProxyRealm(String proxyRealm)
proxyRealm -String getTrustStoreFileName()
void setTrustStoreFileName(String fileName)
fileName - The trust store file name.String getTrustStorePassword()
void setTrustStorePassword(String password)
password - The trust store password.String getTrustStoreType()
void setTrustStoreType(String storeType)
storeType - The trust store type.String getTrustStoreKeyType()
void setTrustStoreKeyType(String keyType)
keyType - The trust store key type.String getKeyStoreFileName()
void setKeyStoreFileName(String fileName)
fileName - The key store file name.String getKeyStorePassword()
void setKeyStorePassword(String password)
password - The key store password.String getKeyStoreType()
void setKeyStoreType(String storeType)
storeType - The key store type.String getKeyStoreKeyType()
void setKeyStoreKeyType(String keyType)
keyType - The key store key type.String getKeyPassword()
void setKeyPassword(String password)
password - The key password.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||