Class WSDLModeler112
- java.lang.Object
-
- com.sun.xml.rpc.processor.modeler.wsdl.WSDLModelerBase
-
- com.sun.xml.rpc.processor.modeler.wsdl.WSDLModeler112
-
- All Implemented Interfaces:
Modeler
- Direct Known Subclasses:
J2EEModeler112
,WSDLModeler
public class WSDLModeler112 extends WSDLModelerBase
WSDLModeler for JAXRPC version 1.1.2- Author:
- Vivek Pandey
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.rpc.processor.modeler.wsdl.WSDLModelerBase
WSDLModelerBase.ProcessSOAPOperationInfo, WSDLModelerBase.WSDLExceptionInfo
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.processor.modeler.wsdl.WSDLModelerBase
_faultTypeToStructureMap, _javaExceptions, _javaTypes, hSet, info, MESSAGE_HAS_MIME_MULTIPART_RELATED_BINDING, parser
-
-
Constructor Summary
Constructors Constructor Description WSDLModeler112(WSDLModelInfo modelInfo, Properties options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SchemaAnalyzerBase
getSchemaAnalyzerInstance(WSDLDocument document, WSDLModelInfo _modelInfo, Properties _options, Set _conflictingClassNames, JavaSimpleTypeCreator _javaTypes)
Gets the appropriate Schema Analyzer for the wsdl-
Methods inherited from class com.sun.xml.rpc.processor.modeler.wsdl.WSDLModelerBase
addParameterToStructures, buildModel, checkNotWsdlElement, checkNotWsdlRequired, createJavaException, createJavaExceptionFromLiteralType, createJavaExceptionFromSOAPType, createJavaInterfaceForPort, createParentFault, createRelativeJavaExceptions, createSubfaults, findMessage, getAnyExtensionOfType, getDocumentationFor, getElementTypeToLiteralType, getEnvironment, getExceptionInfo, getExtensionOfType, getFaultName, getHeaderFaultSequenceType, getInputMessage, getJavaNameForOperation, getJavaNameOfPort, getJavaNameOfSEI, getLiteralJavaMemberName, getMessageParts, getNonQualifiedNameFor, getOutputMessage, getQNameOf, getRequestNamespaceURI, getResponseNamespaceURI, getSchemaAnalyzer, getServiceInterfaceName, getSOAPRequestBody, getSOAPResponseBody, getStructureNamePrefix, getUniqueName, getUniqueParameterName, handleLiteralSOAPFault, info, info, isBoundToMimeContent, isBoundToSOAPBody, isConflictingClassName, isConflictingExceptionClassName, isConflictingPortClassName, isConflictingServiceClassName, isConflictingStubClassName, isConflictingTieClassName, isEquivalentLiteralStructures, isEquivalentSOAPStructures, isOperationDocumentLiteral, isRequestMimeMultipart, isResponseMimeMultipart, isSingleInOutPart, isStyleAndPartMatch, isUnwrappable, isUnwrappable, isWrapperType, makeNameUniqueInSet, makePackageQualified, makePackageQualified, makePackageQualified, makePackageQualified, postProcessSOAPOperation, processHeaderFaults, processParameterOrder, processPort, processSearchSchemaOption, processService, processSOAPOperation, processSOAPOperationDocumentLiteralStyle, processSOAPOperationRPCEncodedStyle, processSOAPOperationRPCLiteralStyle, setCurrentPort, setDocumentationIfPresent, setJavaOperationNameProperty, setSOAPUse, setUnwrapped, tokenListContains, typeHasNoWildcardElement, useExplicitServiceContextForDocLit, useExplicitServiceContextForRpcEncoded, useExplicitServiceContextForRpcLit, verifyParameterType, verifyResultType, warn, warn, warn, warn
-
-
-
-
Constructor Detail
-
WSDLModeler112
public WSDLModeler112(WSDLModelInfo modelInfo, Properties options)
- Parameters:
modelInfo
-options
-
-
-
Method Detail
-
getSchemaAnalyzerInstance
protected SchemaAnalyzerBase getSchemaAnalyzerInstance(WSDLDocument document, WSDLModelInfo _modelInfo, Properties _options, Set _conflictingClassNames, JavaSimpleTypeCreator _javaTypes)
Description copied from class:WSDLModelerBase
Gets the appropriate Schema Analyzer for the wsdl- Specified by:
getSchemaAnalyzerInstance
in classWSDLModelerBase
- Returns:
- the schema analyzer
-
-