Business Components

Uses of Interface
oracle.jbo.common.ws.WSApplicationModuleMarshaller

Packages that use WSApplicationModuleMarshaller
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of WSApplicationModuleMarshaller in oracle.jbo.server
 

Classes in oracle.jbo.server that implement WSApplicationModuleMarshaller
 class ApplicationModuleImpl
          The base class of Application Modules.
 

Methods in oracle.jbo.server with parameters of type WSApplicationModuleMarshaller
 void ApplicationModuleImpl.setWorkingSetMarshaller(WSApplicationModuleMarshaller marshaller)
          Internal: Applications should not use this method.
 


Business Components