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
FieldsModifier and TypeFieldDescriptionprotected org.apache.axis2.description.AxisOperation[]Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
Modifier and TypeMethodDescriptionvoidAuto generated method signaturegetRemoteServerConfig(String logType25) Auto generated method signatureAuto generated method signaturevoidresetRemoteServerConfig(RemoteServerLoggerData data16, boolean args117) Auto generated method signaturevoidstartgetRemoteServerConfig(String logType25, RemoteLoggingConfigCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidAuto generated method signature for Asynchronous InvocationsvoidAuto generated method signatureMethods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
Field Details
-
_operations
protected org.apache.axis2.description.AxisOperation[] _operations
-
-
Constructor Details
-
RemoteLoggingConfigStub
public RemoteLoggingConfigStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault Constructor 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.AxisFault Constructor 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.AxisFault Default Constructor- Throws:
org.apache.axis2.AxisFault
-
RemoteLoggingConfigStub
public RemoteLoggingConfigStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
RemoteLoggingConfigStub
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Details
-
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, RemoteLoggingConfigConfigurationExceptionAuto generated method signature- Specified by:
getRemoteServerConfigsin interfaceRemoteLoggingConfig- Parameters:
getRemoteServerConfigs21-- Throws:
RemoteLoggingConfigConfigurationException- :RemoteException- See Also:
-
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:
-
getRemoteServerConfig
public RemoteServerLoggerData getRemoteServerConfig(String logType25) throws RemoteException, RemoteLoggingConfigConfigurationException Auto generated method signature- Specified by:
getRemoteServerConfigin interfaceRemoteLoggingConfig- Parameters:
getRemoteServerConfig24-- Throws:
RemoteLoggingConfigConfigurationException- :RemoteException- See Also:
-
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:
-