|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-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 java.lang.String |
DEFAULT_ENUM_DNS_SERVER_ADDRESSdefault value of the ENUM_DNS_SERVER_ADDRESS parameter. |
static java.lang.String |
DEFAULT_ENUM_SIP_SERVICE_FIELDdefault value of the ENUM_SIP_SERVICE_FIELD parameter. |
static java.lang.String |
DEFAULT_ENUM_ZONEdefault value of the ENUM_ZONE parameter. |
static java.lang.String |
DEFAULT_LS_IMPL_NAMEdefault value of the LS_IMPL_NAME parameter. |
| Method Summary | |
|---|---|
java.lang.String |
getEnumDNSServer()The Address of the DNS Server to use. |
java.lang.String |
getEnumPresetDnsResponse()A comma-separated list of predefined DNS response. |
java.lang.String |
getEnumSIPServiceField()Which service to retrieve. |
java.lang.String |
getEnumZone()The DNS Zone to use for the enumeration. |
java.lang.String |
getHostedDomains()The domains hosted by this server. |
java.lang.String |
getLocationService()Location Service class name. |
int |
getOfflineCode()The status code to return to signal offline mode. |
java.lang.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(java.lang.String pENUMDNSServer)Set ENUM server address. |
void |
setEnumPresetDnsResponse(java.lang.String pEnumPresetDnsResponse)Set a predefined DNS response. |
void |
setEnumSIPServiceField(java.lang.String pENUMSIPServiceField)Set ENUM SIP Service Field. |
void |
setEnumZone(java.lang.String pENUMZone)Set ENUM Zone. |
void |
setForceRecordRoute(boolean isForceRecordRoute)Set force record route. |
void |
setHostedDomains(java.lang.String domains)Set the hosted domains. |
void |
setLocationService(java.lang.String className)Set Location Service class name. |
void |
setOfflineCode(int code)Set offline code. |
void |
setOptions(java.lang.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. |
| Methods inherited from interface weblogic.descriptor.DescriptorBean |
|---|
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener |
| Methods inherited from interface weblogic.descriptor.SettableBean |
|---|
isSet, unSet |
| Field Detail |
|---|
static final java.lang.String DEFAULT_ENUM_SIP_SERVICE_FIELD
static final java.lang.String DEFAULT_ENUM_DNS_SERVER_ADDRESS
static final java.lang.String DEFAULT_ENUM_ZONE
static final java.lang.String DEFAULT_LS_IMPL_NAME
| Method Detail |
|---|
boolean isEnableENUMLookup()
void setEnableENUMLookup(boolean isEnableENUMLookup)
isEnableENUMLookup - is enabledjava.lang.String getEnumDNSServer()
void setEnumDNSServer(java.lang.String pENUMDNSServer)
pENUMDNSServer - ENUM server addressjava.lang.String getEnumZone()
void setEnumZone(java.lang.String pENUMZone)
pENUMZone - ENUM Zonejava.lang.String getEnumSIPServiceField()
void setEnumSIPServiceField(java.lang.String pENUMSIPServiceField)
pENUMSIPServiceField - ENUM SIP Service Fieldjava.lang.String getEnumPresetDnsResponse()
void setEnumPresetDnsResponse(java.lang.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 secondjava.lang.String getOptions()
void setOptions(java.lang.String options)
options - supported optionsjava.lang.String getHostedDomains()
void setHostedDomains(java.lang.String domains)
domains - hosted domainsboolean isUseDomainService()
void setUseDomainService(boolean used)
used - enable or disable the domain serviceint getOfflineCode()
void setOfflineCode(int code)
code - offline codejava.lang.String getLocationService()
void setLocationService(java.lang.String className)
className - location Service class name
|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||