public class EventPublisherAdminServiceClient extends Object
| Constructor and Description |
|---|
EventPublisherAdminServiceClient(String backEndUrl,
String sessionCookie) |
EventPublisherAdminServiceClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axis2.client.ServiceClient |
_getServiceClient() |
void |
addEventPublisherConfiguration(String eventPublisherConfigXml) |
void |
addJSONEventPublisherConfiguration(String eventPublisherName,
String streamNameWithVersion,
String eventAdapterType,
String jsonData,
org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration,
String dataFrom,
boolean mappingEnabled) |
boolean |
addMapEventPublisherConfiguration(String eventPublisherName,
String streamNameWithVersion,
String eventAdapterType,
org.wso2.carbon.event.publisher.stub.types.EventMappingPropertyDto[] mapData,
org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration,
boolean mappingEnabled) |
boolean |
addTextEventPublisherConfiguration(String eventPublisherName,
String streamNameWithVersion,
String eventAdapterType,
String textData,
org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration,
String dataFrom,
boolean mappingEnabled) |
void |
addWso2EventPublisherConfiguration(String eventPublisherName,
String streamNameWithVersion,
String eventAdapterType,
org.wso2.carbon.event.publisher.stub.types.EventMappingPropertyDto[] metaData,
org.wso2.carbon.event.publisher.stub.types.EventMappingPropertyDto[] correlationData,
org.wso2.carbon.event.publisher.stub.types.EventMappingPropertyDto[] payloadData,
org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration,
boolean mappingEnabled,
String toStreamNameWithVersion) |
void |
addXMLEventPublisherConfiguration(String eventPublisherName,
String streamNameWithVersion,
String eventAdapterType,
String textData,
org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration,
String dataFrom,
boolean mappingEnabled) |
org.wso2.carbon.event.publisher.stub.types.EventPublisherConfigurationDto |
getActiveEventPublisherConfiguration(String eventPublisherName) |
String |
getActiveEventPublisherConfigurationContent(String eventPublisherName) |
int |
getActiveEventPublisherCount() |
org.wso2.carbon.event.publisher.stub.types.EventPublisherConfigurationInfoDto[] |
getAllStreamSpecificActiveEventPublisherConfigurations(String streamId) |
org.wso2.carbon.event.publisher.stub.types.EventPublisherConfigurationDto |
getEventPublisherConfiguration(String eventPublisherName) |
int |
getEventPublisherCount() |
String |
getInactiveEventPublisherConfigurationContent(String eventPublisherFileName) |
int |
getInactiveEventPublisherCount() |
void |
removeActiveEventPublisherConfiguration(String eventPublisherName) |
void |
removeInactiveEventPublisherConfiguration(String fileName) |
void |
setStatisticsEnabled(String eventPublisherConfiguration,
boolean flag) |
void |
testConnection(String eventPublisherName,
String eventPublisherType,
org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration,
String messageFormat) |
public EventPublisherAdminServiceClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic org.apache.axis2.client.ServiceClient _getServiceClient()
public int getActiveEventPublisherCount()
throws RemoteException
RemoteExceptionpublic int getInactiveEventPublisherCount()
throws RemoteException
RemoteExceptionpublic int getEventPublisherCount()
throws RemoteException
RemoteExceptionpublic void addWso2EventPublisherConfiguration(String eventPublisherName, String streamNameWithVersion, String eventAdapterType, org.wso2.carbon.event.publisher.stub.types.EventMappingPropertyDto[] metaData, org.wso2.carbon.event.publisher.stub.types.EventMappingPropertyDto[] correlationData, org.wso2.carbon.event.publisher.stub.types.EventMappingPropertyDto[] payloadData, org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration, boolean mappingEnabled, String toStreamNameWithVersion) throws RemoteException
RemoteExceptionpublic boolean addMapEventPublisherConfiguration(String eventPublisherName, String streamNameWithVersion, String eventAdapterType, org.wso2.carbon.event.publisher.stub.types.EventMappingPropertyDto[] mapData, org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration, boolean mappingEnabled) throws RemoteException
RemoteExceptionpublic void addXMLEventPublisherConfiguration(String eventPublisherName, String streamNameWithVersion, String eventAdapterType, String textData, org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration, String dataFrom, boolean mappingEnabled) throws RemoteException
RemoteExceptionpublic boolean addTextEventPublisherConfiguration(String eventPublisherName, String streamNameWithVersion, String eventAdapterType, String textData, org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration, String dataFrom, boolean mappingEnabled) throws RemoteException
RemoteExceptionpublic void addJSONEventPublisherConfiguration(String eventPublisherName, String streamNameWithVersion, String eventAdapterType, String jsonData, org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration, String dataFrom, boolean mappingEnabled) throws RemoteException
RemoteExceptionpublic void addEventPublisherConfiguration(String eventPublisherConfigXml) throws RemoteException
RemoteExceptionpublic void removeActiveEventPublisherConfiguration(String eventPublisherName) throws RemoteException
RemoteExceptionpublic void removeInactiveEventPublisherConfiguration(String fileName) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.event.publisher.stub.types.EventPublisherConfigurationDto getEventPublisherConfiguration(String eventPublisherName) throws RemoteException
RemoteExceptionpublic String getActiveEventPublisherConfigurationContent(String eventPublisherName) throws RemoteException
RemoteExceptionpublic void setStatisticsEnabled(String eventPublisherConfiguration, boolean flag) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.event.publisher.stub.types.EventPublisherConfigurationDto getActiveEventPublisherConfiguration(String eventPublisherName) throws RemoteException
RemoteExceptionpublic String getInactiveEventPublisherConfigurationContent(String eventPublisherFileName) throws RemoteException
RemoteExceptionpublic void testConnection(String eventPublisherName, String eventPublisherType, org.wso2.carbon.event.publisher.stub.types.BasicOutputAdapterPropertyDto[] outputPropertyConfiguration, String messageFormat) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.event.publisher.stub.types.EventPublisherConfigurationInfoDto[] getAllStreamSpecificActiveEventPublisherConfigurations(String streamId) throws RemoteException
RemoteExceptionCopyright © 2016 WSO2, Inc.. All rights reserved.