Skip navigation links
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
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()
Skip navigation links
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.