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 void
addRemoteServerConfig(RemoteServerLoggerData data19)
Auto generated method signatureRemoteServerLoggerData
getRemoteServerConfig(String logType25)
Auto generated method signatureRemoteServerLoggerData[]
getRemoteServerConfigs()
Auto generated method signaturevoid
resetRemoteServerConfig(RemoteServerLoggerData data16, boolean args117)
Auto generated method signaturevoid
startgetRemoteServerConfig(String logType25, RemoteLoggingConfigCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetRemoteServerConfigs(RemoteLoggingConfigCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
syncRemoteServerConfigs()
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.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.AxisFault
Default 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:
resetRemoteServerConfig
in interfaceRemoteLoggingConfig
- Throws:
RemoteLoggingConfigConfigurationException
- :RemoteLoggingConfigIOException
- :RemoteException
-
addRemoteServerConfig
public void addRemoteServerConfig(RemoteServerLoggerData data19) throws RemoteException, RemoteLoggingConfigConfigurationException, RemoteLoggingConfigIOException
Auto generated method signature- Specified by:
addRemoteServerConfig
in interfaceRemoteLoggingConfig
- Throws:
RemoteLoggingConfigConfigurationException
- :RemoteLoggingConfigIOException
- :RemoteException
-
syncRemoteServerConfigs
public void syncRemoteServerConfigs() throws RemoteException, RemoteLoggingConfigConfigurationException, RemoteLoggingConfigIOException
Auto generated method signature- Specified by:
syncRemoteServerConfigs
in interfaceRemoteLoggingConfig
- Throws:
RemoteLoggingConfigConfigurationException
- :RemoteLoggingConfigIOException
- :RemoteException
-
getRemoteServerConfigs
public RemoteServerLoggerData[] getRemoteServerConfigs() throws RemoteException, RemoteLoggingConfigConfigurationException
Auto generated method signature- Specified by:
getRemoteServerConfigs
in 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:
startgetRemoteServerConfigs
in 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:
getRemoteServerConfig
in 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:
startgetRemoteServerConfig
in interfaceRemoteLoggingConfig
- Parameters:
getRemoteServerConfig24
-- Throws:
RemoteException
- See Also:
RemoteLoggingConfig.startgetRemoteServerConfig(java.lang.String, org.wso2.carbon.logging.remote.config.stub.RemoteLoggingConfigCallbackHandler)
-
-