Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.plugin.ServiceInfoArgument

All Implemented Interfaces:
Serializable

public class ServiceInfoArgument
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceInfoArgument(String path, String type)
           

 

Method Summary
 String getPath()
           
 String getType()
           
 void setPath(String path)
           
 void setType(String type)
           
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ServiceInfoArgument

public ServiceInfoArgument(String path,
                           String type)

Method Detail

getPath

public String getPath()

getType

public String getType()

setPath

public void setPath(String path)

setType

public void setType(String type)

toString

public String toString()

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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