org.apache.ws.pubsub
Class wsaSOAPConnection

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

public class wsaSOAPConnection
extends java.lang.Object

DOCUMENT_ME

Version:
$Revision: 1.8 $
Author:
$author$

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)
          DOCUMENT_ME
 javax.xml.soap.SOAPMessage call(javax.xml.soap.SOAPMessage request, java.lang.String url)
          DOCUMENT_ME
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
DOCUMENT_ME

Parameters:
request - DOCUMENT_ME
url - DOCUMENT_ME
Returns:
DOCUMENT_ME
Throws:
javax.xml.soap.SOAPException - DOCUMENT_ME

call

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

Parameters:
request - DOCUMENT_ME
epr - DOCUMENT_ME
Returns:
DOCUMENT_ME
Throws:
javax.xml.soap.SOAPException - DOCUMENT_ME


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