| java.lang.Object com.sun.xml.ws.mex.client.MetadataUtil
MetadataUtil | public class MetadataUtil (Code) | | Class for making mex Get requests (which are the same
as ws-transfer Get requests). Currently only http requests
are supported.
|
Method Summary | |
InputStream | getMetadata(String address, Protocol protocol) Make a mex/wxf request to a server.
Parameters: address - The address to query for metadata. |
MetadataUtil | public MetadataUtil()(Code) | | |
getMetadata | InputStream getMetadata(String address, Protocol protocol) throws IOException(Code) | | Make a mex/wxf request to a server.
Parameters: address - The address to query for metadata. The full response from the server. |
|
|