org.systinet.wasp.management.services.wsdiscovery
Class WsDiscoveryRecord

java.lang.Object
  extended byorg.systinet.wasp.management.services.wsdiscovery.WsDiscoveryRecord
All Implemented Interfaces:
java.io.Serializable

public class WsDiscoveryRecord
extends java.lang.Object
implements java.io.Serializable

Ws discovery record is class which holds an information entities which were published into UDDI registry.

Since:
4.0
See Also:
Serialized Form
Component:
WSDiscovery-US

Field Summary
 BindingTemplateInfo[] bindingTemplateInfos
          Published binding templates.
 BusinessEntityInfo[] businessEntityInfos
          Published business entities.
 BusinessServiceInfo[] businessServiceInfos
          Published business services.
 TModelInfo[] tModelInfos
          Published tModels.
 
Constructor Summary
WsDiscoveryRecord()
          Default constructor.
WsDiscoveryRecord(BusinessEntityInfo[] businessEntityInfos, TModelInfo[] tModelInfos)
          Constructor.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

businessEntityInfos

public BusinessEntityInfo[] businessEntityInfos
Published business entities.


businessServiceInfos

public BusinessServiceInfo[] businessServiceInfos
Published business services.


bindingTemplateInfos

public BindingTemplateInfo[] bindingTemplateInfos
Published binding templates.


tModelInfos

public TModelInfo[] tModelInfos
Published tModels.

Constructor Detail

WsDiscoveryRecord

public WsDiscoveryRecord()
Default constructor.


WsDiscoveryRecord

public WsDiscoveryRecord(BusinessEntityInfo[] businessEntityInfos,
                         TModelInfo[] tModelInfos)
Constructor.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object.

Returns:
a string representation of the object.