Oracle Corporation

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
Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

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

Oracle Corporation