WebLogic Integration


com.bea.wlai.common
Interface IServiceDefinition

All Known Implementing Classes:
ServiceDefinition

public interface IServiceDefinition
extends java.io.Serializable

Defines a service (a named business function) in terms of its request and response document types and a set of implementation specific properties.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.util.Map getPropertySet()
          Get the properties (name/value pairs) for this service.
 IRequestDefinition getRequestDefinition()
          Get the definition for the request document for this service.
 IResponseDefinition getResponseDefinition()
          Get the definition for the response document for this service.
 

Method Detail

getRequestDefinition

public IRequestDefinition getRequestDefinition()
Get the definition for the request document for this service.


getResponseDefinition

public IResponseDefinition getResponseDefinition()
Get the definition for the response document for this service.


getPropertySet

public java.util.Map getPropertySet()
Get the properties (name/value pairs) for this service. These properties describe the metadata needed by the implementer of the service, and are opaque to any outside consumer.


WebLogic Integration

WebLogic Integration (WLI)