|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectXmlCommunication.XmlUnmarshal
| Field Summary | |
private static int |
ncbId
|
private static ResponseEnquiryItem |
rei
|
private static ResponseEnquiryNcbAddress |
rena
|
private static ResponseEnquiryNcbService |
rens
|
private static java.lang.String |
response
|
private static ResponseGeneral |
rg
|
private static ResponseNcb |
rn
|
private static ResponseReport |
rr
|
| Constructor Summary | |
XmlUnmarshal()
|
|
| Method Summary | |
void |
getAddress(UserAddress_Data address)
This method is being used for getting the address details from TMS. |
int |
getNcbId()
This method is being used for getting the ncb id field. |
java.lang.String |
getResponse()
This method is being used for getting the response message. |
java.lang.String |
getResponseGeneralCode()
This utility method is being used for getting the response general code from TMS. |
java.lang.String |
getResponseGeneralDescription()
This method is being used for getting the response general description from TMS. |
void |
getUser(User_Data user)
This method is being used for getting the customer details from TMS. |
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. |
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. |
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. |
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. |
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 |
private static int ncbId
private static ResponseEnquiryItem rei
private static ResponseEnquiryNcbAddress rena
private static ResponseEnquiryNcbService rens
private static java.lang.String response
private static ResponseGeneral rg
private static ResponseNcb rn
private static ResponseReport rr
| Constructor Detail |
public XmlUnmarshal()
| Method Detail |
public void getAddress(UserAddress_Data address)
address - The updated address details.
public int getNcbId()
public java.lang.String getResponse()
public java.lang.String getResponseGeneralCode()
public java.lang.String getResponseGeneralDescription()
public void getUser(User_Data user)
user - The updated user details.
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 java.lang.String responseEnquiryItem(ResponseEnquiryItem rei)
rei - ResponseEnquiryItem to be interpreted.
public java.lang.String responseEnquiryNcbAddress(ResponseEnquiryNcbAddress rn)
rn - The responseEnquiryNcbAddress to be interpreted.
public 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 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 | |||||||||