public final class WscProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
WscProperties.ApplicationProperties
Inner class for all application properties related activities.
|
class |
WscProperties.ConnectionProperties
Inner class for Connection properties for authenticationContext.
|
| Constructor and Description |
|---|
WscProperties(String appName,
oracle.wsc.core.TenantProfile tenant,
oracle.wsc.core.Wsc wsc)
Constructor.
|
WscProperties(String appName,
oracle.wsc.core.TenantProfile tenant,
oracle.wsc.core.Wsc wsc,
Map<String,Object> authProps)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
WscProperties.ApplicationProperties |
getApplication()
Returns the properties related to application details
WscProperties.ApplicationProperties. |
WscProperties.ConnectionProperties |
getConnection()
Returns the connection details
WscProperties.ConnectionProperties. |
String |
getDmaType()
Fetch the dma type.
|
Pattern |
getFileTransferPattern()
Get file transfer filter for an SDP, use it to check if the SDP is for msrp file-transfer.
|
Pattern |
getMsrpPattern()
Gets msrp pattern filter for an SDP, use it to check if the SDP is for msrp.
|
String |
getNetMsrp()
Get the ME session configuration for msrp request from net side.
|
String |
getProxyRegistrar()
Gets Proxy Registrar.
|
String |
getWebMsrp()
Get the ME session configuration for msrp request from web side.
|
boolean |
isDmaEnabled()
Gets status to check if dma enabled.
|
public WscProperties(String appName, oracle.wsc.core.TenantProfile tenant, oracle.wsc.core.Wsc wsc)
appName - application nametenant - the tenantprofile namewsc - Objectpublic WscProperties(String appName, oracle.wsc.core.TenantProfile tenant, oracle.wsc.core.Wsc wsc, Map<String,Object> authProps)
appName - the application nametenant - the tenant profile namewsc - the wsc ObjectauthProps - contains the authentication propertypublic WscProperties.ApplicationProperties getApplication()
WscProperties.ApplicationProperties.public WscProperties.ConnectionProperties getConnection()
WscProperties.ConnectionProperties.public String getProxyRegistrar()
public boolean isDmaEnabled()
public String getDmaType()
public String getWebMsrp()
public String getNetMsrp()
public Pattern getMsrpPattern()
public Pattern getFileTransferPattern()