com.bea.wsrp.consumer.wsdl
Interface IWSDLRequestContext


public interface IWSDLRequestContext

Represents a WSDL call before fetching the WSDL


Method Summary
 weblogic.wsee.connection.transport.TransportInfo getTransportInfo()
          Get the current transport info.
 String getWsdlUrl()
          Get the URL to fetch the WSDL from
 boolean isValidateWsdl()
          Should the WSDL be validated
 void setTransportInfo(weblogic.wsee.connection.transport.TransportInfo transportInfo)
          Set the transport info.
 void setValidateWsdl(boolean validate)
          Should the WSDL be validated
 void setWsdlUrl(String url)
          Set a new URL to fetch the WSDL from
 

Method Detail

getWsdlUrl

String getWsdlUrl()
Get the URL to fetch the WSDL from

Returns
the current WSDL URL

setWsdlUrl

void setWsdlUrl(String url)
Set a new URL to fetch the WSDL from

Parameters
url - the new url

getTransportInfo

weblogic.wsee.connection.transport.TransportInfo getTransportInfo()
Get the current transport info.

Returns
By default null otherwise the last setTransportInfo()
See Also
HttpTransportInfo, HttpsTransportInfo

setTransportInfo

void setTransportInfo(weblogic.wsee.connection.transport.TransportInfo transportInfo)
Set the transport info. This allows for setting the HTTP proxy and SSL info.

Parameters
transportInfo - The new TransportInfo
See Also
HttpTransportInfo, HttpsTransportInfo

isValidateWsdl

boolean isValidateWsdl()
Should the WSDL be validated

Returns
true unless setValidatWsdl() has been called.

setValidateWsdl

void setValidateWsdl(boolean validate)
Should the WSDL be validated

Parameters
validate - false to skip WSDL validation


Copyright © 2011, Oracle. All rights reserved.