public interface ProxyBean
extends weblogic.descriptor.DescriptorBean
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ENUM_DNS_SERVER_ADDRESS
Default value of the ENUM_DNS_SERVER_ADDRESS parameter.
|
static String |
DEFAULT_ENUM_SIP_SERVICE_FIELD
Default value of the ENUM_SIP_SERVICE_FIELD parameter.
|
static String |
DEFAULT_ENUM_ZONE
Default value of the ENUM_ZONE parameter.
|
static String |
DEFAULT_LS_IMPL_NAME
Default value of the LS_IMPL_NAME parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
getEnumDNSServer()
The Address of the DNS Server to use.
|
String |
getEnumPresetDnsResponse()
A comma-separated list of predefined DNS response.
|
String |
getEnumSIPServiceField()
Retrieves the SIP service field.
|
String |
getEnumZone()
The DNS Zone to use for the enumeration.
|
String |
getHostedDomains()
Returns the domains hosted by this server.
|
String |
getLocationService()
Returns the location Service class name.
|
int |
getOfflineCode()
Returns the status code that signals offline mode.
|
String |
getOptions()
Supported Options.
|
int |
getTimeOut()
Returns the length of the proxy timeOut in second.
|
boolean |
isEnableENUMLookup()
Returns true if ENUM lookup is enabled.
|
boolean |
isForceRecordRoute()
Forces setting of Record-Route header.
|
boolean |
isParallelForking()
Uses parallel forking.
|
boolean |
isUseDomainService()
Set to true to use the DomainService to determine which domains are
hosted by the server.
|
void |
setEnableENUMLookup(boolean isEnableENUMLookup)
Enables or disables ENUM Lookup.
|
void |
setEnumDNSServer(String pENUMDNSServer)
Sets the ENUM server address.
|
void |
setEnumPresetDnsResponse(String pEnumPresetDnsResponse)
Sets a predefined DNS response.
|
void |
setEnumSIPServiceField(String pENUMSIPServiceField)
Sets the ENUM SIP Service Field.
|
void |
setEnumZone(String pENUMZone)
Sets the ENUM Zone.
|
void |
setForceRecordRoute(boolean isForceRecordRoute)
Sets force record route.
|
void |
setHostedDomains(String domains)
Sets the hosted domains.
|
void |
setLocationService(String className)
Sets the Location Service class name.
|
void |
setOfflineCode(int code)
Sets the offline code.
|
void |
setOptions(String options)
Sets supported options.
|
void |
setParallelForking(boolean isParallelForking)
Sets parallel forking.
|
void |
setTimeOut(int timeOut)
Sets the timeOut length in second.
|
void |
setUseDomainService(boolean used)
Enables domain service.
|
static final String DEFAULT_ENUM_SIP_SERVICE_FIELD
static final String DEFAULT_ENUM_DNS_SERVER_ADDRESS
static final String DEFAULT_ENUM_ZONE
static final String DEFAULT_LS_IMPL_NAME
boolean isEnableENUMLookup()
void setEnableENUMLookup(boolean isEnableENUMLookup)
isEnableENUMLookup
- is enabledString getEnumDNSServer()
void setEnumDNSServer(String pENUMDNSServer)
pENUMDNSServer
- ENUM server addressString getEnumZone()
void setEnumZone(String pENUMZone)
pENUMZone
- ENUM ZoneString getEnumSIPServiceField()
void setEnumSIPServiceField(String pENUMSIPServiceField)
pENUMSIPServiceField
- ENUM SIP Service FieldString getEnumPresetDnsResponse()
void setEnumPresetDnsResponse(String pEnumPresetDnsResponse)
pEnumPresetDnsResponse
- predefined DNS responseboolean isForceRecordRoute()
void setForceRecordRoute(boolean isForceRecordRoute)
isForceRecordRoute
- is enabledboolean isParallelForking()
void setParallelForking(boolean isParallelForking)
isParallelForking
- is enabledint getTimeOut()
void setTimeOut(int timeOut)
timeOut
- timeOut length in secondString getOptions()
void setOptions(String options)
options
- supported optionsString getHostedDomains()
void setHostedDomains(String domains)
domains
- hosted domainsboolean isUseDomainService()
void setUseDomainService(boolean used)
used
- enable or disable the domain serviceint getOfflineCode()
void setOfflineCode(int code)
code
- offline codeString getLocationService()
void setLocationService(String className)
className
- location Service class name