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

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

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

Binding template info.

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

Field Summary
 java.lang.String accessDescriptor
          This field described where is the service endpoint - it can be either access point (URL) or hosting redirector (a binding template UUID).
 java.lang.String uuid
          Binding template UUID.
 
Constructor Summary
BindingTemplateInfo()
          Default constructor.
BindingTemplateInfo(java.lang.String uuid, java.lang.String accessDescriptor)
          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

uuid

public java.lang.String uuid
Binding template UUID.


accessDescriptor

public java.lang.String accessDescriptor
This field described where is the service endpoint - it can be either access point (URL) or hosting redirector (a binding template UUID).

Constructor Detail

BindingTemplateInfo

public BindingTemplateInfo()
Default constructor.


BindingTemplateInfo

public BindingTemplateInfo(java.lang.String uuid,
                           java.lang.String accessDescriptor)
Constructor.

Method Detail

toString

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

Returns:
a string representation of the object.