| java.lang.Object com.sun.jbi.ui.runtime.verifier.util.VerifierUtils
VerifierUtils | public class VerifierUtils (Code) | | This class has utility methods for the Verifier
|
Field Summary | |
final public static String | NS_URI_XMLNS The namespaceURI represented by the prefix xmlns . |
NS_URI_XMLNS | final public static String NS_URI_XMLNS(Code) | | The namespaceURI represented by the prefix xmlns .
|
cleanup | public boolean cleanup(String tmpDir)(Code) | | This method is used to cleanup the contents of the verifier tmp dir
Parameters: tmpDir - the temp dir |
createEndpointName | public String createEndpointName(String namespace, String serviceName, String endpointName)(Code) | | This method is used to create the endpoint name from
the namespace URI, service name and endpoint name
The three items are concatenated with a comma between the,
If the namespace URI is empty it is omitted
Parameters: namespace - the namespace URI Parameters: servicename - the service name Parameters: endpointName - the endpoint name |
getApplicationVariables | public List getApplicationVariables(File wsdlFile, String endpointName) throws VerifierException(Code) | | This method is used to get the list of application variables
used in the given endpoint in the wsdl file
Parameters: File - the wsdl file Parameters: endpointname - the endpoint name throws: VerifierException - if the list could not be obtained |
getAttributeValue | public String getAttributeValue(Node node, String attribute)(Code) | | This method is used to get the value of the given attribute
Parameters: node - the node Parameters: attribute - the attribute name Parameters: String - the attribute value |
getEndpointConfigMap | public Map<String, List<String>> getEndpointConfigMap(String suDir) throws VerifierException(Code) | | This method is used to return a list of config names used in the given
SU
Parameters: suDir - the dir where the SU is extracted Map map of endpoint names against config objects |
|
|