public interface EnvironmentEndpointConfig extends EndpointConfig
Modifier and Type | Interface and Description |
---|---|
static class |
EnvironmentEndpointConfig.Factory
A factory class with static methods for creating instances
of this type.
|
EndpointConfig.Mode
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getProxyHost()
Gets the "proxyHost" attribute
|
String |
getProxyPassword()
Gets the "proxyPassword" attribute
|
String |
getProxyPort()
Gets the "proxyPort" attribute
|
String |
getProxyUsername()
Gets the "proxyUsername" attribute
|
boolean |
isSetProxyHost()
True if has "proxyHost" attribute
|
boolean |
isSetProxyPassword()
True if has "proxyPassword" attribute
|
boolean |
isSetProxyPort()
True if has "proxyPort" attribute
|
boolean |
isSetProxyUsername()
True if has "proxyUsername" attribute
|
void |
setProxyHost(String proxyHost)
Sets the "proxyHost" attribute
|
void |
setProxyPassword(String proxyPassword)
Sets the "proxyPassword" attribute
|
void |
setProxyPort(String proxyPort)
Sets the "proxyPort" attribute
|
void |
setProxyUsername(String proxyUsername)
Sets the "proxyUsername" attribute
|
void |
unsetProxyHost()
Unsets the "proxyHost" attribute
|
void |
unsetProxyPassword()
Unsets the "proxyPassword" attribute
|
void |
unsetProxyPort()
Unsets the "proxyPort" attribute
|
void |
unsetProxyUsername()
Unsets the "proxyUsername" attribute
|
org.apache.xmlbeans.XmlString |
xgetProxyHost()
Gets (as xml) the "proxyHost" attribute
|
org.apache.xmlbeans.XmlString |
xgetProxyPassword()
Gets (as xml) the "proxyPassword" attribute
|
org.apache.xmlbeans.XmlString |
xgetProxyPort()
Gets (as xml) the "proxyPort" attribute
|
org.apache.xmlbeans.XmlString |
xgetProxyUsername()
Gets (as xml) the "proxyUsername" attribute
|
void |
xsetProxyHost(org.apache.xmlbeans.XmlString proxyHost)
Sets (as xml) the "proxyHost" attribute
|
void |
xsetProxyPassword(org.apache.xmlbeans.XmlString proxyPassword)
Sets (as xml) the "proxyPassword" attribute
|
void |
xsetProxyPort(org.apache.xmlbeans.XmlString proxyPort)
Sets (as xml) the "proxyPort" attribute
|
void |
xsetProxyUsername(org.apache.xmlbeans.XmlString proxyUsername)
Sets (as xml) the "proxyUsername" attribute
|
getDomain, getIncomingWss, getLabel, getMode, getOutgoingWss, getPassword, getUsername, getWssTimeToLive, getWssType, isSetDomain, isSetIncomingWss, isSetLabel, isSetMode, isSetOutgoingWss, isSetPassword, isSetUsername, isSetWssTimeToLive, isSetWssType, setDomain, setIncomingWss, setLabel, setMode, setOutgoingWss, setPassword, setUsername, setWssTimeToLive, setWssType, unsetDomain, unsetIncomingWss, unsetLabel, unsetMode, unsetOutgoingWss, unsetPassword, unsetUsername, unsetWssTimeToLive, unsetWssType, xgetDomain, xgetIncomingWss, xgetLabel, xgetMode, xgetOutgoingWss, xgetPassword, xgetUsername, xgetWssTimeToLive, xgetWssType, xsetDomain, xsetIncomingWss, xsetLabel, xsetMode, xsetOutgoingWss, xsetPassword, xsetUsername, xsetWssTimeToLive, xsetWssType
getStringValue, set, setStringValue, stringValue
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getProxyHost()
org.apache.xmlbeans.XmlString xgetProxyHost()
boolean isSetProxyHost()
void setProxyHost(String proxyHost)
void xsetProxyHost(org.apache.xmlbeans.XmlString proxyHost)
void unsetProxyHost()
String getProxyPort()
org.apache.xmlbeans.XmlString xgetProxyPort()
boolean isSetProxyPort()
void setProxyPort(String proxyPort)
void xsetProxyPort(org.apache.xmlbeans.XmlString proxyPort)
void unsetProxyPort()
String getProxyUsername()
org.apache.xmlbeans.XmlString xgetProxyUsername()
boolean isSetProxyUsername()
void setProxyUsername(String proxyUsername)
void xsetProxyUsername(org.apache.xmlbeans.XmlString proxyUsername)
void unsetProxyUsername()
String getProxyPassword()
org.apache.xmlbeans.XmlString xgetProxyPassword()
boolean isSetProxyPassword()
void setProxyPassword(String proxyPassword)
void xsetProxyPassword(org.apache.xmlbeans.XmlString proxyPassword)
void unsetProxyPassword()
Copyright © 2019. All Rights Reserved.