Uses of Class
com.sun.tools.ws.wsdl.document.Message
Packages that use Message
Package
Description
-
Uses of Message in com.sun.tools.ws.processor.model
Constructors in com.sun.tools.ws.processor.model with parameters of type MessageModifierConstructorDescriptionprotectedMessage(Message entity, ErrorReceiver receiver) Request(Message entity, ErrorReceiver receiver) Response(Message entity, ErrorReceiver receiver) -
Uses of Message in com.sun.tools.ws.processor.modeler.wsdl
Methods in com.sun.tools.ws.processor.modeler.wsdl that return MessageModifier and TypeMethodDescriptionprotected static MessageWSDLModelerBase.findMessage(QName messageName, WSDLDocument document) protected MessageWSDLModelerBase.getInputMessage()protected MessageWSDLModelerBase.getOutputMessage()Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type MessageModifier and TypeMethodDescriptionprotected List<MessagePart>WSDLModelerBase.getMessageParts(SOAPBody body, Message message, boolean isInput) protected List<MessagePart>WSDLModelerBase.getMimeContentParts(Message message, TWSDLExtensible ext) protected List<MIMEContent>WSDLModelerBase.getMimeContents(TWSDLExtensible ext, Message message, String name) protected booleanWSDLModeler.setMessagePartsBinding(SOAPBody body, Message message, WSDLModeler.StyleAndUse styleAndUse, boolean isInput) -
Uses of Message in com.sun.tools.ws.wsdl.document
Methods in com.sun.tools.ws.wsdl.document that return MessageModifier and TypeMethodDescriptionFault.resolveMessage(AbstractDocument document) Input.resolveMessage(AbstractDocument document) Output.resolveMessage(AbstractDocument document) Methods in com.sun.tools.ws.wsdl.document with parameters of type Message