Object
Serializable
Manages information required for a WSRP consumer to invoke a WSRP producer.
The consumer identifies each producer with a producerHandle
which is a unique string assigned
while adding a producer. This handle must be unique within a given web app.
Related Topics
Object
ProducerInfo
Serializable
Constructor Summary |
Method Summary |
public boolean | |
public |
|
public |
|
public int |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public byte[] |
|
public boolean |
|
public |
|
public |
|
public |
|
public int |
|
public boolean |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void | |
public void |
|
public |
|
Methods from class java.lang. |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProducerInfo()
Method Detail |
public boolean equals(Object
obj)
Object.equals(Object)
public CookieProtocol.Enum
getCookieProtocol()
Returns the cookie protocol.
public String
getDescription()
Returns description of the producer.
public int getId()
returns the unique ID used for storing the producer information in the database.
public String
getMarkupPortUrl()
Returns markup port URL
public String
getPortletManagementPortUrl()
Returns portlet management port URL
public String
getProducerHandle()
Returns the handle used to identity the producer.
public RegistrationContext
getRegistrationContext()
Returns registration context.
public String
getRegistrationHandle()
Returns regitration handle of the producer. Returns null if ther producer does not require registration, or if the consumer has not yet registered with this producer.
public String
getRegistrationPortUrl()
Returns registration port URL
public byte[] getRegistrationState()
Returns optional regitration state associated with the registration with the producer.
public boolean getRequiresRegistration()
Returns requires registration flag
public String
getServiceDescriptionPortUrl()
Returns the service description port URL.
public String
getVendor()
Returns the vendor of the producer.
public String
getWsdlUrl()
Returns the WSDL URL
public int hashCode()
Object.hashCode()
public boolean isRegistered()
Returns if the consumer has registered with this producer.
public void setCookieProtocol(CookieProtocol.Enum
cookieProtocol)
Sets cookie protocol.
public void setDescription(String
description)
Sets description.
public void setId(int id)
Sets the unique ID used for storing the producer information in the database.
public void setMarkupPortUrl(String
markupPortUrl)
Sets markup port URL
public void setPortletManagementPortUrl(String
portletManagementPortUrl)
Sets portlet management port URL
public void setProducerHandle(String
producerHandle)
Sets producer handle
public void setRegistrationHandle(String
registrationHandle)
Sets the registration handle.
public void setRegistrationPortUrl(String
registrationPortUrl)
Sets registration port URL
public void setRegistrationState(byte[] registrationState)
Sets registration state.
public void setRequiresRegistration(boolean requiresRegistration)
Sets whether registration is required or not.
public void setServiceDescriptionPortUrl(String
serviceDescriptionPortUrl)
Sets servide description port URL.
public void setVendor(String
vendor)
Sets vendor information.
public void setWsdlUrl(String
wsdlUrl)
Sets WSDL URL.
public String
toString()
Object.toString()