com.bea.wlcp.wlng.api.plugin
Class ServiceInfoArgument
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceInfoArgument
public ServiceInfoArgument(java.lang.String path,
java.lang.String type)
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()
Copyright © 2008, 2016, Oracle and/or its affiliates. All rights reserved.