public class HttpSOAPConnection
extends javax.xml.soap.SOAPConnection
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
defaultProxyHost |
static int |
defaultProxyPort |
protected static java.util.logging.Logger |
log |
static java.lang.String |
vmVendor |
Constructor and Description |
---|
HttpSOAPConnection() |
Modifier and Type | Method and Description |
---|---|
javax.xml.soap.SOAPMessage |
call(javax.xml.soap.SOAPMessage message,
java.lang.Object endPoint) |
void |
close() |
javax.xml.soap.SOAPMessage |
get(java.lang.Object endPoint) |
java.lang.String |
getProxyHost() |
int |
getProxyPort() |
void |
setProxy(java.lang.String host,
int port) |
public static final java.lang.String vmVendor
protected static java.util.logging.Logger log
public static java.lang.String defaultProxyHost
public static int defaultProxyPort
public HttpSOAPConnection() throws javax.xml.soap.SOAPException
javax.xml.soap.SOAPException
public void close() throws javax.xml.soap.SOAPException
close
in class javax.xml.soap.SOAPConnection
javax.xml.soap.SOAPException
public javax.xml.soap.SOAPMessage call(javax.xml.soap.SOAPMessage message, java.lang.Object endPoint) throws javax.xml.soap.SOAPException
call
in class javax.xml.soap.SOAPConnection
javax.xml.soap.SOAPException
public void setProxy(java.lang.String host, int port)
public java.lang.String getProxyHost()
public int getProxyPort()
public javax.xml.soap.SOAPMessage get(java.lang.Object endPoint) throws javax.xml.soap.SOAPException
get
in class javax.xml.soap.SOAPConnection
javax.xml.soap.SOAPException