Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imws.config
Interface WebServiceMBean


public interface WebServiceMBean

Inteface for WebServiceMBean

Author:
osnat WebService enables you to define the SIP Application Server that IM-ASF SIP interact with. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getWsAddress()
          Specifies the address in http URL format of the Web Service to which IM-WS sends the request.
 java.lang.String getWsBodyType()
          Specifies the content type of the body that should be sent.
 java.lang.String getWsType()
          Specifies the Type of the Web Service to which IM-WS sends the request - SOAP or REST.
 void setWsAddress(java.lang.String param)
          Specifies the address in http URL format of the Web Service to which IM-WS sends the request.
 void setWsBodyType(java.lang.String param)
          Specifies the content type of the body that should be sent.
 void setWsType(java.lang.String param)
          Specifies the Type of the Web Service to which IM-WS sends the request - SOAP or REST.

 

Method Detail

getWsAddress

java.lang.String getWsAddress()
                              throws java.io.IOException
Specifies the address in http URL format of the Web Service to which IM-WS sends the request. Select the alias of an address that is already defined in the SSU-WS.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setWsAddress

void setWsAddress(java.lang.String param)
                  throws java.io.IOException
Specifies the address in http URL format of the Web Service to which IM-WS sends the request. Select the alias of an address that is already defined in the SSU-WS.
Parameters:
param -
Throws:
java.io.IOException

getWsType

java.lang.String getWsType()
                           throws java.io.IOException
Specifies the Type of the Web Service to which IM-WS sends the request - SOAP or REST.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setWsType

void setWsType(java.lang.String param)
               throws java.io.IOException
Specifies the Type of the Web Service to which IM-WS sends the request - SOAP or REST.
Parameters:
param -
Throws:
java.io.IOException

getWsBodyType

java.lang.String getWsBodyType()
                               throws java.io.IOException
Specifies the content type of the body that should be sent.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setWsBodyType

void setWsBodyType(java.lang.String param)
                   throws java.io.IOException
Specifies the content type of the body that should be sent.
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.