public class VerificationDataCreator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
endpointDataItemDescriptions
EndpointInfo CompositeType descriptions
|
protected static String[] |
endpointDataItemNames
EndpointInfo CompositeType items
|
| Modifier and Type | Method and Description |
|---|---|
static CompositeData |
createCompositeData(ApplicationVerificationReport report)
This method is used to compose the verification report
|
protected static CompositeType |
getEndpointInfoType()
This method is used to return the endpoint info CompositeType
|
protected static CompositeData[] |
getEndpointsInformation(ApplicationVerificationReport report)
This method is used to get information about the status of
the endpoint
|
static void |
main(String[] args) |
protected static String[] endpointDataItemNames
protected static String[] endpointDataItemDescriptions
public static CompositeData createCompositeData(ApplicationVerificationReport report) throws ManagementRemoteException
ManagementRemoteExceptionprotected static CompositeData[] getEndpointsInformation(ApplicationVerificationReport report) throws ManagementRemoteException
report - ManagementRemoteException - if the endpoint info type could not be obtainedprotected static CompositeType getEndpointInfoType() throws ManagementRemoteException
ManagementRemoteException - if the composite type could not be created.public static void main(String[] args)
args - Copyright © 2011-2016 OpenESB Community. All Rights Reserved.