Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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

java.lang.Object
  extended bycom.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

Constructor Summary
ServiceInfoMethod(java.lang.String name)
           
 
Method Summary
 void addArgumentPath(ServiceInfoArgument path)
           
 void addReturnArgumentPath(ServiceInfoArgument path)
           
 java.util.List getArguments()
           
 java.lang.String getName()
           
 java.util.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(java.lang.String name)
Method Detail

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

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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