All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface oracle.soap.transport.OracleSOAPTransport

public interface OracleSOAPTransport
extends SOAPTransport
This interface defines Oracle specific transport extensions.


Method Index

 o close()
Close the transport and perform any clean up.
 o getProperties()
Get the connection properties.
 o setProperties(Properties)
Set the connection properties.

Methods

 o setProperties
 public abstract void setProperties(Properties prop)
Set the connection properties.

Parameters:
prop - connection properties
 o getProperties
 public abstract Properties getProperties()
Get the connection properties.

Returns:
connection properties
 o close
 public abstract void close()
Close the transport and perform any clean up.


All Packages  Class Hierarchy  This Package  Previous  Next  Index