Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.webservices.config
Interface WSIncomingRoutingRuleMBean


public interface WSIncomingRoutingRuleMBean

Inteface for WSIncomingRoutingRuleMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getAlias()
          Specifies a URI of a Service Broker module instance.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getServiceName()
          Specifies a service request name.
 javax.management.ObjectName getWSIncomingRoutingRules_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: WSIncomingRoutingRules_REFSEP_
 void setAlias(java.lang.String param)
          Specifies a URI of a Service Broker module instance.
 void setServiceName(java.lang.String param)
          Specifies a service request name.

 

Method Detail

getWSIncomingRoutingRules_REFSEP_

javax.management.ObjectName getWSIncomingRoutingRules_REFSEP_()
                                                              throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: WSIncomingRoutingRules_REFSEP_
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getServiceName

java.lang.String getServiceName()
                                throws java.io.IOException
Specifies a service request name. It is possible to set this field to any. In this case, all incoming web service messages will be routed to the specified module instances
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setServiceName

void setServiceName(java.lang.String param)
                    throws java.io.IOException
Specifies a service request name. It is possible to set this field to any. In this case, all incoming web service messages will be routed to the specified module instances
Parameters:
param -
Throws:
java.io.IOException

getAlias

java.lang.String getAlias()
                          throws java.io.IOException
Specifies a URI of a Service Broker module instance. Incoming messages destined to the specified web service will be routed to the respective module instance. The alias has the following format: ssu:[module-instance].[module-type]@domain[/application_id]. For example: ssu:rimws_instance.RIMWS@ocsb.com
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAlias

void setAlias(java.lang.String param)
              throws java.io.IOException
Specifies a URI of a Service Broker module instance. Incoming messages destined to the specified web service will be routed to the respective module instance. The alias has the following format: ssu:[module-instance].[module-type]@domain[/application_id]. For example: ssu:rimws_instance.RIMWS@ocsb.com
Parameters:
param -
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.