Class NoMetadataModeler
- java.lang.Object
-
- com.sun.xml.rpc.processor.modeler.nometadata.NoMetadataModeler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNoMetadataModeler.ProcessSOAPOperationInfo
-
Constructor Summary
Constructors Constructor Description NoMetadataModeler(NoMetadataModelInfo modelInfo, Properties options)
-
Method Summary
-
-
-
Constructor Detail
-
NoMetadataModeler
public NoMetadataModeler(NoMetadataModelInfo modelInfo, Properties options)
-
-
Method Detail
-
getProcessorEnvironment
public ProcessorEnvironment getProcessorEnvironment()
-
getNamespaceMappingRegistryInfo
public NamespaceMappingRegistryInfo getNamespaceMappingRegistryInfo()
-
getModel
public Model getModel()
-
buildModel
public Model buildModel()
Description copied from interface:ModelerReturns the top model of a Web Service. May throw a ModelException if there is a problem with the model.- Specified by:
buildModelin interfaceModeler- Returns:
- Model - the root Node of the model of the Web Service
-
processService
protected void processService(Service wsdlService, Model model, WSDLDocument document)
-
processPort
protected boolean processPort(Port wsdlPort, Service service, WSDLDocument document)
-
processSOAPOperation
protected Operation processSOAPOperation(NoMetadataModeler.ProcessSOAPOperationInfo info)
-
processSOAPOperationRPCStyle
protected Operation processSOAPOperationRPCStyle(NoMetadataModeler.ProcessSOAPOperationInfo info)
-
createJavaInterfaceForPort
protected void createJavaInterfaceForPort(Port port)
-
createJavaException
protected boolean createJavaException(Fault fault, Port port, String operationName)
-
createRelativeJavaExceptions
protected void createRelativeJavaExceptions(Fault fault, Port port, String operationName)
-
verifyJavaInterface
protected void verifyJavaInterface(Port port)
-
verifyServiceInterface
protected void verifyServiceInterface(Service service)
-
warn
protected void warn(String key)
-
getMethodForNameAndSignatureAndReturnTypeOrFail
protected Method getMethodForNameAndSignatureAndReturnTypeOrFail(Class klass, String methodName, Class[] argTypes, Class returnType)
-
getConstructorForSignatureOrFail
protected Constructor getConstructorForSignatureOrFail(Class klass, Class[] argTypes)
-
isIncorrectFaultPartName
protected static boolean isIncorrectFaultPartName(String s)
-
isIncorrectFaultPartType
protected static boolean isIncorrectFaultPartType(QName n)
-
getExtensionOfType
protected static Extension getExtensionOfType(Extensible extensible, Class type)
-
setDocumentationIfPresent
protected static void setDocumentationIfPresent(ModelObject obj, Documentation documentation)
-
getQNameOf
protected static QName getQNameOf(GloballyKnown entity)
-
-