oracle.soap.transport
Interface  OracleSOAPTransport
- All Superinterfaces: 
 - org.apache.soap.transport.SOAPTransport
 
- All Known Implementing Classes: 
 - OracleSOAPHTTPConnection
 
- public interface OracleSOAPTransport
- extends org.apache.soap.transport.SOAPTransport
  
This interface defines Oracle specific transport extensions.
| 
Method Summary | 
 void | 
close()
 
          Close the transport and perform any clean up. | 
 java.util.Properties | 
getProperties()
 
          Get the connection properties. | 
 void | 
setProperties(java.util.Properties prop)
 
          Set the connection properties. | 
 
| Methods inherited from interface org.apache.soap.transport.SOAPTransport | 
getHeaders, getResponseSOAPContext, receive, send | 
 
setProperties
public void setProperties(java.util.Properties prop)
- Set the connection properties.
 
- Parameters:
 prop - connection properties
 
 
getProperties
public java.util.Properties getProperties()
- Get the connection properties.
 
- Returns:
 - connection properties
 
 
 
close
public void close()
- Close the transport and perform any clean up.
 
 
Copyright © 2001 Oracle SOAP. All Rights Reserved.