Oracle Corporation

com.bea.wlcp.wlng.api.plugin
Class ServiceInfoMethod

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.plugin.ServiceInfoMethod
All Implemented Interfaces:
Serializable

public class ServiceInfoMethod
extends Object
implements Serializable

This class describes the method of an interface of a particular service type.

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Constructor Summary
ServiceInfoMethod(String name)
           
 
Method Summary
 void addArgumentPath(ServiceInfoArgument path)
           
 void addReturnArgumentPath(ServiceInfoArgument path)
           
 List getArguments()
           
 String getName()
           
 List getReturnArguments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfoMethod

public ServiceInfoMethod(String name)
Method Detail

addArgumentPath

public void addArgumentPath(ServiceInfoArgument path)

addReturnArgumentPath

public void addReturnArgumentPath(ServiceInfoArgument path)

getArguments

public List getArguments()

getName

public String getName()

getReturnArguments

public List getReturnArguments()

Oracle Corporation