1
私はこのポストを作成しようと思って設定することが、私はまた、私は私の応答を受信したい言語を設定します。JAX-WSはどのようにAccept-言語
final String language = metadata.getLanguage(); //this is the string i want to send with the post
final String baseUrl = getProperty(BASE_URL_PROPERTY);
final Client client = ClientBuilder.newClient();
final WebTarget target = client.target(baseUrl);
final WebTarget template = target.path("myURI");
final Invocation.Builder invocationBuilder = template.request(MediaTypes.ORDER_REQUEST_JSON);
final Response response = invocationBuilder.post(Entity.json(orderRequest));
あなたは私が添付助けてくださいどういうふうに言いたいの? ありがとうございます!