Skip navigation links
com.bea.wlcp.wlng.api.plugin
Class ServiceInfoMethod
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceInfoMethod
public ServiceInfoMethod(String name)
addArgumentPath
public void addArgumentPath(ServiceInfoArgument path)
addReturnArgumentPath
public void addReturnArgumentPath(ServiceInfoArgument path)
getArguments
public List getArguments()
getName
public String getName()
getReturnArguments
public List getReturnArguments()
Skip navigation links
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.