|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
String getWsdlUrl()
void setWsdlUrl(String url)
url - the new urlweblogic.wsee.connection.transport.TransportInfo getTransportInfo()
void setTransportInfo(weblogic.wsee.connection.transport.TransportInfo transportInfo)
transportInfo - The new TransportInfoboolean isValidateWsdl()
void setValidateWsdl(boolean validate)
validate - false to skip WSDL validation
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||