Class EventBrokerUtils
- java.lang.Object
-
- org.wso2.carbon.event.ws.internal.util.EventBrokerUtils
-
@Deprecated public class EventBrokerUtils extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description EventBrokerUtils()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.apache.axis2.context.MessageContextcreateMessageContext(org.apache.axiom.om.OMElement payload, org.apache.axiom.om.OMElement topic, int tenantId)Deprecated.static StringextractTopicFromMessage(org.apache.axis2.context.MessageContext mc)Deprecated.static StringgetLoggedInUserName()Deprecated.static StringgetSecureTopicRegistryPath(String topicName)Deprecated.static booleanisSystemAllowedRole(String role)Deprecated.static booleanisSystemDefinedUser(String user)Deprecated.
-
-
-
Method Detail
-
createMessageContext
public static org.apache.axis2.context.MessageContext createMessageContext(org.apache.axiom.om.OMElement payload, org.apache.axiom.om.OMElement topic, int tenantId) throws EventBrokerExceptionDeprecated.- Throws:
EventBrokerException
-
getSecureTopicRegistryPath
public static String getSecureTopicRegistryPath(String topicName)
Deprecated.
-
getLoggedInUserName
public static String getLoggedInUserName()
Deprecated.
-
isSystemDefinedUser
public static boolean isSystemDefinedUser(String user)
Deprecated.
-
isSystemAllowedRole
public static boolean isSystemAllowedRole(String role)
Deprecated.
-
extractTopicFromMessage
public static String extractTopicFromMessage(org.apache.axis2.context.MessageContext mc) throws WSEventException
Deprecated.- Throws:
WSEventException
-
-