Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1925 Jakarta RESTful Web Services 3.1 Development
  3. RESTEASY-3098

The RuntimeDelegate.createEntpoint is now required for Java SE

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Won't Do
    • Major
    • None
    • None
    • None
    • None

    Description

      Currently RuntimeDelegate.createEndpoint() is not supported in RESTEasy. This is now required for Java SE environments per the speciication.

      2.3.1. Java SE

      There are two alternative ways of publishing on Java SE: Creating SE endpoints directly or using the SE
      bootstrap API. Both are described in this section.

      2.3.1.1. Java SE Endpoint

      In a Java SE environment a configured instance of an endpoint class can be obtained using the
      createEndpoint method of RuntimeDelegate. The application supplies an instance of Application and the
      type of endpoint required. An implementation MAY support zero or more endpoint types of any
      desired type.

      How the resulting endpoint class instance is used to publish the application is outside the scope of this
      specification.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: