|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infolayer.soap.Soap_Update
This class handles a single SOAP Update request. Updates are used to add new objects to the database. More features (modify and delete) will be added later.
Constructor Summary | |
Soap_Update()
|
Method Summary | |
void |
execute()
Handles the interesting part of the SOAP request, that is, the part that contains the "Update" command. |
void |
init(SoapHandler handler,
SoapInboundMessage inbound,
XmlPullParser parser)
Initializes a new SOAP Update handler. |
void |
processObject()
Processes a single object in a SOAP request. |
void |
processProperty(UmlClassifier type,
UmlObject object)
Processes a single property for the current object in a SOAP request. |
java.lang.Object |
readValue(UmlProperty property,
UmlClassifier type)
Reads a value from the SOAP request. |
void |
writeResponse(SoapOutboundMessage response)
Writes an HTTP response for the results that this request produced. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Soap_Update()
Method Detail |
public void init(SoapHandler handler, SoapInboundMessage inbound, XmlPullParser parser)
init
in interface SoapRequest
handler
- The main SOAP handler that processes the request.parser
- The XML parser used to examine the request.public void execute() throws java.io.IOException, XmlPullParserException
execute
in interface SoapRequest
java.io.IOException
XmlPullParserException
public void writeResponse(SoapOutboundMessage response) throws java.io.IOException
writeResponse
in interface SoapRequest
java.io.IOException
public java.lang.Object readValue(UmlProperty property, UmlClassifier type) throws XmlPullParserException, java.io.IOException
XmlPullParserException
java.io.IOException
public void processProperty(UmlClassifier type, UmlObject object) throws XmlPullParserException, java.io.IOException
XmlPullParserException
java.io.IOException
public void processObject() throws XmlPullParserException, java.io.IOException
XmlPullParserException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |