Class CxfEndpoint

java.lang.Object
overit.geocall.cxf.CxfEndpoint

public class CxfEndpoint extends Object
  • Field Details

    • _jwsEndpoint

      protected Endpoint _jwsEndpoint
    • _cxfServer

      protected Server _cxfServer
    • _cxfMode

      protected CxfMode _cxfMode
  • Constructor Details

    • CxfEndpoint

      public CxfEndpoint(Endpoint e, CxfMode cxfMode)
      Parameters:
      e - the endpoint impklementation
      cxfMode - must be null if the endpoint implementation cannot be managed (for example spring based beans)
    • CxfEndpoint

      public CxfEndpoint(Server s, CxfMode cxfMode)
    • CxfEndpoint

      public CxfEndpoint(CxfMode cxfMode)
  • Method Details

    • invariant

      protected void invariant()
    • cxfEndpoint

      public Endpoint cxfEndpoint()
    • cxfServer

      public Server cxfServer()
    • getAddress

      public String getAddress()
    • getServiceName

      public String getServiceName()
    • isPublished

      public boolean isPublished()
    • isStarted

      public boolean isStarted()
    • stop

      public void stop()
    • start

      public void start()
    • destroy

      public void destroy()