com.sun.xml.ws.mex.client
Class HttpPoster

java.lang.Object
  extended by com.sun.xml.ws.mex.client.HttpPoster

public class HttpPoster
extends Object

Class that handles making the HTTP POST request to a service.


Constructor Summary
HttpPoster()
           
 
Method Summary
 InputStream makeGetCall(String address)
          This method is called by ServiceDescriptorImpl when a metadata response contains a mex location element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpPoster

public HttpPoster()
Method Detail

makeGetCall

public InputStream makeGetCall(String address)
                        throws IOException
This method is called by ServiceDescriptorImpl when a metadata response contains a mex location element. The location element contains an address of a metadata document that can be retrieved with an HTTP GET call.

Parameters:
address - The address of the document.
Returns:
The java.io.InputStream returned by the http url connection.
Throws:
IOException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.