WebLogic Integration


Uses of Interface
com.bea.wlai.common.IServiceDescriptor

Packages that use IServiceDescriptor
com.bea.adapter.web The com.bea.adapter.web package contains classes that support the development of a design-time Web application for deploying and managing application views. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
 

Uses of IServiceDescriptor in com.bea.adapter.web
 

Methods in com.bea.adapter.web with parameters of type IServiceDescriptor
 void AbstractDesignTimeRequestHandler.addServiceSchemasToRepository(IServiceDescriptor sd, IDocumentDefinition requestDef, IDocumentDefinition responseDef)
          Adds the request and response schemas for a service to the WLI repository.
 void AbstractDesignTimeRequestHandler.addServiceSchemasToRepository(IApplicationViewDescriptor avd, IServiceDescriptor sd, IDocumentDefinition requestDef, IDocumentDefinition responseDef)
          Adds the request and response schemas for a service to the WLI repository.
 java.lang.String AbstractDesignTimeRequestHandler.getRequestSchemaName(IServiceDescriptor sd)
          Convenience method to retrieve the service request schema's name.
 java.lang.String AbstractDesignTimeRequestHandler.getResponseSchemaName(IServiceDescriptor sd)
          Convenience method to retrieve the service response schema's name.
protected abstract  void AbstractDesignTimeRequestHandler.initServiceDescriptor(ActionResult result, IServiceDescriptor sd, javax.servlet.http.HttpServletRequest request)
          Initializes a service descriptor which involves creating the request and response schemas for the service.
 void AbstractDesignTimeRequestHandler.editServiceDescriptor(ActionResult result, IServiceDescriptor service, javax.servlet.http.HttpServletRequest request)
          This method is called by the edtservc response method.
 

Uses of IServiceDescriptor in com.bea.wlai.common
 

Classes in com.bea.wlai.common that implement IServiceDescriptor
 class ServiceDescriptor
          An implementation of the IServiceDescriptor interface for use by the WLAI server.
 

Methods in com.bea.wlai.common that return IServiceDescriptor
 IServiceDescriptor IApplicationViewDescriptor.addService(java.lang.String serviceName)
          Add a service to this application view.
 IServiceDescriptor IApplicationViewDescriptor.removeService(java.lang.String name)
          Removes the service with the given name from this IApplicationViewDescriptor object.
 IServiceDescriptor IApplicationViewDescriptor.getService(java.lang.String name)
          Gets the service descriptor with the given name from this IApplicationViewDescriptor object.
 IServiceDescriptor ApplicationViewDescriptor.addService(java.lang.String serviceName)
          Add a service to this application view.
 IServiceDescriptor ApplicationViewDescriptor.removeService(java.lang.String name)
          Removes the service with the given name from this IApplicationViewDescriptor object.
 IServiceDescriptor ApplicationViewDescriptor.getService(java.lang.String name)
          Gets the service with the given name from this IApplicationViewDescriptor object.
 


WebLogic Integration

WebLogic Integration (WLI)