com.bea.wlai.common
Interface IServiceDefinition

All Superinterfaces:
Serializable

public interface IServiceDefinition
extends Serializable

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


Method Summary
 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

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


getResponseDefinition

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


getPropertySet

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.