Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


Package oracle.webservices

Interface Summary
ClientConstants A class that holds all the constants used by Calls, Stubs, and ServiceFactory to set and get client side properties.
ConnectionConfig This interface defines all of the properties that can be set when creating a remote connection for transports including http and https.
ConversationSession  
OracleCall This is Oracle's dynamic invocation call interface that extends the javax.xml.rpc.Call interface with additional API's.
OracleHttpBinding  
OracleStub This is Oracle's interface for stub classes and extends javax.xml.rpc.Stub with additional APIs and properties.
ServerConstants A class that holds all the constants used to set and get server side properties.
ServiceInvocationInfo This interface can be implemented to provide additional information about a service at runtime - currently it is used by the ProviderConfig as a way to provide information about dynamic providers.
WebServiceEndpointInfo Implementations of this interface provide access to information about a web service endpoint.
WebServiceEndpointRuntimeData Marker interface for web service runtime data objects.
WebServiceOperationInfo Implementations of this interface provide access to information about a web service operation.
WebServicesDescriptorInfo Implementations of this interface provide encapsulate web services deployment descriptor information.

 

Class Summary
ConnectionConfigBean This class contains all of the properties that can be set when creating a remote connection for transports including http and https.
OracleService This class adds Oracle implementation specific features to the standard jaxws javax.xml.ws.Service class.
ServiceClientFactory ServiceClientFactory creates JAX-WS client objects, including dispatches and proxies, with Oracle JRF proprietary features.
SOAPUtil A SOAP utility class

 

Exception Summary
SOAPFaultException This class is intended to implement javax.xml.ws.soap.SOAPFaultException which wraps a javax.xml.soap.SOAPFault instance.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.