Uses of Class
com.sun.tools.ws.wsdl.document.MessagePart

Packages that use MessagePart
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
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
protected  boolean WSDLModeler.isSingleInOutPart(Set inputParameterNames, MessagePart outputPart)
           
protected  boolean WSDLModelerBase.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
 MessagePart Message.getPart(String name)
           
 

Methods in com.sun.tools.ws.wsdl.document that return types with arguments of type MessagePart
 List<MessagePart> Message.getParts()
           
 Iterator<MessagePart> Message.parts()
           
 

Methods in com.sun.tools.ws.wsdl.document with parameters of type MessagePart
 void Message.add(MessagePart part)
           
 void WSDLDocumentVisitor.visit(MessagePart part)
           
 void WSDLDocumentVisitorBase.visit(MessagePart part)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.