org.apache.ws.pubsub
Class wsaSOAPConnection

java.lang.Object
  extended byorg.apache.ws.pubsub.wsaSOAPConnection

public class wsaSOAPConnection
extends java.lang.Object


Constructor Summary
wsaSOAPConnection()
          Creates a new instance of wsaSOAPConnection
 
Method Summary
 javax.xml.soap.SOAPMessage call(javax.xml.soap.SOAPMessage request, org.apache.ws.addressing.EndpointReference epr)
           
 javax.xml.soap.SOAPMessage call(javax.xml.soap.SOAPMessage request, java.lang.String url)
           
static wsaSOAPConnection newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

wsaSOAPConnection

public wsaSOAPConnection()
Creates a new instance of wsaSOAPConnection

Method Detail

newInstance

public static wsaSOAPConnection newInstance()
Returns:
The unique instance of this class.

call

public javax.xml.soap.SOAPMessage call(javax.xml.soap.SOAPMessage request,
                                       java.lang.String url)
                                throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException

call

public javax.xml.soap.SOAPMessage call(javax.xml.soap.SOAPMessage request,
                                       org.apache.ws.addressing.EndpointReference epr)
                                throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.