|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyBean
Proxy descriptor bean.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
String |
getEnumDNSServer() The Address of the DNS Server to use. |
String |
getEnumPresetDnsResponse() A comma-separated list of predefined DNS response. |
String |
getEnumSIPServiceField() Which service to retrieve. |
String |
getEnumZone() The DNS Zone to use for the enumeration. |
String |
getHostedDomains() The domains hosted by this server. |
String |
getLocationService() Location Service class name. |
int |
getOfflineCode() The status code to return to signal offline mode. |
String |
getOptions() Supported Options. |
int |
getTimeOut() The length of proxy timeOut in second. |
boolean |
isEnableENUMLookup() Enable ENUM lookup or not. |
boolean |
isForceRecordRoute() Force setting of Record-Route header. |
boolean |
isParallelForking() Use parallel forking. |
boolean |
isUseDomainService() Set to true to use the DomainService to determine which domains that are hosted by the server. |
void |
setEnableENUMLookup(boolean isEnableENUMLookup) Set enable ENUM Lookup. |
void |
setEnumDNSServer(String pENUMDNSServer) Set ENUM server address. |
void |
setEnumPresetDnsResponse(String pEnumPresetDnsResponse) Set a predefined DNS response. |
void |
setEnumSIPServiceField(String pENUMSIPServiceField) Set ENUM SIP Service Field. |
void |
setEnumZone(String pENUMZone) Set ENUM Zone. |
void |
setForceRecordRoute(boolean isForceRecordRoute) Set force record route. |
void |
setHostedDomains(String domains) Set the hosted domains. |
void |
setLocationService(String className) Set Location Service class name. |
void |
setOfflineCode(int code) Set offline code. |
void |
setOptions(String options) Set supported options. |
void |
setParallelForking(boolean isParallelForking) Set parallel forking. |
void |
setTimeOut(int timeOut) Set timeOut length in second. |
void |
setUseDomainService(boolean used) Set use domain service enable. |
Field Detail |
---|
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
Method Detail |
---|
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
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.