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

java.lang.Object
  extended by javax.xml.soap.SOAPConnectionFactory
      extended by com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory

public class HttpSOAPConnectionFactory
extends SOAPConnectionFactory

Implementation of the SOAPConnectionFactory

Author:
Anil Vijendran (anil@sun.com)

Constructor Summary
HttpSOAPConnectionFactory()
           
 
Method Summary
 SOAPConnection createConnection()
           
 
Methods inherited from class javax.xml.soap.SOAPConnectionFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSOAPConnectionFactory

public HttpSOAPConnectionFactory()
Method Detail

createConnection

public SOAPConnection createConnection()
                                throws SOAPException
Specified by:
createConnection in class SOAPConnectionFactory
Throws:
SOAPException


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