Skip Headers

Oracle9i Supplied Java Packages Reference
Release 2 (9.2)

Part Number A96609-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

19
Package oracle.soap.transport

This chapter documents package oracle.soap.transport. This package contains the classes that provide support for Oracle SOAP in the XDK for Java.

Oracle SOAP is an implementation of the Simple Object Access Protocol. Oracle SOAP is based on the SOAP open source implementation developed by the Apache Software Foundation.

This chapter contains these sections:


Package oracle.soap.transport Description

The Simple Object Access Protocol (SOAP) is a transport protocol for sending and receiving requests and responses across the Internet. It is based on XML and HTTP, and it is not blocked by firewalls.

SOAP is transport protocol-independent and operating system-independent. It provides the standard XML message format for all applications. SOAP uses the XML Schema standard of the World Wide Web Consortium (W3C).

See Also:

Package oracle.soap.transport Summary

Package oracle.soap.transport contains interface oracle.soap.transport.OracleSOAPTransport, which defines Oracle specific transport extensions.

Table 19-1  Methods in interface OracleSOAPTransport
Method Description

getProperties

Get the connection properties.

setProperties

Set the connection properties.

close

Close the transport and perform any clean up.


Interface OracleSOAPTransport

Interface oracle.soap.transport.OracleSOAPTransport

public interface OracleSOAPTransport
extends SOAPTransport

This interface defines Oracle specific transport extensions.

getProperties

public abstract Properties getProperties()

Get the connection properties.

Returns

Connection properties

setProperties

public abstract void setProperties(Properties prop)

Set the connection properties.

Parameters

prop - connection properties

close

public abstract void close()

Close the transport and perform any clean up.


Go to previous page Go to next page
Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback