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

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

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

WSO2 SOA Enablement Server profile.

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

Field Summary
 java.lang.String baseUrl
          Insecure port e.g.
 java.lang.String secureBaseUrl
          Secure port e.g.
 java.lang.String version
          WSO2 SOA Enablement Server version.
 
Constructor Summary
WaspServerProfile()
          Default constructor.
WaspServerProfile(java.lang.String baseUrl, java.lang.String secureBaseUrl)
          Constructor.
WaspServerProfile(java.lang.String baseUrl, java.lang.String secureBaseUrl, java.lang.String version)
          Constructor.
 
Method Summary
 int hashCode()
          Returns a hash code value for the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseUrl

public java.lang.String baseUrl
Insecure port e.g. http://www.acme.com:6060.


secureBaseUrl

public java.lang.String secureBaseUrl
Secure port e.g. https://www.acme.com:6443.


version

public java.lang.String version
WSO2 SOA Enablement Server version.

Constructor Detail

WaspServerProfile

public WaspServerProfile()
Default constructor.


WaspServerProfile

public WaspServerProfile(java.lang.String baseUrl,
                         java.lang.String secureBaseUrl)
Constructor.


WaspServerProfile

public WaspServerProfile(java.lang.String baseUrl,
                         java.lang.String secureBaseUrl,
                         java.lang.String version)
Constructor.

Method Detail

hashCode

public int hashCode()
Returns a hash code value for the object. This method is supported for the benefit of hashtables such as those provided by java.util.Hashtable.
Hashcode is formed as follows: hash code of the string inquiryUrl@publishingPort.

Returns:
hash code value for this object.