Uses of Class
org.apache.soap.transport.TransportMessage

Packages that use TransportMessage
org.apache.soap.util.net   
 

Uses of TransportMessage in org.apache.soap.util.net
 

Methods in org.apache.soap.util.net that return TransportMessage
static TransportMessage HTTPUtils.post(java.net.URL url, TransportMessage request, int timeout, java.lang.String httpProxyHost, int httpProxyPort)
          POST something to the given URL.
static TransportMessage HTTPUtils.post(java.net.URL url, TransportMessage request, int timeout, java.lang.String httpProxyHost, int httpProxyPort, int outputBufferSize)
          POST something to the given URL.
static TransportMessage HTTPUtils.post(java.net.URL url, TransportMessage request, int timeout, java.lang.String httpProxyHost, int httpProxyPort, int outputBufferSize, java.lang.Boolean tcpNoDelay)
          POST something to the given URL.
 

Methods in org.apache.soap.util.net with parameters of type TransportMessage
static TransportMessage HTTPUtils.post(java.net.URL url, TransportMessage request, int timeout, java.lang.String httpProxyHost, int httpProxyPort)
          POST something to the given URL.
static TransportMessage HTTPUtils.post(java.net.URL url, TransportMessage request, int timeout, java.lang.String httpProxyHost, int httpProxyPort, int outputBufferSize)
          POST something to the given URL.
static TransportMessage HTTPUtils.post(java.net.URL url, TransportMessage request, int timeout, java.lang.String httpProxyHost, int httpProxyPort, int outputBufferSize, java.lang.Boolean tcpNoDelay)
          POST something to the given URL.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.