Class EndpointImpl

java.lang.Object
jakarta.xml.ws.Endpoint
org.apache.axis2.jaxws.server.endpoint.EndpointImpl

public class EndpointImpl extends jakarta.xml.ws.Endpoint
  • Constructor Details

    • EndpointImpl

      public EndpointImpl(Object o)
    • EndpointImpl

      public EndpointImpl(Object o, jakarta.xml.ws.Binding bnd, org.apache.axis2.jaxws.description.EndpointDescription ed)
  • Method Details

    • getMetadata

      public List<Source> getMetadata()
      Specified by:
      getMetadata in class jakarta.xml.ws.Endpoint
    • setMetadata

      public void setMetadata(List<Source> list)
      Specified by:
      setMetadata in class jakarta.xml.ws.Endpoint
    • getProperties

      public Map<String,Object> getProperties()
      Specified by:
      getProperties in class jakarta.xml.ws.Endpoint
    • setProperties

      public void setProperties(Map<String,Object> properties)
      Specified by:
      setProperties in class jakarta.xml.ws.Endpoint
    • getBinding

      public jakarta.xml.ws.Binding getBinding()
      Specified by:
      getBinding in class jakarta.xml.ws.Endpoint
    • getExecutor

      public Executor getExecutor()
      Specified by:
      getExecutor in class jakarta.xml.ws.Endpoint
    • getImplementor

      public Object getImplementor()
      Specified by:
      getImplementor in class jakarta.xml.ws.Endpoint
    • setEndpointContext

      public void setEndpointContext(jakarta.xml.ws.EndpointContext ctxt)
      Overrides:
      setEndpointContext in class jakarta.xml.ws.Endpoint
    • isPublished

      public boolean isPublished()
      Specified by:
      isPublished in class jakarta.xml.ws.Endpoint
    • publish

      public void publish(Object obj)
      Specified by:
      publish in class jakarta.xml.ws.Endpoint
    • publish

      public void publish(String s)
      Specified by:
      publish in class jakarta.xml.ws.Endpoint
    • setExecutor

      public void setExecutor(Executor executor)
      Specified by:
      setExecutor in class jakarta.xml.ws.Endpoint
    • stop

      public void stop()
      Specified by:
      stop in class jakarta.xml.ws.Endpoint
    • getEndpointReference

      public <T extends jakarta.xml.ws.EndpointReference> T getEndpointReference(Class<T> clazz, Element... referenceParameters)
      Specified by:
      getEndpointReference in class jakarta.xml.ws.Endpoint
    • getEndpointReference

      public jakarta.xml.ws.EndpointReference getEndpointReference(Element... referenceParameters)
      Specified by:
      getEndpointReference in class jakarta.xml.ws.Endpoint