com.bea.ld.metadata
Interface WebService.MappedDataService

All Superinterfaces:
java.io.Serializable
Enclosing interface:
WebService

public static interface WebService.MappedDataService
extends java.io.Serializable

A subset of a data service used as part of this web service.


Method Summary
 java.util.List<WebService.MappedDataServiceFunction> getMappedFunctions()
           
 FunctionCollectionRef getRef()
           
 

Method Detail

getRef

FunctionCollectionRef getRef()
Returns:
The data service node reference.

getMappedFunctions

java.util.List<WebService.MappedDataServiceFunction> getMappedFunctions()
Returns:
The data service functions participating in the web service definition. May be empty but not null.


Copyright © 2007 BEA Systems Inc. All Rights Reserved.