com.bea.wlcp.wlng.api.plugin
Class ServiceInfoMethod
java.lang.Object
com.bea.wlcp.wlng.api.plugin.ServiceInfoMethod
- All Implemented Interfaces:
- java.io.Serializable
- public class ServiceInfoMethod
- extends java.lang.Object
- implements java.io.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(java.lang.String name)
addArgumentPath
public void addArgumentPath(ServiceInfoArgument path)
addReturnArgumentPath
public void addReturnArgumentPath(ServiceInfoArgument path)
getArguments
public java.util.List getArguments()
getName
public java.lang.String getName()
getReturnArguments
public java.util.List getReturnArguments()
Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.