| java.lang.Object org.netbeans.modules.visualweb.websvcmgr.util.Util
Util | public class Util (Code) | | General utility methods for WSDL documents.
|
BUFFER_SIZE | final public static int BUFFER_SIZE(Code) | | |
WSDL_FILE_EXTENSION | final public static String WSDL_FILE_EXTENSION(Code) | | |
dataproviderJar | final public static String dataproviderJar(Code) | | |
getActiveProject | public static Project getActiveProject()(Code) | | Return the Project that is currently active according to the Designer.
currently active project or null, if none. |
getCorrespondingJaxRpcMethod | public static Method getCorrespondingJaxRpcMethod(JavaMethod modelMethod, String portName, WebServiceData wsData)(Code) | | |
getOutputHolderIndex | public static int getOutputHolderIndex(JavaMethod m)(Code) | | |
getWebServiceSupportLibDef | public static Library getWebServiceSupportLibDef(boolean isJ2EE_15)(Code) | | The library definition containing the web service support jar files, null if it does not exist |
getWrapperForPrimitive | public static String getWrapperForPrimitive(String javaPrimitive)(Code) | | |
hasOutput | public static boolean hasOutput(JavaMethod m)(Code) | | |
insertSimpleTypes | public static void insertSimpleTypes(Map typeMapping)(Code) | | Take an XML Schema data type and make a Java type out of it.
eg: 'xsd:string' -> 'java.lang.String'
|
isJAXRPCAvailable | public static boolean isJAXRPCAvailable()(Code) | | |
isJavaPrimitive | public static boolean isJavaPrimitive(String typeName)(Code) | | |
isPrimitiveType | public static boolean isPrimitiveType(String typeName)(Code) | | |
isSerializerNeeded | public static boolean isSerializerNeeded(String type)(Code) | | |
|
|