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<String> 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.Method parameters in com.sun.tools.ws.processor.modeler.wsdl with type arguments of type MessagePartModifier and TypeMethodDescriptionprotected voidWSDLModeler.handleLiteralSOAPHeaders(Request request, Response response, Iterator<MessagePart> headerParts, Set<QName> duplicateNames, List<String> definitiveParameterList, boolean processRequest) -
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)