Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.plugin.ServiceInfoArgument
All Implemented Interfaces:
java.io.Serializable

public class ServiceInfoArgument
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceInfoArgument(java.lang.String path, java.lang.String type)
           
 
Method Summary
 java.lang.String getPath()
           
 java.lang.String getType()
           
 void setPath(java.lang.String path)
           
 void setType(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceInfoArgument

public ServiceInfoArgument(java.lang.String path,
                           java.lang.String type)
Method Detail

getPath

public java.lang.String getPath()

getType

public java.lang.String getType()

setPath

public void setPath(java.lang.String path)

setType

public void setType(java.lang.String type)

toString

public java.lang.String toString()

Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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