| Package | Description |
|---|---|
| com.sun.jbi.ui.runtime.verifier | |
| com.sun.jbi.ui.runtime.verifier.util |
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
JBIApplicationVerifier.getExtensionMBeanObjectName(String componentName,
String targetName)
returns the ObjectName for the Extension Mbean of this component.
|
| Modifier and Type | Method and Description |
|---|---|
List |
VerifierUtils.getApplicationVariables(File wsdlFile,
String endpointName)
This method is used to get the list of application variables
used in the given endpoint in the wsdl file
|
List |
VerifierUtils.getApplicationVariables(String wsdlString,
String endpointName)
This method is used to get the list of application variables
used in the given endpoint in the wsdl file
|
Map<String,List<String>> |
VerifierUtils.getEndpointConfigMap(JBIArchive archive,
String suJarEntryName)
This method is used to return a list of config names used in the given
SU
|
Map<String,List<String>> |
VerifierUtils.getEndpointConfigMap(String suDir)
This method is used to return a list of config names used in the given
SU
|
String[] |
VerifierUtils.getEndpointName(File wsdlFile)
This method is used to get the list of endpoint names from a wsdl file
|
String[] |
VerifierUtils.getEndpointName(String wsdlString)
This method is used to get the list of endpoint names from a wsdl file
|
Map<String,String> |
VerifierUtils.getSUJarEntryMap(JBIArchive archive) |
Map<String,String[]> |
VerifierUtils.getWSDLs(JBIArchive archive)
This method is used to get a list of WSDL files in a SA
|
Map<String,File[]> |
VerifierUtils.getWSDLs(String saDirPath)
This method is used to get a list of WSDL files in a SA
|
boolean |
VerifierUtils.isPortConfiguredForEndpoint(String wsdlString,
String endpointName)
This method is used to find out if the given endpoint's port definition has
an associated child element configure connectivity information
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.