public class RuleServiceAdminStub extends org.apache.axis2.client.Stub implements RuleServiceAdmin
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
RuleServiceAdminStub()
Default Constructor
|
RuleServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
RuleServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
RuleServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
RuleServiceAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addRuleService(String fileExtension49,
String name50,
org.apache.axiom.om.OMElement extraElement51)
Auto generated method signature
|
void |
editRuleService(String fileExtension57,
String name58,
org.apache.axiom.om.OMElement extraElement59)
Auto generated method signature
|
String[] |
getAllFacts(String fileExtension44,
String serviceName45)
Auto generated method signature
|
String[] |
getAllRuleServices()
Auto generated method signature
|
org.apache.axiom.om.OMElement |
getRuleService(String serviceName70)
Auto generated method signature
|
void |
startgetAllFacts(String fileExtension44,
String serviceName45,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllRuleServices(RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRuleService(String serviceName70,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadFacts(String serviceName61,
String fileName62,
DataHandler dataHandler63,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String[] |
uploadFacts(String serviceName61,
String fileName62,
DataHandler dataHandler63)
Auto generated method signature
|
void |
uploadRuleFile(String serviceName53,
String fileName54,
DataHandler dataHandler55)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public RuleServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RuleServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RuleServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RuleServiceAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RuleServiceAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String[] getAllFacts(String fileExtension44, String serviceName45) throws RemoteException, RuleServiceManagementException
getAllFacts
in interface RuleServiceAdmin
getAllFacts43
- RuleServiceManagementException
- :RemoteException
RuleServiceAdmin.getAllFacts(java.lang.String, java.lang.String)
public void startgetAllFacts(String fileExtension44, String serviceName45, RuleServiceAdminCallbackHandler callback) throws RemoteException
startgetAllFacts
in interface RuleServiceAdmin
getAllFacts43
- RemoteException
RuleServiceAdmin.startgetAllFacts(java.lang.String, java.lang.String, org.wso2.carbon.rule.service.stub.wizard.RuleServiceAdminCallbackHandler)
public void addRuleService(String fileExtension49, String name50, org.apache.axiom.om.OMElement extraElement51) throws RemoteException, RuleServiceManagementException
addRuleService
in interface RuleServiceAdmin
RuleServiceManagementException
- :RemoteException
public void uploadRuleFile(String serviceName53, String fileName54, DataHandler dataHandler55) throws RemoteException, RuleServiceManagementException
uploadRuleFile
in interface RuleServiceAdmin
RuleServiceManagementException
- :RemoteException
public void editRuleService(String fileExtension57, String name58, org.apache.axiom.om.OMElement extraElement59) throws RemoteException, RuleServiceManagementException
editRuleService
in interface RuleServiceAdmin
RuleServiceManagementException
- :RemoteException
public String[] uploadFacts(String serviceName61, String fileName62, DataHandler dataHandler63) throws RemoteException, RuleServiceManagementException
uploadFacts
in interface RuleServiceAdmin
uploadFacts60
- RuleServiceManagementException
- :RemoteException
RuleServiceAdmin.uploadFacts(java.lang.String, java.lang.String, javax.activation.DataHandler)
public void startuploadFacts(String serviceName61, String fileName62, DataHandler dataHandler63, RuleServiceAdminCallbackHandler callback) throws RemoteException
startuploadFacts
in interface RuleServiceAdmin
uploadFacts60
- RemoteException
RuleServiceAdmin.startuploadFacts(java.lang.String, java.lang.String, javax.activation.DataHandler, org.wso2.carbon.rule.service.stub.wizard.RuleServiceAdminCallbackHandler)
public String[] getAllRuleServices() throws RemoteException, RuleServiceManagementException
getAllRuleServices
in interface RuleServiceAdmin
RuleServiceManagementException
- :RemoteException
RuleServiceAdmin.getAllRuleServices()
public void startgetAllRuleServices(RuleServiceAdminCallbackHandler callback) throws RemoteException
startgetAllRuleServices
in interface RuleServiceAdmin
RemoteException
RuleServiceAdmin.startgetAllRuleServices(org.wso2.carbon.rule.service.stub.wizard.RuleServiceAdminCallbackHandler)
public org.apache.axiom.om.OMElement getRuleService(String serviceName70) throws RemoteException
getRuleService
in interface RuleServiceAdmin
getRuleService69
- RemoteException
RuleServiceAdmin.getRuleService(java.lang.String)
public void startgetRuleService(String serviceName70, RuleServiceAdminCallbackHandler callback) throws RemoteException
startgetRuleService
in interface RuleServiceAdmin
getRuleService69
- RemoteException
RuleServiceAdmin.startgetRuleService(java.lang.String, org.wso2.carbon.rule.service.stub.wizard.RuleServiceAdminCallbackHandler)
Copyright © 2018 WSO2. All rights reserved.