API Test Coverage Report for org.eclipse.jst.ws.axis.consumption.core
Test Coverage (methods tested: 9, methods not tested: 139)

Hide tested methods Hide untested methods Collapse classes

org.eclipse.jst.ws.internal.axis.consumption.core.AxisConsumptionCoreMessages

 <clinit>  ()V

org.eclipse.jst.ws.internal.axis.consumption.core.command.AxisDeployCommand

 <init>  ()V
 execute  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 executeAntTask  ()Lorg/eclipse/core/runtime/IStatus;
 setJavaWSDLParam  (Lorg/eclipse/jst/ws/internal/axis/consumption/core/common/JavaWSDLParameter;)V

org.eclipse.jst.ws.internal.axis.consumption.core.context.AxisEmitterContext

 getDeployScopeType  ()I
 getTimeOut  ()I
 isAllWantedEnabled  ()Z
 isHelperWantedEnabled  ()Z
 isUseInheritedMethodsEnabled  ()Z
 isValidateAgainstJAXRPCEnabled  ()Z
 isWrapArraysEnabled  ()Z
 selectDeployScopeType  (I)V
 setAllWantedEnabled  (Z)V
 setHelperWantedEnabled  (Z)V
 setTimeOut  (I)V
 setUseInheritedMethodsEnabled  (Z)V
 setValidateAgainstJAXRPCEnabled  (Z)V
 setWrapArraysEnabled  (Z)V

org.eclipse.jst.ws.internal.axis.consumption.core.context.AxisEmitterDefaults

 <init>  ()V
 getAllWantedDefault  ()Z
 getDeployScopeDefault  ()I
 getHelperWantedDefault  ()Z
 getTimeOutDefault  ()I
 getUseInheritedMethodsDefault  ()Z
 getValidateAgainstJAXRPC  ()Z
 getWrapArraysDefault  ()Z

org.eclipse.jst.ws.internal.axis.consumption.core.locator.AxisServicesSaxHandler

 <init>  ()V
 getWebServicesNames  ()Ljava/util/List;
 startElement  (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V

org.eclipse.jst.ws.internal.axis.consumption.core.locator.AxisServletSaxHandler

 <init>  ()V
 characters  ([CII)V
 isThereAxisServlet  ()Z
 startElement  (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V

org.eclipse.jst.ws.internal.axis.consumption.core.locator.AxisWebServiceLocator

 <init>  ()V
  1. org.eclipse.wst.ws.tests.unittest.AllWSJUnitTests

 getWebServiceClients  (Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/List;
  1. org.eclipse.wst.ws.tests.unittest.AllWSJUnitTests

 getWebServices  (Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/List;
  1. org.eclipse.wst.ws.tests.unittest.AllWSJUnitTests

org.eclipse.jst.ws.internal.axis.consumption.core.command.GeronimoAxisDeployCommand

 <init>  (Ljava/lang/String;)V
 execute  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 executeAdminTask  ()Lorg/eclipse/core/runtime/IStatus;
 executeAntTask  ()Lorg/eclipse/core/runtime/IStatus;
 setJavaWSDLParam  (Lorg/eclipse/jst/ws/internal/axis/consumption/core/common/JavaWSDLParameter;)V

org.eclipse.jst.ws.internal.axis.consumption.core.command.Java2WSDLCommand

 <init>  (Lorg/eclipse/jst/ws/internal/axis/consumption/core/common/JavaWSDLParameter;)V
 <init>  ()V
 execute  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 executeAntTask  (Lorg/eclipse/wst/common/environment/IEnvironment;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;
 getJavaWSDLParam  ()Lorg/eclipse/jst/ws/internal/axis/consumption/core/common/JavaWSDLParameter;
 getWsdlURI  ()Ljava/lang/String;
 moveGeneratedWSDL  (Lorg/eclipse/wst/common/environment/IEnvironment;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;
 redo  (Lorg/eclipse/wst/common/environment/IEnvironment;)Lorg/eclipse/core/runtime/Status;
 setJavaWSDLParam  (Lorg/eclipse/jst/ws/internal/axis/consumption/core/common/JavaWSDLParameter;)V
 undo  (Lorg/eclipse/wst/common/environment/IEnvironment;)Lorg/eclipse/core/runtime/Status;

org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter

 <init>  ()V
 getBeanName  ()Ljava/lang/String;
 getBeanPackage  ()Ljava/lang/String;
 getClasspath  ()Ljava/lang/String;
 getContainer  ()Ljava/lang/String;
 getDeploymentFiles  ()[Ljava/lang/String;
 getHTTPPassword  ()Ljava/lang/String;
 getHTTPUsername  ()Ljava/lang/String;
 getInputWsdlLocation  ()Ljava/lang/String;
 getJavaFiles  ()[Ljava/lang/String;
 getJavaOutput  ()Ljava/lang/String;
 getMappings  ()Ljava/util/HashMap;
 getMethods  ()Ljava/util/Hashtable;
 getMethodString  ()Ljava/lang/String;
 getNamespace  ()Ljava/lang/String;
 getOutput  ()Ljava/lang/String;
 getOutputWsdlLocation  ()Ljava/lang/String;
 getPortTypeName  ()Ljava/lang/String;
 getProjectURL  ()Ljava/lang/String;
 getServerSide  ()B
 getServiceName  ()Ljava/lang/String;
 getStyle  ()Ljava/lang/String;
 getUrlLocation  ()Ljava/lang/String;
 getUse  ()Ljava/lang/String;
 isGuessProjectURL  ()Z
 isMetaInfOnly  ()Z
 isSkeletonDeploy  ()Z
 setBeanName  (Ljava/lang/String;)V
 setBeanPackage  (Ljava/lang/String;)V
 setClasspath  (Ljava/lang/String;)V
 setContainer  (Ljava/lang/String;)V
 setDeploymentFiles  ([Ljava/lang/String;)V
 setGuessProjectURL  (Z)V
 setHTTPPassword  (Ljava/lang/String;)V
 setHTTPUsername  (Ljava/lang/String;)V
 setInputWsdlLocation  (Ljava/lang/String;)V
 setJavaFiles  ([Ljava/lang/String;)V
 setJavaOutput  (Ljava/lang/String;)V
 setMappings  (Ljava/util/HashMap;)V
 setMetaInfOnly  (Z)V
 setMethods  (Ljava/util/Hashtable;)V
 setMethodString  (Ljava/lang/String;)V
 setNamespace  (Ljava/lang/String;)V
 setOutput  (Ljava/lang/String;)V
 setOutputWsdlLocation  (Ljava/lang/String;)V
 setPortTypeName  (Ljava/lang/String;)V
 setProjectURL  (Ljava/lang/String;)V
 setServerSide  (B)V
 setServiceName  (Ljava/lang/String;)V
 setSkeletonDeploy  (Z)V
 setStyle  (Ljava/lang/String;)V
 setUrlLocation  (Ljava/lang/String;)V
 setUse  (Ljava/lang/String;)V

org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParamModifier

 <init>  ()V
 modify  (Ljava/lang/Object;Ljava/lang/Object;)V

org.eclipse.jst.ws.internal.axis.consumption.core.common.NameMappingUtils

 getPackageName  (Ljava/lang/String;Ljava/util/Map;)Ljava/lang/String;
 getPortName  (Ljava/lang/String;)Ljava/lang/String;
 namespaceURI2PackageName  (Ljava/lang/String;)Ljava/lang/String;
 xmlNameToJavaClass  (Ljava/lang/String;)Ljava/lang/String;

org.eclipse.jst.ws.internal.axis.consumption.core.context.PersistentAxisEmitterContext

 <clinit>  ()V
 getDeployScopeType  ()I
 getInstance  ()Lorg/eclipse/jst/ws/internal/axis/consumption/core/context/PersistentAxisEmitterContext;
 getTimeOut  ()I
 isAllWantedEnabled  ()Z
 isHelperWantedEnabled  ()Z
 isUseInheritedMethodsEnabled  ()Z
 isValidateAgainstJAXRPCEnabled  ()Z
 isWrapArraysEnabled  ()Z
 load  ()V
 selectDeployScopeType  (I)V
 setAllWantedEnabled  (Z)V
 setHelperWantedEnabled  (Z)V
 setTimeOut  (I)V
 setUseInheritedMethodsEnabled  (Z)V
 setValidateAgainstJAXRPCEnabled  (Z)V
 setWrapArraysEnabled  (Z)V

org.eclipse.jst.ws.internal.axis.consumption.core.locator.ServerConfigWSDDVisitor

 <init>  ()V
 getWsddFiles  ()Ljava/util/Vector;
 visit  (Lorg/eclipse/core/resources/IResource;)Z

org.eclipse.jst.ws.internal.axis.consumption.core.plugin.WebServiceAxisConsumptionCorePlugin

 <init>  ()V
  1. org.eclipse.wst.ws.tests.unittest.AllWSJUnitTests

 getAxisEmitterContext  ()Lorg/eclipse/jst/ws/internal/axis/consumption/core/context/AxisEmitterContext;
  1. org.eclipse.wst.ws.tests.unittest.AllWSJUnitTests

 getInstance  ()Lorg/eclipse/jst/ws/internal/axis/consumption/core/plugin/WebServiceAxisConsumptionCorePlugin;
  1. org.eclipse.wst.ws.tests.unittest.AllWSJUnitTests

 start  (Lorg/osgi/framework/BundleContext;)V
  1. org.eclipse.wst.ws.tests.unittest.AllWSJUnitTests

 stop  (Lorg/osgi/framework/BundleContext;)V
  1. org.eclipse.wst.ws.tests.unittest.AllWSJUnitTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.wst.ws.tests.unittest.AllWSJUnitTests

org.eclipse.jst.ws.internal.axis.consumption.core.command.WSDL2JavaCommand

 <init>  ()V
 deleteDir  (Ljava/io/File;)V
 execute  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 getJavaWSDLParam  ()Lorg/eclipse/jst/ws/internal/axis/consumption/core/common/JavaWSDLParameter;
 moveGeneratedFiles  (Lorg/eclipse/wst/common/environment/IEnvironment;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;
 redo  (Lorg/eclipse/wst/common/environment/IEnvironment;)Lorg/eclipse/core/runtime/Status;
 setHttpBasicAuthPassword  (Ljava/lang/String;)V
 setHttpBasicAuthUsername  (Ljava/lang/String;)V
 setJavaWSDLParam  (Lorg/eclipse/jst/ws/internal/axis/consumption/core/common/JavaWSDLParameter;)V
 setWsdlURI  (Ljava/lang/String;)V
 undo  (Lorg/eclipse/wst/common/environment/IEnvironment;)Lorg/eclipse/core/runtime/Status;