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.
-
close()
- Close the transport and perform any clean up.
-
getProperties()
- Get the connection properties.
-
setProperties(Properties)
- Set the connection properties.
setProperties
public abstract void setProperties(Properties prop)
- Set the connection properties.
- Parameters:
- prop - connection properties
getProperties
public abstract Properties getProperties()
- Get the connection properties.
- Returns:
- connection properties
close
public abstract void close()
- Close the transport and perform any clean up.
All Packages Class Hierarchy This Package Previous Next Index