Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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

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()

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.