All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Model |
buildModel()
Returns the top model of a Web Service.
|
protected boolean |
createJavaException(Fault fault,
Port port,
String operationName) |
protected void |
createJavaInterfaceForPort(Port port) |
protected void |
createRelativeJavaExceptions(Fault fault,
Port port,
String operationName) |
protected Class |
getClassForNameOrFail(String name) |
protected Class |
getClassForNameOrNull(String name) |
protected Constructor |
getConstructorForSignatureOrFail(Class klass,
Class[] argTypes) |
protected static Extension |
getExtensionOfType(Extensible extensible,
Class type) |
protected String |
getJavaPackageName(QName name) |
protected Method |
getMethodForNameAndSignatureAndReturnTypeOrFail(Class klass,
String methodName,
Class[] argTypes,
Class returnType) |
Model |
getModel() |
NamespaceMappingRegistryInfo |
getNamespaceMappingRegistryInfo() |
protected String |
getNonQualifiedNameFor(QName name) |
ProcessorEnvironment |
getProcessorEnvironment() |
protected static QName |
getQNameOf(GloballyKnown entity) |
protected static String |
getReadableClassName(Class klass) |
protected static boolean |
isIncorrectFaultPartName(String s) |
protected static boolean |
isIncorrectFaultPartType(QName n) |
protected QName |
makePackageQualified(QName name) |
protected String |
makePackageQualified(String s,
QName name) |
protected boolean |
processPort(Port wsdlPort,
Service service,
WSDLDocument document) |
protected void |
processService(Service wsdlService,
Model model,
WSDLDocument document) |
protected Operation |
processSOAPOperation(NoMetadataModeler.ProcessSOAPOperationInfo info) |
protected Operation |
processSOAPOperationRPCStyle(NoMetadataModeler.ProcessSOAPOperationInfo info) |
protected static void |
setDocumentationIfPresent(ModelObject obj,
Documentation documentation) |
protected static boolean |
tokenListContains(String tokenList,
String target) |
protected void |
verifyJavaInterface(Port port) |
protected void |
verifyJavaType(JavaType javaType,
Class klass) |
protected void |
verifyServiceInterface(Service service) |
protected void |
warn(String key) |
protected void |
warn(String key,
Object[] args) |
protected void |
warn(String key,
String arg) |