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 fileExtension94,
String name95,
org.apache.axiom.om.OMElement extraElement96)
Auto generated method signature
|
void |
deleteFactArchive(String serviceName77,
String fileName78)
Auto generated method signature
|
void |
deleteRuleFile(String serviceName70,
String fileName71)
Auto generated method signature
|
void |
deleteTempRuleDirectory(String serviceName107)
Auto generated method signature
|
void |
editRuleService(String fileExtension80,
String name81,
org.apache.axiom.om.OMElement extraElement82)
Auto generated method signature
|
String[] |
getAllFacts(String fileExtension112,
String serviceName113)
Auto generated method signature
|
String[] |
getAllRuleServices()
Auto generated method signature
|
String[] |
getFactArchiveList(String serviceName73)
Auto generated method signature
|
String[] |
getRuleFileList(String serviceName98,
String fileName99)
Auto generated method signature
|
OmElementType |
getRuleService(String serviceName84)
Auto generated method signature
|
void |
startgetAllFacts(String fileExtension112,
String serviceName113,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllRuleServices(RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetFactArchiveList(String serviceName73,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRuleFileList(String serviceName98,
String fileName99,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRuleService(String serviceName84,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadFacts(String serviceName88,
String fileName89,
DataHandler dataHandler90,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String[] |
uploadFacts(String serviceName88,
String fileName89,
DataHandler dataHandler90)
Auto generated method signature
|
void |
uploadRuleFile(String serviceName103,
String fileName104,
DataHandler dataHandler105)
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 void deleteRuleFile(String serviceName70, String fileName71) throws RemoteException, RuleServiceAdminRuleServiceAdminException
deleteRuleFile
in interface RuleServiceAdmin
RuleServiceAdminRuleServiceAdminException
- :RemoteException
public String[] getFactArchiveList(String serviceName73) throws RemoteException, RuleServiceAdminRuleServiceAdminException
getFactArchiveList
in interface RuleServiceAdmin
getFactArchiveList72
- RuleServiceAdminRuleServiceAdminException
- :RemoteException
RuleServiceAdmin.getFactArchiveList(java.lang.String)
public void startgetFactArchiveList(String serviceName73, RuleServiceAdminCallbackHandler callback) throws RemoteException
startgetFactArchiveList
in interface RuleServiceAdmin
getFactArchiveList72
- RemoteException
RuleServiceAdmin.startgetFactArchiveList(java.lang.String, org.wso2.carbon.rule.ws.stub.wizard.RuleServiceAdminCallbackHandler)
public void deleteFactArchive(String serviceName77, String fileName78) throws RemoteException, RuleServiceAdminRuleServiceAdminException
deleteFactArchive
in interface RuleServiceAdmin
RuleServiceAdminRuleServiceAdminException
- :RemoteException
public void editRuleService(String fileExtension80, String name81, org.apache.axiom.om.OMElement extraElement82) throws RemoteException, RuleServiceAdminRuleServiceAdminException
editRuleService
in interface RuleServiceAdmin
RuleServiceAdminRuleServiceAdminException
- :RemoteException
public OmElementType getRuleService(String serviceName84) throws RemoteException, RuleServiceAdminRuleServiceAdminException
getRuleService
in interface RuleServiceAdmin
getRuleService83
- RuleServiceAdminRuleServiceAdminException
- :RemoteException
RuleServiceAdmin.getRuleService(java.lang.String)
public void startgetRuleService(String serviceName84, RuleServiceAdminCallbackHandler callback) throws RemoteException
startgetRuleService
in interface RuleServiceAdmin
getRuleService83
- RemoteException
RuleServiceAdmin.startgetRuleService(java.lang.String, org.wso2.carbon.rule.ws.stub.wizard.RuleServiceAdminCallbackHandler)
public String[] uploadFacts(String serviceName88, String fileName89, DataHandler dataHandler90) throws RemoteException, RuleServiceAdminRuleServiceAdminException
uploadFacts
in interface RuleServiceAdmin
uploadFacts87
- RuleServiceAdminRuleServiceAdminException
- :RemoteException
RuleServiceAdmin.uploadFacts(java.lang.String, java.lang.String, javax.activation.DataHandler)
public void startuploadFacts(String serviceName88, String fileName89, DataHandler dataHandler90, RuleServiceAdminCallbackHandler callback) throws RemoteException
startuploadFacts
in interface RuleServiceAdmin
uploadFacts87
- RemoteException
RuleServiceAdmin.startuploadFacts(java.lang.String, java.lang.String, javax.activation.DataHandler, org.wso2.carbon.rule.ws.stub.wizard.RuleServiceAdminCallbackHandler)
public void addRuleService(String fileExtension94, String name95, org.apache.axiom.om.OMElement extraElement96) throws RemoteException, RuleServiceAdminRuleServiceAdminException
addRuleService
in interface RuleServiceAdmin
RuleServiceAdminRuleServiceAdminException
- :RemoteException
public String[] getRuleFileList(String serviceName98, String fileName99) throws RemoteException, RuleServiceAdminRuleServiceAdminException
getRuleFileList
in interface RuleServiceAdmin
getRuleFileList97
- RuleServiceAdminRuleServiceAdminException
- :RemoteException
RuleServiceAdmin.getRuleFileList(java.lang.String, java.lang.String)
public void startgetRuleFileList(String serviceName98, String fileName99, RuleServiceAdminCallbackHandler callback) throws RemoteException
startgetRuleFileList
in interface RuleServiceAdmin
getRuleFileList97
- RemoteException
RuleServiceAdmin.startgetRuleFileList(java.lang.String, java.lang.String, org.wso2.carbon.rule.ws.stub.wizard.RuleServiceAdminCallbackHandler)
public void uploadRuleFile(String serviceName103, String fileName104, DataHandler dataHandler105) throws RemoteException, RuleServiceAdminRuleServiceAdminException
uploadRuleFile
in interface RuleServiceAdmin
RuleServiceAdminRuleServiceAdminException
- :RemoteException
public void deleteTempRuleDirectory(String serviceName107) throws RemoteException, RuleServiceAdminRuleServiceAdminException
deleteTempRuleDirectory
in interface RuleServiceAdmin
RuleServiceAdminRuleServiceAdminException
- :RemoteException
public String[] getAllRuleServices() throws RemoteException, RuleServiceAdminRuleServiceAdminException
getAllRuleServices
in interface RuleServiceAdmin
getAllRuleServices108
- RuleServiceAdminRuleServiceAdminException
- :RemoteException
RuleServiceAdmin.getAllRuleServices()
public void startgetAllRuleServices(RuleServiceAdminCallbackHandler callback) throws RemoteException
startgetAllRuleServices
in interface RuleServiceAdmin
getAllRuleServices108
- RemoteException
RuleServiceAdmin.startgetAllRuleServices(org.wso2.carbon.rule.ws.stub.wizard.RuleServiceAdminCallbackHandler)
public String[] getAllFacts(String fileExtension112, String serviceName113) throws RemoteException, RuleServiceAdminRuleServiceAdminException
getAllFacts
in interface RuleServiceAdmin
getAllFacts111
- RuleServiceAdminRuleServiceAdminException
- :RemoteException
RuleServiceAdmin.getAllFacts(java.lang.String, java.lang.String)
public void startgetAllFacts(String fileExtension112, String serviceName113, RuleServiceAdminCallbackHandler callback) throws RemoteException
startgetAllFacts
in interface RuleServiceAdmin
getAllFacts111
- RemoteException
RuleServiceAdmin.startgetAllFacts(java.lang.String, java.lang.String, org.wso2.carbon.rule.ws.stub.wizard.RuleServiceAdminCallbackHandler)
Copyright © 2017 WSO2. All rights reserved.