|
Oracle Communications Service Broker Module MBean Java API Reference Release 6.0 E26174-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebServiceMBean
Inteface for WebServiceMBean
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 |
---|
java.lang.String getWsAddress() throws java.io.IOException
java.io.IOException
void setWsAddress(java.lang.String param) throws java.io.IOException
param
-java.io.IOException
java.lang.String getWsType() throws java.io.IOException
java.io.IOException
void setWsType(java.lang.String param) throws java.io.IOException
param
-java.io.IOException
java.lang.String getWsBodyType() throws java.io.IOException
java.io.IOException
void setWsBodyType(java.lang.String param) throws java.io.IOException
param
-java.io.IOException
java.lang.String getDeploymentName()
|
Oracle Communications Service Broker Module MBean Java API Reference Release 6.0 E26174-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |