A B C D G L M N P S 

A

ApiTest - Class in com.aemo.msats.ws
 
ApiTest() - Constructor for class com.aemo.msats.ws.ApiTest
 
APPLICATION_VERSION - Static variable in class com.aemo.msats.util.Constants
 
ApplicationException - Exception in com.aemo.msats.util
This class is a generic Exception class for all fatal errors happened during this application running.
ApplicationException() - Constructor for exception com.aemo.msats.util.ApplicationException
Default Constructor
ApplicationException(String) - Constructor for exception com.aemo.msats.util.ApplicationException
 
ApplicationException(String, Throwable) - Constructor for exception com.aemo.msats.util.ApplicationException
 
ApplicationException(Throwable) - Constructor for exception com.aemo.msats.util.ApplicationException
 

B

BUF_SIZE - Static variable in class com.aemo.msats.util.Constants
 

C

C4 - Class in com.aemo.msats.ws
This class provides a wrapper method for each variant of the C4 web service.
C4() - Constructor for class com.aemo.msats.ws.C4
Construct an instance of this class.
CHARSET - Static variable in class com.aemo.msats.util.Constants
 
com.aemo.msats.util - package com.aemo.msats.util
 
com.aemo.msats.ws - package com.aemo.msats.ws
 
Constants - Class in com.aemo.msats.util
This class is used to hold all informations stored in the "NAME.properties" file and also define other constant data for the runtime.
CONTENT_XML - Static variable in class com.aemo.msats.util.Constants
 
CONTENT_ZIP - Static variable in class com.aemo.msats.util.Constants
 

D

DEFAULT_HTTP_PORT - Static variable in class com.aemo.msats.util.Constants
 
DEFAULT_HTTPS_PORT - Static variable in class com.aemo.msats.util.Constants
 
DEFAULT_PROXY_PORT - Static variable in class com.aemo.msats.util.Constants
 
doC4(String, String) - Method in class com.aemo.msats.ws.C4
Make a request to the C4 web service by POSTing an aseXML file from the inbox.
doC4(String, String, String, String, String, String, String, String) - Method in class com.aemo.msats.ws.C4
Make a GET request to the C4 web service.
doMSATSLimits(String, String) - Method in class com.aemo.msats.ws.MSATSLimits
Make a request to the MSATS Limits web service by POSTing an aseXML file from the inbox.
doMSATSLimitsTransid(String) - Method in class com.aemo.msats.ws.MSATSLimits
Make a GET request to the MSATS Limits web service.
doNmiDetail(String, String) - Method in class com.aemo.msats.ws.NMIDetail
Make a request to the NMI Detail web service by POSTing an aseXML file from the inbox.
doNmiDetail(String, String, String, String, String) - Method in class com.aemo.msats.ws.NMIDetail
Make a GET request to the NMI Detail web service to fetch details for a specific NMI.
doNmiDiscovery(String, String) - Method in class com.aemo.msats.ws.NMIDiscovery
Make a request to the NMI Discovery web service by POSTing an aseXML file from the inbox.
doNmiDiscoveryAddress(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.aemo.msats.ws.NMIDiscovery
Make a GET request to the NMI Discovery web service to search for NMIs by address.
doNmiDiscoveryDpid(String, String, String) - Method in class com.aemo.msats.ws.NMIDiscovery
Make a GET request to the NMI Discovery web service to search for NMIs by delivery point identifier.
doNmiDiscoveryMeterSerial(String, String, String) - Method in class com.aemo.msats.ws.NMIDiscovery
Make a GET request to the NMI Discovery web service to search for NMIs by meter serial number.
doParticipantSystemStatus(String, String) - Method in class com.aemo.msats.ws.ParticipantSystemStatus
Make a request to the Participant System Status web service by POSTing an aseXML file from the inbox.
doParticipantSystemStatusTransid(String) - Method in class com.aemo.msats.ws.ParticipantSystemStatus
Make a GET request to the Participant System Status web service.

G

getAccept() - Method in class com.aemo.msats.util.Constants
 
getBasicAuth() - Method in class com.aemo.msats.util.Constants
Create a value for the the HTTP Authorization header
getConstant() - Static method in class com.aemo.msats.util.Constants
This method provides a reference to the sole instance of Constants class.
getHost() - Method in class com.aemo.msats.util.Constants
 
getInbox() - Method in class com.aemo.msats.util.Constants
 
getJavaxNetDebug() - Method in class com.aemo.msats.util.Constants
 
getKeyStore() - Method in class com.aemo.msats.util.Constants
 
getKeyStorePassword() - Method in class com.aemo.msats.util.Constants
 
getKeyStoreType() - Method in class com.aemo.msats.util.Constants
 
getLogID() - Method in exception com.aemo.msats.util.ApplicationException
Access Method to get error log ID
getOutbox() - Method in class com.aemo.msats.util.Constants
 
getParticipant() - Method in class com.aemo.msats.util.Constants
 
getPassword() - Method in class com.aemo.msats.util.Constants
 
getPort() - Method in class com.aemo.msats.util.Constants
 
getProtocol() - Method in class com.aemo.msats.util.Constants
 
getProxyHost() - Method in class com.aemo.msats.util.Constants
 
getProxyPort() - Method in class com.aemo.msats.util.Constants
 
getTimeout() - Method in class com.aemo.msats.util.Constants
 
getTrustStore() - Method in class com.aemo.msats.util.Constants
 
getTrustStorePassword() - Method in class com.aemo.msats.util.Constants
 
getTrustStoreType() - Method in class com.aemo.msats.util.Constants
 
getUsername() - Method in class com.aemo.msats.util.Constants
 

L

log(Logger, Level) - Method in exception com.aemo.msats.util.ApplicationException
 
log(Logger, Level, String, Throwable) - Static method in exception com.aemo.msats.util.ApplicationException
 

M

main(String[]) - Static method in class com.aemo.msats.ws.ApiTest
 
MSATSLimits - Class in com.aemo.msats.ws
This class provides a wrapper method for each variant of the MSATS Limits web service.
MSATSLimits() - Constructor for class com.aemo.msats.ws.MSATSLimits
Construct an instance of this class.

N

NMIDetail - Class in com.aemo.msats.ws
This class provides a wrapper method for each variant of the MSATS NMI Detail web service.
NMIDetail() - Constructor for class com.aemo.msats.ws.NMIDetail
Construct an instance of this class.
NMIDiscovery - Class in com.aemo.msats.ws
This class provides a wrapper method for each variant of the MSATS NMI Discovery web service.
NMIDiscovery() - Constructor for class com.aemo.msats.ws.NMIDiscovery
Construct an instance of this class.

P

ParticipantSystemStatus - Class in com.aemo.msats.ws
This class provides a wrapper method for each variant of the Participant System Status web service.
ParticipantSystemStatus() - Constructor for class com.aemo.msats.ws.ParticipantSystemStatus
Construct an instance of this class.

S

setConstants(String) - Static method in class com.aemo.msats.util.Constants
This method is used to set configurable constants from a properties file.
A B C D G L M N P S