Class CxfService

java.lang.Object
overit.geocall.cxf.CxfService

public class CxfService extends Object
  • Field Details

    • _endpoint

      protected CxfEndpoint _endpoint
    • _name

      protected String _name
    • _implementor

      protected String _implementor
    • _interfaze

      protected String _interfaze
    • _defaultAddress

      protected String _defaultAddress
    • _operations

      protected List<String> _operations
    • _currentEndpointMode

      protected CxfMode _currentEndpointMode
    • _currentCallMode

      protected CxfMode _currentCallMode
    • _address

      protected String _address
    • _conductor

      protected String _conductor
    • _url

      protected String _url
    • _connected

      protected boolean _connected
    • _enpointReferenceXml

      protected XMLTree _enpointReferenceXml
  • Constructor Details

  • Method Details

    • getEndpoint

      public CxfEndpoint getEndpoint()
    • getName

      public String getName()
    • getAddress

      public String getAddress()
    • getDefaultAddress

      public String getDefaultAddress()
    • getUrl

      public String getUrl()
    • isConnected

      public boolean isConnected()
    • getImplementor

      public String getImplementor()
    • getInterface

      public String getInterface()
    • getOperations

      public List<String> getOperations()
    • setup

      public void setup(String address, String url, String conductor, CxfMode endpointMode, CxfMode callMode)
    • getEndpointMode

      public CxfMode getEndpointMode()
    • getCallMode

      public CxfMode getCallMode()
    • getConductor

      public String getConductor()
    • shapeCall

      public <T> T shapeCall()
    • connect

      public void connect()
    • disconnect

      public void disconnect()
    • fetchOperations

      protected static List<String> fetchOperations(String address)