com.sun.xml.messaging.saaj.client.p2p
Class HttpSOAPConnection

java.lang.Object
  extended by javax.xml.soap.SOAPConnection
      extended by com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection

public class HttpSOAPConnection
extends SOAPConnection

This represents a "connection" to the simple HTTP-based provider.

Author:
Anil Vijendran (akv@eng.sun.com), Rajiv Mordani (rajiv.mordani@sun.com), Manveen Kaur (manveen.kaur@sun.com)

Field Summary
protected static Logger log
           
static String vmVendor
           
 
Constructor Summary
HttpSOAPConnection()
           
 
Method Summary
 SOAPMessage call(SOAPMessage message, Object endPoint)
           
 void close()
           
 SOAPMessage get(Object endPoint)
           
 String getProxyHost()
           
 int getProxyPort()
           
 void setProxy(String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vmVendor

public static final String vmVendor

log

protected static final Logger log
Constructor Detail

HttpSOAPConnection

public HttpSOAPConnection()
                   throws SOAPException
Throws:
SOAPException
Method Detail

close

public void close()
           throws SOAPException
Specified by:
close in class SOAPConnection
Throws:
SOAPException

call

public SOAPMessage call(SOAPMessage message,
                        Object endPoint)
                 throws SOAPException
Specified by:
call in class SOAPConnection
Throws:
SOAPException

setProxy

public void setProxy(String host,
                     int port)

getProxyHost

public String getProxyHost()

getProxyPort

public int getProxyPort()

get

public SOAPMessage get(Object endPoint)
                throws SOAPException
Overrides:
get in class SOAPConnection
Throws:
SOAPException


Copyright © 2010 OW2 Consortium. All Rights Reserved.