Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLMessage
Packages that use WSDLMessage
Package
Description
-
Uses of WSDLMessage in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLMessageModifier and TypeMethodDescriptionWSDLFault.getMessage()Gives the WSDLMessage corresponding to wsdl:fault@message This method should not be called before the entire WSDLModel is built.WSDLInput.getMessage()Gives the WSDLMessage corresponding to wsdl:input@message
This method should not be called before the entire WSDLModel is built.WSDLModel.getMessage(QName name) Returns the message with the given QNameWSDLOutput.getMessage()Gives the WSDLMessage corresponding to wsdl:output@message
This method should not be called before the entire WSDLModel is built.Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLMessageModifier and TypeMethodDescriptionMap<QName,? extends WSDLMessage> WSDLModel.getMessages()Gives aMapof wsdl:message qualified name andWSDLMessage -
Uses of WSDLMessage in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLMessage in com.sun.xml.ws.api.model.wsdl.editable -
Uses of WSDLMessage in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLMessageModifier and TypeClassDescriptionfinal classProvides abstraction for wsdl:message