| java.lang.Object com.sun.tools.ws.processor.modeler.wsdl.WSDLModelerBase
All known Subclasses: com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler,
WSDLModelerBase | abstract public class WSDLModelerBase implements Modeler(Code) | | author: WS Development Team author: Base class for WSDL->Model classes. |
Inner Class :public class ProcessSOAPOperationInfo | |
Inner Class :public static class WSDLExceptionInfo | |
Method Summary | |
protected void | applyPortMethodCustomization(Port port, com.sun.tools.ws.wsdl.document.Port wsdlPort) | protected void | error(Entity entity, String message) | protected static com.sun.tools.ws.wsdl.document.Message | findMessage(QName messageName, ProcessSOAPOperationInfo info) | 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 com.sun.tools.ws.wsdl.document.Message | getInputMessage() | protected String | getLiteralJavaMemberName(Fault fault) | protected List<MessagePart> | getMessageParts(SOAPBody body, com.sun.tools.ws.wsdl.document.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 com.sun.tools.ws.wsdl.document.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(com.sun.tools.ws.wsdl.document.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(com.sun.tools.ws.wsdl.document.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) |
MESSAGE_HAS_MIME_MULTIPART_RELATED_BINDING | final public static String MESSAGE_HAS_MIME_MULTIPART_RELATED_BINDING(Code) | | |
OPERATION_HAS_VOID_RETURN_TYPE | final protected static String OPERATION_HAS_VOID_RETURN_TYPE(Code) | | |
WSDL_PARAMETER_ORDER | final protected static String WSDL_PARAMETER_ORDER(Code) | | |
WSDL_RESULT_PARAMETER | final public static String WSDL_RESULT_PARAMETER(Code) | | |
_faultTypeToStructureMap | protected Map _faultTypeToStructureMap(Code) | | |
info | protected ProcessSOAPOperationInfo info(Code) | | |
useWSIBasicProfile | protected boolean useWSIBasicProfile(Code) | | |
getDuplicateFaultNames | protected Set getDuplicateFaultNames()(Code) | | |
isConflictingClassName | protected boolean isConflictingClassName(String name)(Code) | | |
isConflictingExceptionClassName | protected boolean isConflictingExceptionClassName(String name)(Code) | | |
isConflictingPortClassName | protected boolean isConflictingPortClassName(String name)(Code) | | |
isConflictingServiceClassName | protected boolean isConflictingServiceClassName(String name)(Code) | | |
isConflictingStubClassName | protected boolean isConflictingStubClassName(String name)(Code) | | |
isConflictingTieClassName | protected boolean isConflictingTieClassName(String name)(Code) | | |
isRequestMimeMultipart | protected boolean isRequestMimeMultipart()(Code) | | |
isResponseMimeMultipart | protected boolean isResponseMimeMultipart()(Code) | | |
isStyleAndPartMatch | protected boolean isStyleAndPartMatch(SOAPOperation soapOperation, MessagePart part)(Code) | | 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.
|
tokenListContains | protected static boolean tokenListContains(String tokenList, String target)(Code) | | |
validateBodyParts | protected boolean validateBodyParts(BindingOperation operation)(Code) | | Parameters: operation - true if operation has valid body parts |
validateMimeParts | protected boolean validateMimeParts(Iterable<MIMEPart> mimeParts)(Code) | | Parameters: mimeParts - |
|
|