electric.soap
Class SOAPConnection

java.lang.Object
  extended byelectric.soap.SOAPConnection

public final class SOAPConnection
extends java.lang.Object

SOAPConnection.

Author:
webMethods

Constructor Summary
SOAPConnection(java.lang.String endpoint)
           
SOAPConnection(java.lang.String endpoint, Context context)
           
 
Method Summary
 SOAPMessage invoke(SOAPMessage request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPConnection

public SOAPConnection(java.lang.String endpoint)
               throws java.net.MalformedURLException
Parameters:
endpoint -
Throws:
java.net.MalformedURLException

SOAPConnection

public SOAPConnection(java.lang.String endpoint,
                      Context context)
               throws java.net.MalformedURLException
Parameters:
endpoint -
context -
Throws:
java.net.MalformedURLException
Method Detail

invoke

public SOAPMessage invoke(SOAPMessage request)
                   throws java.rmi.RemoteException,
                          java.lang.SecurityException
Parameters:
request -
Throws:
java.rmi.RemoteException
java.lang.SecurityException


copyright© 2001-2004 by webMethods All Rights Reserved.