Oracle Corporation

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

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

public class ServiceInfoInterface
extends Object
implements Serializable

This class describes the interface of a particular service type.

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Constructor Summary
ServiceInfoInterface(String name)
           
 
Method Summary
 void addMethod(ServiceInfoMethod m)
           
 List getMethods()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfoInterface

public ServiceInfoInterface(String name)
Method Detail

addMethod

public void addMethod(ServiceInfoMethod m)

getMethods

public List getMethods()

getName

public String getName()

Oracle Corporation