com.bea.ld.metadata
Interface Function.WebServiceBinding

All Superinterfaces:
Function.DataSourceBinding, java.io.Serializable
Enclosing interface:
Function

public static interface Function.WebServiceBinding
extends Function.DataSourceBinding


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.bea.ld.metadata.Function.DataSourceBinding
Function.DataSourceBinding.Kind
 
Method Summary
 java.lang.String getOperation()
           
 java.lang.String getPort()
           
 java.lang.String getService()
           
 
Methods inherited from interface com.bea.ld.metadata.Function.DataSourceBinding
getKind
 

Method Detail

getService

java.lang.String getService()
Returns:
The name of the service providing the webservice operation. May not be null.

getPort

java.lang.String getPort()
Returns:
The name of the port exposing the webservice operation. May not be null.

getOperation

java.lang.String getOperation()
Returns:
The name of the webservice operation. May not be null.


Copyright © 2007 BEA Systems Inc. All Rights Reserved.