|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectXmlCommunication.XmlUnmarshal
| Field Summary | |
(package private) static int |
ncbId
|
(package private) static ResponseEnquiryItem |
rei
|
(package private) static ResponseEnquiryNcbAddress |
rena
|
(package private) static ResponseEnquiryNcbService |
rens
|
(package private) static java.lang.String |
response
|
(package private) static ResponseGeneral |
rg
|
(package private) static ResponseNcb |
rn
|
(package private) static ResponseReport |
rr
|
| Constructor Summary | |
XmlUnmarshal()
This is the constructor for XmlUnmarshal.java |
|
| Method Summary | |
static void |
getAddress(Address_Data address)
Method: getAddress This method is being used for getting the address details from TMS. |
static java.lang.String |
getCode()
This utility method is being used for getting the response general code from TMS. |
static void |
getCustomer(Customer_Data customer)
This method is being used for getting the customer details from TMS. |
static java.lang.String |
getDescription()
This method is being used for getting the response general description from TMS. |
static int |
getNcbId()
This method is being used for getting the ncb id field. |
java.lang.String |
readNcbServiceResponse(java.lang.String input)
This method is being used for getting all the attributes of an xml packet which is of type ncb service response. |
java.lang.String |
readResponse(java.lang.String input)
This method is being used for classifying the type of response and directing to the appropriate method for processing. |
static java.lang.String |
responseEnquiryItem(ResponseEnquiryItem rei)
This method is being used for getting all the attributes of an xml packet which is of type response enquiry item. |
static java.lang.String |
responseEnquiryNcbAddress(ResponseEnquiryNcbAddress rn)
This method is being used for getting all the attributes of an xml packet which is of type response enquiry ncb address. |
static java.lang.String |
responseEnquiryNcbService(ResponseEnquiryNcbService rens)
This method is being used for getting all the attributes of an xml packet which is of type response enquiry ncb service. |
java.lang.String |
responseGeneral(ResponseGeneral rg)
This method is being used for getting all the attributes of an xml packet which is of type response general. |
static java.lang.String |
responseNcb(ResponseNcb rn)
This method is being used for getting all the attributes of an xml packet which is of type response ncb. |
java.lang.String |
responseReport(ResponseReport rr)
This method is being used for getting all the attributes of an xml packet which is of type response report. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static int ncbId
static ResponseEnquiryItem rei
static ResponseEnquiryNcbAddress rena
static ResponseEnquiryNcbService rens
static java.lang.String response
static ResponseGeneral rg
static ResponseNcb rn
static ResponseReport rr
| Constructor Detail |
public XmlUnmarshal()
| Method Detail |
public static void getAddress(Address_Data address)
address - The updated address details.
public static java.lang.String getCode()
public static void getCustomer(Customer_Data customer)
customer - The updated customer details.
public static java.lang.String getDescription()
public static int getNcbId()
public java.lang.String readNcbServiceResponse(java.lang.String input)
input - The xml string to be interpreted.
public java.lang.String readResponse(java.lang.String input)
input - The input xml string to be interpreted.
public static java.lang.String responseEnquiryItem(ResponseEnquiryItem rei)
rei - ResponseEnquiryItem to be interpreted.
public static java.lang.String responseEnquiryNcbAddress(ResponseEnquiryNcbAddress rn)
rn - The responseEnquiryNcbAddress to be interpreted.
public static java.lang.String responseEnquiryNcbService(ResponseEnquiryNcbService rens)
rens - ResponseEnquiryNcbService to be interpreted.
public java.lang.String responseGeneral(ResponseGeneral rg)
rg - Response General to be interpreted.
public static java.lang.String responseNcb(ResponseNcb rn)
rn - ResponseNcb to be interpreted.
public java.lang.String responseReport(ResponseReport rr)
rr - Response Report that is to be interpreted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||