Skip navigation links

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

E10654-02


Package oracle.webservices.model

This package contains the API for a generic model of a Webservice.

See:
          Description

Interface Summary
Component The base interface for all components of the model.
Message Implementations of this interface will represent messages in the model.
Model This is the root component of a model.
Operation Instances of this interface represent webservice operations in the model.
Port Instances of this interface represent webservice ports in the model.
Serializer Implementations of this interface are responsible for creating, marshalling and unmarshalling components and extensions.
Service Implementations of this interface represent WSDL services within the model.

 

Class Summary
Factory Abstract interface for model factories.

 

Exception Summary
SerializationException This exception to returned by operations that perform either serialization or deserialization of the model.

 

Package oracle.webservices.model Description

This package contains the API for a generic model of a Webservice. This model provides a representation that is optimized for use by MDDS.


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.