Class RemoteLoggingConfigStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.logging.remote.config.stub.RemoteLoggingConfigStub
-
- All Implemented Interfaces:
RemoteLoggingConfig
public class RemoteLoggingConfigStub extends org.apache.axis2.client.Stub implements RemoteLoggingConfig
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]_operations
-
Constructor Summary
Constructors Constructor Description RemoteLoggingConfigStub()Default ConstructorRemoteLoggingConfigStub(String targetEndpoint)Constructor taking the target endpointRemoteLoggingConfigStub(org.apache.axis2.context.ConfigurationContext configurationContext)Default ConstructorRemoteLoggingConfigStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)Constructor that takes in a configContextRemoteLoggingConfigStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRemoteServerConfig(RemoteServerLoggerData data19)Auto generated method signatureRemoteServerLoggerDatagetRemoteServerConfig(String logType25)Auto generated method signatureRemoteServerLoggerData[]getRemoteServerConfigs()Auto generated method signaturevoidresetRemoteServerConfig(RemoteServerLoggerData data16, boolean args117)Auto generated method signaturevoidstartgetRemoteServerConfig(String logType25, RemoteLoggingConfigCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetRemoteServerConfigs(RemoteLoggingConfigCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidsyncRemoteServerConfigs()Auto generated method signature-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
RemoteLoggingConfigStub
public RemoteLoggingConfigStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
RemoteLoggingConfigStub
public RemoteLoggingConfigStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
RemoteLoggingConfigStub
public RemoteLoggingConfigStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
RemoteLoggingConfigStub
public RemoteLoggingConfigStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
RemoteLoggingConfigStub
public RemoteLoggingConfigStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
resetRemoteServerConfig
public void resetRemoteServerConfig(RemoteServerLoggerData data16, boolean args117) throws RemoteException, RemoteLoggingConfigConfigurationException, RemoteLoggingConfigIOException
Auto generated method signature- Specified by:
resetRemoteServerConfigin interfaceRemoteLoggingConfig- Throws:
RemoteLoggingConfigConfigurationException- :RemoteLoggingConfigIOException- :RemoteException
-
addRemoteServerConfig
public void addRemoteServerConfig(RemoteServerLoggerData data19) throws RemoteException, RemoteLoggingConfigConfigurationException, RemoteLoggingConfigIOException
Auto generated method signature- Specified by:
addRemoteServerConfigin interfaceRemoteLoggingConfig- Throws:
RemoteLoggingConfigConfigurationException- :RemoteLoggingConfigIOException- :RemoteException
-
syncRemoteServerConfigs
public void syncRemoteServerConfigs() throws RemoteException, RemoteLoggingConfigConfigurationException, RemoteLoggingConfigIOExceptionAuto generated method signature- Specified by:
syncRemoteServerConfigsin interfaceRemoteLoggingConfig- Throws:
RemoteLoggingConfigConfigurationException- :RemoteLoggingConfigIOException- :RemoteException
-
getRemoteServerConfigs
public RemoteServerLoggerData[] getRemoteServerConfigs() throws RemoteException, RemoteLoggingConfigConfigurationException
Auto generated method signature- Specified by:
getRemoteServerConfigsin interfaceRemoteLoggingConfig- Parameters:
getRemoteServerConfigs21-- Throws:
RemoteLoggingConfigConfigurationException- :RemoteException- See Also:
RemoteLoggingConfig.getRemoteServerConfigs()
-
startgetRemoteServerConfigs
public void startgetRemoteServerConfigs(RemoteLoggingConfigCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetRemoteServerConfigsin interfaceRemoteLoggingConfig- Parameters:
getRemoteServerConfigs21-- Throws:
RemoteException- See Also:
RemoteLoggingConfig.startgetRemoteServerConfigs(org.wso2.carbon.logging.remote.config.stub.RemoteLoggingConfigCallbackHandler)
-
getRemoteServerConfig
public RemoteServerLoggerData getRemoteServerConfig(String logType25) throws RemoteException, RemoteLoggingConfigConfigurationException
Auto generated method signature- Specified by:
getRemoteServerConfigin interfaceRemoteLoggingConfig- Parameters:
getRemoteServerConfig24-- Throws:
RemoteLoggingConfigConfigurationException- :RemoteException- See Also:
RemoteLoggingConfig.getRemoteServerConfig(java.lang.String)
-
startgetRemoteServerConfig
public void startgetRemoteServerConfig(String logType25, RemoteLoggingConfigCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetRemoteServerConfigin interfaceRemoteLoggingConfig- Parameters:
getRemoteServerConfig24-- Throws:
RemoteException- See Also:
RemoteLoggingConfig.startgetRemoteServerConfig(java.lang.String, org.wso2.carbon.logging.remote.config.stub.RemoteLoggingConfigCallbackHandler)
-
-