Class EndpointTypeDescription

  • All Implemented Interfaces:
    DescribedObject, NamedObject

    public class EndpointTypeDescription
    extends DescribedObjectImpl
    Defines a static description of an endpoint. It is provided by an endpoint implementation.
    Author:
    K. Benedyczak
    • Constructor Detail

      • EndpointTypeDescription

        public EndpointTypeDescription()
    • Method Detail

      • setSupportedBinding

        public void setSupportedBinding​(String supportedBinding)
      • getSupportedBinding

        public String getSupportedBinding()
        Returns:
        supported binding ids as CXF(WS) or Vaadin(WWW)
      • setFeatures

        public void setFeatures​(Properties features)