Methods
Modifier and Type |
Method and Description |
protected void |
applyPortMethodCustomization(Port port,
Port wsdlPort) |
protected void |
error(Entity entity,
String message) |
protected static Message |
findMessage(QName messageName,
WSDLDocument document) |
protected List<String> |
getAlternateMimeTypes(List<MIMEContent> mimeContents) |
protected TWSDLExtension |
getAnyExtensionOfType(TWSDLExtensible extensible,
Class type) |
protected Set |
getDuplicateFaultNames() |
protected static TWSDLExtension |
getExtensionOfType(TWSDLExtensible extensible,
Class type) |
protected List<SOAPHeader> |
getHeaderExtensions(TWSDLExtensible extensible) |
protected Message |
getInputMessage() |
protected String |
getLiteralJavaMemberName(Fault fault) |
protected List<MessagePart> |
getMessageParts(SOAPBody body,
Message message,
boolean isInput) |
protected List<MessagePart> |
getMimeContentParts(Message message,
TWSDLExtensible ext) |
protected List<MIMEContent> |
getMimeContents(MIMEPart part) |
protected List<MIMEContent> |
getMimeContents(TWSDLExtensible ext,
Message message,
String name) |
protected Iterable<MIMEPart> |
getMimeParts(TWSDLExtensible ext) |
protected Message |
getOutputMessage() |
protected static QName |
getQNameOf(GloballyKnown entity) |
protected String |
getRequestNamespaceURI(SOAPBody body) |
protected String |
getResponseNamespaceURI(SOAPBody body) |
protected SOAPBody |
getSOAPRequestBody() |
protected SOAPBody |
getSOAPResponseBody() |
protected String |
getUniqueClassName(String className) |
protected String |
getUniqueName(Operation operation,
boolean hasOverloadedOperations) |
protected boolean |
isConflictingClassName(String name) |
protected boolean |
isConflictingExceptionClassName(String name) |
protected boolean |
isConflictingPortClassName(String name) |
protected boolean |
isConflictingServiceClassName(String name) |
protected boolean |
isConflictingStubClassName(String name) |
protected boolean |
isConflictingTieClassName(String name) |
protected boolean |
isProvider(Port wsdlPort) |
protected boolean |
isRequestMimeMultipart() |
protected boolean |
isResponseMimeMultipart() |
protected boolean |
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.
|
protected String |
makePackageQualified(String s) |
protected static boolean |
tokenListContains(String tokenList,
String target) |
protected boolean |
validateBodyParts(BindingOperation operation) |
protected boolean |
validateMimeParts(Iterable<MIMEPart> mimeParts) |
protected void |
warning(Entity entity,
String message) |