soap tutorial
A B C D E F G H I J K L M N O P Q R S T U V W Z

G

GENERAL - Static variable in class adriani.jws.template.service.ErrorMessage
General error code (business logic level)
GENERAL_MESSAGE - Static variable in class adriani.jws.template.service.ErrorMessage
Default value for the static field
GeneralAnalyzer - Class in adriani.jws.template.service
This class is used to collect and analyze performance data.
GeneralAnalyzer() - Constructor for class adriani.jws.template.service.GeneralAnalyzer
Standard constructor.
GeneralDAO - Class in adriani.jws.template.db
GeneralDAO - general class used to provide some common methods to all database accessors (DAO classes).
GeneralDAO() - Constructor for class adriani.jws.template.db.GeneralDAO
Empty constructor.
GeneralService - Class in adriani.jws.template.service
The parent class for all the classes implementing the service business logic: ServiceLogic and ServiceMacro.
GeneralService() - Constructor for class adriani.jws.template.service.GeneralService
Stateless constructor.
GeneralThread - Class in adriani.jws.template.util
The parent class for all the Thread classes used by this project.
GeneralThread() - Constructor for class adriani.jws.template.util.GeneralThread
 
GET_CUSTOMER - Static variable in class adriani.jws.template.db.ServiceDAO
SAMPLE query in string format used to create the corresponding prepared statement.
GET_ENTITY_TIME - Static variable in class adriani.jws.template.db.ServiceDAO
SAMPLE query in string format used to create the corresponding prepared statement.
GET_INFORMATION - Static variable in class adriani.jws.template.service.ServiceLogic
Static value identifying the 1st web service method.
GET_INFORMATION - Static variable in class adriani.jws.template.util.SoapHandler
Static final String value stored as class fields to improve performances.
getBenchmarkLogger() - Static method in class adriani.jws.template.util.WSLogger
Return current implementation of the LoggerManager object, which is responsible for creating and initializing the benchmark optional feature.
getBody() - Method in class adriani.jws.template.util.SoapElements
Simple accessor method.
getBooleanTokens(String, String) - Static method in class adriani.jws.template.service.ServiceData
Tokenize the input string into an array of boolean, using the separator passed as input.
getCalendar(String) - Static method in class adriani.jws.template.util.Utilities
Due the Axis2 design the Calendar obtained from a SOAP REQUEST does not consider the time zone, but it's created using the local time zone, which for Italy is GMT+01:00 (Central Europe Time) in winter and GMT+02:00 (Central Europe Summer Time) in summer.
getCalendarValue(StringBuffer) - Method in class adriani.jws.template.SimpleClient
Parse an element of the input string, returning the parsed calendar value.
getCalls() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getColumnData(ResultSet, int, int) - Method in class adriani.jws.template.db.GeneralDAO
Return an String containing data of the input indexed column, read using the proper method for the column java.sql.Types type.
getColumnType(ResultSet, int) - Method in class adriani.jws.template.db.GeneralDAO
Inspect the ResultSetMetaData for the input indexed column, and return a formatted StringBuffer object containing the column's metadata.
getCommand() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getCommand() - Method in class adriani.jws.template.wrappers.WrapperInformationIn
Special accessor used to retrieve the field used to send commands to the web service.
getCommandsList() - Static method in class adriani.jws.template.service.GeneralService
Produce a short description list for remote manager commands accepted by the web service when the MANAGER feature is activated.
getConnection(int) - Method in class adriani.jws.template.db.GeneralDAO
Return the connection currently opened through the target database, for example:

targetDB = DB_01 --> get the connection opened to the DB_01 database.
getConnection() - Method in class adriani.jws.template.db.JDBCConnectionPool
Users should call this method each time a connection is needed.
getConnection() - Method in class adriani.jws.template.db.MockConnection
Accessor method.
getConnection(int) - Method in class adriani.jws.template.db.ServiceDAO
Return the connection currently opened through the target database, for example:

targetDB = DB_01 --> close the connection to the DB_01 database.
getConnectionFromMock(Object) - Method in class adriani.jws.template.db.MockConnectionPool
Cast the input object into a MockConnection wrapper and the retrieves the java.sql.Connection stored in the wrapper.
getCustomer() - Method in class adriani.jws.template.marshalling.UserType
Auto generated getter method
getCustomer() - Method in class adriani.jws.template.wrappers.WrapperInformationIn
Accessor method.
getCustomerData(StringBuffer, StringBuffer) - Method in class adriani.jws.template.db.ServiceDAO
Sample basic query: remove this method when developing actual DAO method.
getDAOError() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getDatabaseName(String) - Method in class adriani.jws.template.db.JDBCConnectionPool
Split the full tns string and return only the last token, describing the database name.
getDatabaseName(String) - Method in class adriani.jws.template.db.MockConnectionPool
Split the full connect string and return only the last token, describing the database name.
getDate() - Method in class adriani.jws.template.marshalling.DateInType
Auto generated getter method
getDate() - Method in class adriani.jws.template.marshalling.DateOutType
Auto generated getter method
getDate() - Method in class adriani.jws.template.wrappers.WrapperDateIn
Accessor method.
getDate() - Method in class adriani.jws.template.wrappers.WrapperDateOut
Getter method.
getDateEndTime() - Method in class adriani.jws.template.model.EntityTimeDTO
Getter method (overloaded).
getDateIn() - Method in class adriani.jws.template.marshalling.DateIn
Auto generated getter method
getDateOut() - Method in class adriani.jws.template.marshalling.DateOut
Auto generated getter method
getDateType() - Method in class adriani.jws.template.marshalling.DateType
Auto generated getter method
getDateValue(StringBuffer) - Method in class adriani.jws.template.SimpleClient
Parse an element of the input string, returning the parsed date value.
getDetails() - Method in class adriani.jws.template.wrappers.WrapperOut
Return the detailed text message wrapped by this class.
getDummyInformation(WrapperInformationIn) - Method in class adriani.jws.template.service.ServiceMacro
Return an ArrayList emulating the actual macro response, but filled with dummy data.
getDummyQuery(StringBuffer[], int, int) - Method in class adriani.jws.template.db.ServiceDAO
Produces a StringBuffer[][] object created from some hard-coded data for a general SOAP method.
getElement() - Method in class adriani.jws.template.wrappers.Wrapper
Return the ADBBean object wrapped by this class.
getElementInfo(StackTraceElement) - Static method in class adriani.jws.template.util.SoapHandler
Return some information (already formatted) about the input StackTraceElement instance.
getElements(MessageContext) - Static method in class adriani.jws.template.util.SoapHandler
Retrieves the OMElement representing the SOAP's body and the SOAP's header, fetching them from the MessageContext Axis2's handler.
getEmptyResponse(int, int, int) - Method in class adriani.jws.template.service.ServiceLogic
Prepare a valid WrapperOut object when it's not possible to produce a valid result.
getEndTime() - Method in class adriani.jws.template.model.EntityTimeDTO
Getter method.
getEntityTime(int) - Method in class adriani.jws.template.db.ServiceDAO
Sample basic query: remove this method when developing actual DAO method.
getEventType(int) - Static method in class adriani.jws.template.util.SoapHandler
Recognize the integer code describing the XML element pointed by a XMLStreamReader instance and return a string message describing the XML element (or event) type.
getExternalConfiguration() - Method in class adriani.jws.template.util.ExternalLogger
This method tries to load the Log4j configuration from an "external" file, meaning that the Log4j configuration file is NOT embedded into the AAR file, but it's located in another place, usually belonging to the classloader's classpath (e.g. the Axis2/WEB-INF directory).
getFileName(GregorianCalendar, boolean, String) - Method in class adriani.jws.template.util.SystemLogger
Produce the file name (without the path) for the log file.
getFirst() - Method in class adriani.jws.template.marshalling.RecordsType
Auto generated getter method
getFirst() - Method in class adriani.jws.template.wrappers.WrapperInformation
Accessor method.
getFirstElement() - Method in class adriani.jws.template.util.SoapElements
Simple accessor method.
getFirstElement(Throwable) - Static method in class adriani.jws.template.util.SoapHandler
Return the first StackTraceElement instance from the stack trace element bound to the input Throwable object.
getFirstElementInfo(Throwable) - Static method in class adriani.jws.template.util.SoapHandler
Return some information (already formatted) about the first StackTraceElement of the the input Throwable stack array.
getFormatDate(WrapperDateIn) - Method in class adriani.jws.template.service.ServiceLogic
This is main business logic for the web service.
getFormattedList() - Static method in class adriani.jws.template.util.ThreadManager
Returns the array of active threads in the current ThreadGroup.
getFunction(int, String, String, Object[]) - Method in class adriani.jws.template.db.GeneralDAO
Executes a PL/SQL FUNCTION on the target database, returning a single record wrapped by a StringBuffer array.
getFunction(int, String, String, Object[], int) - Method in class adriani.jws.template.db.GeneralDAO
Executes a PL/SQL FUNCTION on the target database, returning a single record wrapped by a StringBuffer array.
getFunctionPipe(int, String, String, int) - Method in class adriani.jws.template.db.GeneralDAO
Executes a PL/SQL FUNCTION on the target database, returning a set of records described by an array whose elements are others StringBuffer arrays:

StringBuffer[n][i]

contains the i-th column of the n-th record.
getHardCodedValues() - Static method in class adriani.jws.template.service.ServiceData
Return an hard-coded list of all the necessary keywords.
getHashtable() - Static method in class adriani.jws.template.service.ServiceData
Accessor method.
getHeader() - Method in class adriani.jws.template.util.SoapElements
Simple accessor method.
getHeaderData() - Method in class adriani.jws.template.util.SoapElements
Return the authentication data contained in the SOAP's header.
getId() - Method in class adriani.jws.template.marshalling.DateInType
Auto generated getter method
getId() - Method in class adriani.jws.template.wrappers.WrapperDateIn
Accessor method.
getInformation(User) - Method in class adriani.jws.template.marshalling.impl.TemplateSkeletonImpl
Highest level SOAP implementation of the first web service method.
getInformation() - Method in class adriani.jws.template.marshalling.Information
Auto generated getter method
getInformation(User) - Method in class adriani.jws.template.marshalling.TemplateSkeleton
Auto generated method signature
getInformation(WrapperInformationIn) - Method in class adriani.jws.template.service.ServiceLogic
This is main business logic for the web service.
getInformation(WrapperInformationIn) - Method in class adriani.jws.template.service.ServiceMacro
Example method, to be replaced with actual business logic for your web service.
getInformation(StringBuffer[]) - Method in class adriani.jws.template.SimpleClient
This method is invoked only if the client is run in the actual mode.
getIntegerTokens(String, String) - Static method in class adriani.jws.template.service.ServiceData
Tokenize the input string into an array of integer, using the separator passed as input.
getIntValue(String[], int) - Method in class adriani.jws.template.SimpleClient
Parse an element of the input array, returning the parsed integer value.
getIntValue(StringBuffer[], int) - Method in class adriani.jws.template.SimpleClient
Parse an element of the input array, returning the parsed integer value.
getJDBCPool(int) - Static method in class adriani.jws.template.db.Database
Return the JDBCConnectionPool object managing all the JDBC connections to the database specified in input, according to the static fields reference defined by this class.
getKeywords() - Static method in class adriani.jws.template.service.ServiceData
Deprecated.  
getLastDump() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getList() - Static method in class adriani.jws.template.util.ThreadManager
Returns the array of active threads in the current ThreadGroup.
getLocationPath() - Method in class adriani.jws.template.util.SystemLogger
Return the file path describing location of this class, using a platform independent syntax.
getLogFile(String, boolean) - Method in class adriani.jws.template.util.SystemLogger
Produce the complete qualified name (path and file name) for the log file.
getLogger(Class) - Static method in class adriani.jws.template.util.WSLogger
The main static factory to be used by all other classes to ask and obtain a WSLogger instance.
getLoggerManager() - Static method in class adriani.jws.template.util.WSLogger
Return current implementation of the LoggerManager object, which is responsible for creating and initializing the log mechanism.
getLogicError() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getMacroError() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getMessage() - Method in class adriani.jws.template.marshalling.DateOutType
Auto generated getter method
getMessage() - Method in class adriani.jws.template.marshalling.InformationType
Auto generated getter method
getMessage(int) - Static method in class adriani.jws.template.service.ErrorMessage
Return the text message mapped into the integer code as defined in the loaded properties file.
getMessage() - Method in class adriani.jws.template.wrappers.WrapperOut
Return the value of the text message wrapped by this class.
getMetaData(Connection) - Static method in class adriani.jws.template.db.Database
Produce the meta-data information about the input database's connection object and format this data into a StringBuffer object.
getMockConnection(int) - Static method in class adriani.jws.template.db.Database
Return a new MockConnection wrapper containing the SQL connection, by retrieving it from the proper pool (pure or mocked).
getMockConnection() - Method in class adriani.jws.template.db.MockConnectionPool
Users should call this method each time a mock connection is needed.
getName() - Method in class adriani.jws.template.model.CustomerDTO
Getter method.
getNameType() - Method in class adriani.jws.template.marshalling.NameType
Auto generated getter method
getNoCustomer() - Method in class adriani.jws.template.service.ServiceAnalyzer
Accessor method.
getNoDatabase() - Method in class adriani.jws.template.service.GeneralAnalyzer
Mutator method.
getNoError() - Method in class adriani.jws.template.service.GeneralAnalyzer
Mutator method.
getNoRecord() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getNoResult() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getNumber() - Method in class adriani.jws.template.wrappers.WrapperInformationIn
Accessor method.
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.DateIn
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.DateInType
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.DateOut
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.DateOutType
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.DateType
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.Information
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.InformationType
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.NameType
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.PhoneType
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.RecordsType
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.StatusType
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.User
 
getOMElement(QName, org.apache.axiom.om.OMFactory) - Method in class adriani.jws.template.marshalling.UserType
 
getParameters(String[], int, int) - Method in class adriani.jws.template.SimpleClient
Extract the SOAP parameters list from the input args string array, starting from the start index position.
getParentDir(Object) - Method in class adriani.jws.template.util.ExternalLogger
Return the parentDir path used as base directory to locate the log file.
getParentDir(Object) - Method in interface adriani.jws.template.util.LoggerManager
Return the parentDir path used as base directory to locate the log file.
getParentDir(Object) - Method in class adriani.jws.template.util.SystemLogger
Return the parentDir path used as base directory to locate the log file.
getParentDir() - Method in class adriani.jws.template.util.WSLogger
Return the parentDir path used as base directory to locate the log file.
getParsingError(QName, XMLStreamReader, Throwable) - Static method in class adriani.jws.template.util.SoapHandler
Get detailed information about the XML validation failure from the Axis2 stream reader, in this case a XMLStreamReader object, then uses these information to log a proper ERROR message in the log system and to produce the string message describing the error.
getPattern() - Method in class adriani.jws.template.marshalling.DateInType
Auto generated getter method
getPattern() - Method in class adriani.jws.template.wrappers.WrapperDateIn
Accessor method.
getPhone() - Method in class adriani.jws.template.marshalling.UserType
Auto generated getter method
getPhoneType() - Method in class adriani.jws.template.marshalling.PhoneType
Auto generated getter method
getPoolData() - Method in class adriani.jws.template.db.ObjectPool
Return a text message describing the status of this pool: number of locked objects, number of unlocked objects and the thread status.
getPoolSize(int) - Method in class adriani.jws.template.db.ObjectPool
Accessor method.
getPreparedRecord(PreparedStatement, String, int) - Method in class adriani.jws.template.db.GeneralDAO
Executes a PreparedStatement to the target database, returning a single record described by a StringBuffer array.
getPreparedRecordSet(PreparedStatement, String, int) - Method in class adriani.jws.template.db.GeneralDAO
Executes a PreparedStatement to the target database, returning a set of records described by an array which elements are others StringBuffer arrays, where:

StringBuffer[n][i]

contains the i-th column of the n-th record.
getPreparedStatement(String) - Method in class adriani.jws.template.db.MockConnection
Use always this method to create a JDBC PreparedStatement from a xxxDAO class, in order to uncouple database pooling structure from DAO query logic.
getProcedure(int, String, String, Object[], int, int[]) - Method in class adriani.jws.template.db.GeneralDAO
Executes a PL/SQL PROCEDURE call to the target database, returning a single record described by a StringBuffer array.
getProperties(ResourceBundle) - Method in class adriani.jws.template.util.ExternalLogger
Convert ResourceBundle into a Properties object.
getPullParser(QName) - Method in class adriani.jws.template.marshalling.DateIn
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.DateInType
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.DateOut
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.DateOutType
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.DateType
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.Information
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.InformationType
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.NameType
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.PhoneType
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.RecordsType
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.StatusType
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.User
databinding method to get an XML representation of this object
getPullParser(QName) - Method in class adriani.jws.template.marshalling.UserType
databinding method to get an XML representation of this object
getRecord(int, String, String, int) - Method in class adriani.jws.template.db.GeneralDAO
Executes a SELECT query to the target database, returning a single record described by a StringBuffer array.
getRecord(int, String, String, int, int) - Method in class adriani.jws.template.db.GeneralDAO
Executes a SELECT query to the target database, returning a single record described by a StringBuffer array.
getRecords() - Method in class adriani.jws.template.marshalling.InformationType
Auto generated getter method
getRecords() - Method in class adriani.jws.template.wrappers.WrapperOut
Return the array of Wrapper records wrapped by this class.
getRecordSet(int, String, String, int) - Method in class adriani.jws.template.db.GeneralDAO
Executes a SELECT query to the target database, returning a set of records described by an array whose elements are others StringBuffer arrays:

StringBuffer[n][i]

contains the i-th column of the n-th record.
getRecordSet(int, String, String, int, int) - Method in class adriani.jws.template.db.GeneralDAO
Executes a SELECT query to the target database, returning a set of records described by an array whose elements are others StringBuffer arrays:

StringBuffer[n][i]

contains the i-th column of the n-th record.
getResourcePath() - Method in class adriani.jws.template.util.SystemLogger
Return the file path describing location of this class, considering the class itself as a project resource, using mypackage.MyClass.class.getResource().
getResults() - Method in class adriani.jws.template.service.GeneralAnalyzer
Produce a StringBuffer object containing all the analysis data already formatted and ready for printing.
getResults() - Method in class adriani.jws.template.service.ServiceAnalyzer
Produce a StringBuffer object containing all the analysis data already formatted and ready for printing.
getRotateThread() - Method in class adriani.jws.template.util.ExternalLogger
Not used in current implementation, since roll over and rotation of the log file is performed automatically by the Log4j external module.
getRotateThread() - Method in interface adriani.jws.template.util.LoggerManager
Return the RotateThread object (if any) used to rotate the log file.
getRotateThread() - Method in class adriani.jws.template.util.SystemLogger
Return the RotateThread object used to rotate the log file.
getRotationTime(Object) - Method in class adriani.jws.template.util.ExternalLogger
Return the rotation time set for this logger, already formatted and ready to print.
getRotationTime(Object) - Method in interface adriani.jws.template.util.LoggerManager
Return the rotation time set for this logger, already formatted and ready to print.
getRotationTime(Object) - Method in class adriani.jws.template.util.SystemLogger
Return the rotation time set for this logger, already formatted and ready to print.
getRotationTime() - Method in class adriani.jws.template.util.WSLogger
Return the rotation time set for this logger, already formatted and ready to print.
getRowCount(ResultSet) - Static method in class adriani.jws.template.db.GeneralDAO
Determines the number of rows in a ResultSet.
getSecond() - Method in class adriani.jws.template.marshalling.RecordsType
Auto generated getter method
getSecond() - Method in class adriani.jws.template.wrappers.WrapperInformation
Accessor method.
getServiceAnalyzer() - Method in class adriani.jws.template.service.GeneralService
Return the GeneralAnalyzer object, used during development or benchmark testing to collect statistical data about the service's performances.
getServiceDAO() - Method in class adriani.jws.template.service.ServiceMacro
Accessor method.
getServiceLogic() - Method in class adriani.jws.template.marshalling.impl.TemplateSkeletonImpl
Accessor method, used only during development by the SimpleClient class.
getServiceMacro() - Method in class adriani.jws.template.service.ServiceLogic
Return the instance of the serviceMacro used by this class.
getShortDate(Calendar) - Static method in class adriani.jws.template.util.Utilities
Convert the input Calendar to the string format, using the format dd-MMM-yy.
getShortDate(Date) - Static method in class adriani.jws.template.util.Utilities
Convert the input java.util.Date to the string format, using the format dd-MMM-yy.
getShortDate(long) - Static method in class adriani.jws.template.util.Utilities
Convert the input timestamp to the string format, using the format dd-MMM-yy.
getSleepTime() - Method in class adriani.jws.template.util.RotateThread
Accessor method.
getSOAPMethod(QName) - Static method in class adriani.jws.template.util.SoapHandler
Return the local part of the input ADBBean object that generates the parsing error.
getSQLError() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getSQLQuery() - Method in class adriani.jws.template.service.GeneralAnalyzer
Mutator method.
getStartup() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getStatus() - Method in class adriani.jws.template.db.GeneralDAO
Return an int code describing the status of the DAO after execution of the last SQL-oriented label.
getStatus() - Method in class adriani.jws.template.marshalling.DateOutType
Auto generated getter method
getStatus() - Method in class adriani.jws.template.marshalling.InformationType
Auto generated getter method
getStatus() - Method in class adriani.jws.template.service.ServiceMacro
Accessor method.
getStatus() - Method in class adriani.jws.template.wrappers.WrapperOut
Return the value of the status flag wrapped by this class.
getStatusType() - Method in class adriani.jws.template.marshalling.StatusType
Auto generated getter method
getStringEndTime() - Method in class adriani.jws.template.model.EntityTimeDTO
Getter method (overloaded).
getSurname() - Method in class adriani.jws.template.model.CustomerDTO
Getter method.
getTNSEntryName() - Method in class adriani.jws.template.db.JDBCConnectionPool
Accessor method.
getTypeObject(String, String, XMLStreamReader) - Static method in class adriani.jws.template.marshalling.ExtensionMapper
 
getUser() - Method in class adriani.jws.template.marshalling.User
Auto generated getter method
getValidationError() - Method in class adriani.jws.template.service.GeneralAnalyzer
Accessor method.
getWrapperOut(int) - Static method in class adriani.jws.template.service.ServiceLogic
The factory creating the proper WrapperXXXOut object that will be returned by the corresponding getOutputXXX() method.

Build 19/03/2014
A B C D E F G H I J K L M N O P Q R S T U V W Z
Morpheus Technologies - making the Zion software
Copyright © 2009-2014 Morpheus Technologies. All Rights Reserved