Oracle Corporation

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

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

public class ServiceInfo
extends Object
implements Serializable

This class contains the information about a service: - interfaces - methods per interface - arguments per method

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

Constructor Summary
ServiceInfo()
           
 
Method Summary
 void addInterface(ServiceInfoInterface i)
           
 List getInterfaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo()
Method Detail

addInterface

public void addInterface(ServiceInfoInterface i)

getInterfaces

public List getInterfaces()

Oracle Corporation