Uses of Class
com.sun.tools.ws.wsdl.document.MessagePart
Packages that use MessagePart
-
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 MessagePartModifier and TypeMethodDescriptionprotected 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 MessagePartModifier and TypeMethodDescriptionprotected 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 MessagePartMethods in com.sun.tools.ws.wsdl.document that return types with arguments of type MessagePartMethods in com.sun.tools.ws.wsdl.document with parameters of type MessagePartModifier and TypeMethodDescriptionvoidMessage.add(MessagePart part) voidWSDLDocumentVisitor.visit(MessagePart part) voidWSDLDocumentVisitorBase.visit(MessagePart part)