com.bea.ld.metadata
Interface WebService.MappedDataServiceFunction

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

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

A data service function participating in the web service definition.


Method Summary
 FunctionRef getRef()
           
 java.lang.String getWebServiceOperationName()
           
 java.util.List<WebServicePolicyRef> getWebServicePolicies()
           
 

Method Detail

getRef

FunctionRef getRef()
Returns:
The function node reference.

getWebServiceOperationName

java.lang.String getWebServiceOperationName()
Returns:
The local name of the web service operation by which this function is exposed in the web service.

getWebServicePolicies

java.util.List<WebServicePolicyRef> getWebServicePolicies()
Returns:
The web service policies applicable to this function.


Copyright © 2007 BEA Systems Inc. All Rights Reserved.