org.apache.ws.pubsub
Class wsaSOAPConnection
java.lang.Object
org.apache.ws.pubsub.wsaSOAPConnection
- public class wsaSOAPConnection
- extends java.lang.Object
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 |
wsaSOAPConnection
public wsaSOAPConnection()
- Creates a new instance of wsaSOAPConnection
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.