Uses of Class
com.sun.tools.ws.wsdl.document.MessagePart
-
Packages that use MessagePart Package Description com.sun.tools.ws.processor.modeler.wsdl com.sun.tools.ws.wsdl.document -
-
Uses of MessagePart in com.sun.tools.ws.processor.modeler.wsdl
Methods in com.sun.tools.ws.processor.modeler.wsdl that return types with arguments of type MessagePart Modifier and Type Method Description protected List<MessagePart>WSDLModelerBase. getMessageParts(SOAPBody body, Message message, boolean isInput)protected List<MessagePart>WSDLModelerBase. getMimeContentParts(Message message, TWSDLExtensible ext)protected List<MessagePart>WSDLModeler. getParameterOrder()Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type MessagePart Modifier and Type Method Description protected booleanWSDLModeler. isSingleInOutPart(Set inputParameterNames, MessagePart outputPart)protected booleanWSDLModelerBase. isStyleAndPartMatch(SOAPOperation soapOperation, MessagePart part)For Document/Lit the wsdl:part should only have element attribute and for RPC/Lit or RPC/Encoded the wsdl:part should only have type attribute inside wsdl:message. -
Uses of MessagePart in com.sun.tools.ws.wsdl.document
Methods in com.sun.tools.ws.wsdl.document that return MessagePart Modifier and Type Method Description MessagePartMessage. getPart(String name)Methods in com.sun.tools.ws.wsdl.document that return types with arguments of type MessagePart Modifier and Type Method Description List<MessagePart>Message. getParts()Iterator<MessagePart>Message. parts()Methods in com.sun.tools.ws.wsdl.document with parameters of type MessagePart Modifier and Type Method Description voidMessage. add(MessagePart part)voidWSDLDocumentVisitor. visit(MessagePart part)voidWSDLDocumentVisitorBase. visit(MessagePart part)
-