com.bea.wlcp.wlng.api.plugin
Class ServiceInfoArgument
java.lang.Object
com.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.
ServiceInfoArgument
public ServiceInfoArgument(String path,
String type)
getPath
public String getPath()
getType
public String getType()
setPath
public void setPath(String path)
setType
public void setType(String type)
toString
public String toString()