Class LogViewerStub

java.lang.Object
org.apache.axis2.client.Stub
org.wso2.carbon.logging.view.stub.LogViewerStub
All Implemented Interfaces:
LogViewer

public class LogViewerStub extends org.apache.axis2.client.Stub implements LogViewer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.axis2.description.AxisOperation[]
     

    Fields inherited from class org.apache.axis2.client.Stub

    _service, _serviceClient, modules
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor
    LogViewerStub(String targetEndpoint)
    Constructor taking the target endpoint
    LogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext)
    Default Constructor
    LogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
    Constructor that takes in a configContext
    LogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
    Constructor that takes in a configContext and useseperate listner
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Auto generated method signature
    Auto generated method signature
    void
    Auto generated method signature for Asynchronous Invocations

    Methods inherited from class org.apache.axis2.client.Stub

    _getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • _operations

      protected org.apache.axis2.description.AxisOperation[] _operations
  • Constructor Details

    • LogViewerStub

      public LogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
      Constructor that takes in a configContext
      Throws:
      org.apache.axis2.AxisFault
    • LogViewerStub

      public LogViewerStub(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
    • LogViewerStub

      public LogViewerStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
      Default Constructor
      Throws:
      org.apache.axis2.AxisFault
    • LogViewerStub

      public LogViewerStub() throws org.apache.axis2.AxisFault
      Default Constructor
      Throws:
      org.apache.axis2.AxisFault
    • LogViewerStub

      public LogViewerStub(String targetEndpoint) throws org.apache.axis2.AxisFault
      Constructor taking the target endpoint
      Throws:
      org.apache.axis2.AxisFault
  • Method Details