Package | Description |
---|---|
com.sun.tools.ws.processor.modeler.wsdl | |
com.sun.tools.ws.wsdl.document |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MessagePart |
Message.getPart(String name) |
Modifier and Type | Method and Description |
---|---|
List<MessagePart> |
Message.getParts() |
Iterator<MessagePart> |
Message.parts() |
Modifier and Type | Method and Description |
---|---|
void |
Message.add(MessagePart part) |
void |
WSDLDocumentVisitorBase.visit(MessagePart part) |
void |
WSDLDocumentVisitor.visit(MessagePart part) |
Copyright © 2016 Oracle Corporation. All rights reserved.