Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9243099
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:44:02+00:00 2026-06-18T08:44:02+00:00

I wanna use the same restful webservice path to produce xml or json, or

  • 0

I wanna use the same restful webservice path to produce xml or json, or a xml with xsl header.
Is it possible using any framework(jersey or resteasy) in java?
Eg:

@Path("/person")
public class PersonService {

    @GET
    @Path("/find")
    public Person find(@QueryParam("name") String name, @QueryParam("outputformat") String outputformat) {
            // do some magic to change output format
            return dao.findPerson(name);
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T08:44:03+00:00Added an answer on June 18, 2026 at 8:44 am

    Maybe you can write a servlet filter that takes the query string and uses it to set the request’s accept header accordingly, then jersey should dispatch to whatever method is annotated with @Consumes that matches.

    For example, servlet filter intercepts request “?outputFormat=xml” and sets the Accept header to “application/xml”. Then, jersey should dispatch to whichever method in your resource is annotated with: @Consumes("application/xml")

    This question might help: REST. Jersey. How to programmatically choose what type to return: JSON or XML?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i wanna use zend framework for a series sites with same features but different
I wanna know if it is possible to use multiple spiders within the same
I have a SQL server database. I wanna use the same database in sql
I make some JSON parser, and i wanna to show information in same ListView.
I wanna use Gremlin in my SpringData repositories the same way I use Cypher.
I wanna use powershell to get all the file in sharepoint library EM_DOC_LIBRARY and
In my Asp.Net project I wanna use Property Auto-wiring, e.g. for my ILogger. Basically
i had use the spring3.1 ibatis2.x and mysql5.5. then i wanna use the replication
I have a Class CButtonCreate without get & set Methode. But i wanna use
Use case: Wanna insert custom annotation to fields in java class generated by JAXB

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.