com.bea.wsrp.consumer.wsdl
Interface IWSDLResponseContext


public interface IWSDLResponseContext

Represents the WSDL after fetching it


Method Summary
 URL getV1MarkupPortUrl()
          Get the V1 markup port URL
 URL getV1PortletManagementPortUrl()
          Get the v1 portlet management port
 URL getV1RegistrationPortUrl()
          Get the v1 registration port
 URL getV1ServiceDescriptionPortUrl()
          Get the v1 service description port
 URL getV1WlpEntensionMarkupPortUrl()
          Get the v1 WLP extended markup port
 URL getV2MarkupPortUrl()
          Get the v2 markup port
 URL getV2PortletManagementPortUrl()
          Get the v2 portlet management port
 URL getV2RegistrationPortUrl()
          Get the v2 registration port
 URL getV2ServiceDescriptionPortUrl()
          Get the v2 service description port
 URL getV2WlpEntensionMarkupPortUrl()
          Get the v2 WLP extended markup port
 void setV1MarkupPortUrl(URL markupPortUrl)
          Set the V1 markup port URL
 void setV1PortletManagementPortUrl(URL portletManagementPortUrl)
          Set the v1 portlet management port
 void setV1RegistrationPortUrl(URL registrationPortUrl)
          Set the v1 registration port
 void setV1ServiceDescriptionPortUrl(URL serviceDescriptionPortUrl)
          Get the v1 service description port
 void setV1WlpEntensionMarkupPortUrl(URL wlpEntensionMarkupPortUrl)
          Set the v1 WLP extended markup port
 void setV2MarkupPortUrl(URL markupPortUrl)
          Set the v2 markup port
 void setV2PortletManagementPortUrl(URL portletManagementPortUrl)
          Set the v2 portlet management port
 void setV2RegistrationPortUrl(URL registrationPortUrl)
          Set the v2 registration port
 void setV2ServiceDescriptionPortUrl(URL serviceDescriptionPortUrl)
          Set the v2 service description port
 void setV2WlpEntensionMarkupPortUrl(URL wlpEntensionMarkupPortUrl)
          Set the v2 WLP extended markup port
 

Method Detail

getV1MarkupPortUrl

URL getV1MarkupPortUrl()
Get the V1 markup port URL

Returns
the URL or null if the WSDL does not contain this port.

setV1MarkupPortUrl

void setV1MarkupPortUrl(URL markupPortUrl)
Set the V1 markup port URL

Parameters
markupPortUrl - The URL or null if port is not supported

getV1WlpEntensionMarkupPortUrl

URL getV1WlpEntensionMarkupPortUrl()
Get the v1 WLP extended markup port

Returns
the URL or null if the WSDL does not contain this port.

setV1WlpEntensionMarkupPortUrl

void setV1WlpEntensionMarkupPortUrl(URL wlpEntensionMarkupPortUrl)
Set the v1 WLP extended markup port

Parameters
wlpEntensionMarkupPortUrl - The URL or null if port is not supported

getV1RegistrationPortUrl

URL getV1RegistrationPortUrl()
Get the v1 registration port

Returns
the URL or null if the WSDL does not contain this port.

setV1RegistrationPortUrl

void setV1RegistrationPortUrl(URL registrationPortUrl)
Set the v1 registration port

Parameters
registrationPortUrl - The URL or null if port is not supported

getV1ServiceDescriptionPortUrl

URL getV1ServiceDescriptionPortUrl()
Get the v1 service description port

Returns
the URL or null if the WSDL does not contain this port.

setV1ServiceDescriptionPortUrl

void setV1ServiceDescriptionPortUrl(URL serviceDescriptionPortUrl)
Get the v1 service description port

Parameters
serviceDescriptionPortUrl - The URL or null if port is not supported

getV1PortletManagementPortUrl

URL getV1PortletManagementPortUrl()
Get the v1 portlet management port

Returns
the URL or null if the WSDL does not contain this port.

setV1PortletManagementPortUrl

void setV1PortletManagementPortUrl(URL portletManagementPortUrl)
Set the v1 portlet management port

Parameters
portletManagementPortUrl - The URL or null if port is not supported

getV2MarkupPortUrl

URL getV2MarkupPortUrl()
Get the v2 markup port

Returns
the URL or null if the WSDL does not contain this port.

setV2MarkupPortUrl

void setV2MarkupPortUrl(URL markupPortUrl)
Set the v2 markup port

Parameters
markupPortUrl - The URL or null if port is not supported

getV2WlpEntensionMarkupPortUrl

URL getV2WlpEntensionMarkupPortUrl()
Get the v2 WLP extended markup port

Returns
the URL or null if the WSDL does not contain this port.

setV2WlpEntensionMarkupPortUrl

void setV2WlpEntensionMarkupPortUrl(URL wlpEntensionMarkupPortUrl)
Set the v2 WLP extended markup port

Parameters
wlpEntensionMarkupPortUrl - The URL or null if port is not supported

getV2RegistrationPortUrl

URL getV2RegistrationPortUrl()
Get the v2 registration port

Returns
the URL or null if the WSDL does not contain this port.

setV2RegistrationPortUrl

void setV2RegistrationPortUrl(URL registrationPortUrl)
Set the v2 registration port

Parameters
registrationPortUrl - The URL or null if port is not supported

getV2ServiceDescriptionPortUrl

URL getV2ServiceDescriptionPortUrl()
Get the v2 service description port

Returns
the URL or null if the WSDL does not contain this port.

setV2ServiceDescriptionPortUrl

void setV2ServiceDescriptionPortUrl(URL serviceDescriptionPortUrl)
Set the v2 service description port

Parameters
serviceDescriptionPortUrl - The URL or null if port is not supported

getV2PortletManagementPortUrl

URL getV2PortletManagementPortUrl()
Get the v2 portlet management port

Returns
the URL or null if the WSDL does not contain this port.

setV2PortletManagementPortUrl

void setV2PortletManagementPortUrl(URL portletManagementPortUrl)
Set the v2 portlet management port

Parameters
portletManagementPortUrl - The URL or null if port is not supported


Copyright © 2011, Oracle. All rights reserved.