| com.sun.xml.ws.api.model.wsdl.WSDLFault
All known Subclasses: com.sun.xml.ws.model.wsdl.WSDLFaultImpl,
Method Summary | |
WSDLMessage | getMessage() Gives the WSDLMessage corresponding to wsdl:fault@message
This method should not be called before the entire WSDLModel is built. | String | getName() |
getMessage | WSDLMessage getMessage()(Code) | | Gives the WSDLMessage corresponding to wsdl:fault@message
This method should not be called before the entire WSDLModel is built. Basically after the WSDLModel is built
all the references are resolve in a post processing phase. IOW, the WSDL extensions should
not call this method.
Always returns null when called from inside WSDL extensions. |
|
|