WsdlUtils.WsrpPortStruct Class

com.bea.wsrp.util
WsdlUtils.WsrpPortStruct Class

public static class WsdlUtils.WsrpPortStruct

    extends Object

Specifies WSRP ports offered by a producer.


Hierarchy
Object
  WsdlUtils.WsrpPortStruct
Enclosing class

WsdlUtils

Constructor Summary

WsdlUtils.WsrpPortStruct()

 

Method Summary

public boolean
acceptsMime()

Returns true if this producer can process MIME messages.

public String
getMarkupPortUrl()

Returns markup port.

public String
getPortletManagementPortUrl()

Returns portlet management port.

public String
getRegistrationPortUrl()

Returns registration port.

public String
getServiceDescriptionPortUrl()

Returns service description port.

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

WsdlUtils.WsrpPortStruct

public WsdlUtils.WsrpPortStruct()
 

Method Detail

acceptsMime() Method

public boolean acceptsMime()

Returns true if this producer can process MIME messages.


getMarkupPortUrl() Method

public String getMarkupPortUrl()

Returns markup port.


getPortletManagementPortUrl() Method

public String getPortletManagementPortUrl()

Returns portlet management port.


getRegistrationPortUrl() Method

public String getRegistrationPortUrl()

Returns registration port.


getServiceDescriptionPortUrl() Method

public String getServiceDescriptionPortUrl()

Returns service description port.