Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.impsx.ansimap.config
Interface SipSubscriptionMBean


public interface SipSubscriptionMBean

Inteface for SipSubscriptionMBean

Author:
osnat SipSubscriptionMBean enables you to configure the SIP SUBSCRIBE and SIP NOTIFY interface that the IM-PSX exposes to SIP applications. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 javax.management.ObjectName getAcceptHeaders()
          Defines the allowed accept header values.
 java.lang.String getAsProtocolStack()
          TBD: Add description
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getGeneratePendingNotify()
          Indicates whether to generate NOTIFY request with Subscription-State='pending' and an empty body when a new subscription is created and the terminal state is yet unknown.
 java.lang.String getPsxSipDomain()
          The domain name of the IM-PSX module.
 void setAsProtocolStack(java.lang.String param)
          TBD: Add description
 void setGeneratePendingNotify(java.lang.String param)
          Indicates whether to generate NOTIFY request with Subscription-State='pending' and an empty body when a new subscription is created and the terminal state is yet unknown.
 void setPsxSipDomain(java.lang.String param)
          The domain name of the IM-PSX module.

 

Method Detail

getAsProtocolStack

java.lang.String getAsProtocolStack()
                                    throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAsProtocolStack

void setAsProtocolStack(java.lang.String param)
                        throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getGeneratePendingNotify

java.lang.String getGeneratePendingNotify()
                                          throws java.io.IOException
Indicates whether to generate NOTIFY request with Subscription-State='pending' and an empty body when a new subscription is created and the terminal state is yet unknown. Possible values: TRUE, FALSE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setGeneratePendingNotify

void setGeneratePendingNotify(java.lang.String param)
                              throws java.io.IOException
Indicates whether to generate NOTIFY request with Subscription-State='pending' and an empty body when a new subscription is created and the terminal state is yet unknown. Possible values: TRUE, FALSE
Parameters:
param -
Throws:
java.io.IOException

getPsxSipDomain

java.lang.String getPsxSipDomain()
                                 throws java.io.IOException
The domain name of the IM-PSX module. This value is expected in the domain part of the RequestURI and To headers.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPsxSipDomain

void setPsxSipDomain(java.lang.String param)
                     throws java.io.IOException
The domain name of the IM-PSX module. This value is expected in the domain part of the RequestURI and To headers.
Parameters:
param -
Throws:
java.io.IOException

getAcceptHeaders

javax.management.ObjectName getAcceptHeaders()
                                             throws java.io.IOException
Defines the allowed accept header values. Any combination of one or more values will be accepted by IM-PSX on the Accept header. get the referenced AcceptHeaders mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.