cashew-s-editor-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[CASHeW-s-editor-patches] SOAP calls


From: Andrew John Hughes
Subject: [CASHeW-s-editor-patches] SOAP calls
Date: Mon, 9 May 2005 03:39:17 +0100
User-agent: Mutt/1.5.9i

I'm attaching the patch which adds the basic where-with-all so
as to create a SOAP envelope and call the engine.  We have this
working, barring a few minor problems.

Changelog:

2005-05-09  Andrew John Hughes  <address@hidden>

        * .cvsignore
        Add plugin.xml
        * configure.ac:
        Added creation of Configuration.java from Configuration.java.in
        * lib/Makefile.am:
        Added soap.jar
        * src/nongnu/cashews/commons/.cvsignore:
        Added Configuration.java
        * src/nongnu/cashews/commons/Configuration.java.in:
        New class, which is pre-processed by configure.
        (CASHEWS_VERSION): New field.
        * src/nongnu/cashews/language/grounding/MessagePart.java:
        (getName()): New method.
        * src/nongnu/cashews/language/grounding/SoapMessage.java:
        (getParts()): New method.
        * src/nongnu/cashews/language/grounding/SoapOperation.java:
        (getEndpoint()): New method.
        (getInputMessage()): New method.
        * src/nongnu/cashews/services/Processes.java:
        New class.
        (TEST_COMPOSITE_SEQUENCE): New static field.
        (static): Initialise the static field.
        (Processes()): New private constructor.
        * src/nongnu/cashews/soap/SoapClient.java:
        New class.
        (call(nongnu.cashews.language.grounding.SoapOperation, Object...)):
        New method.
        (serializeOperation(nongnu.cashews.language.grounding.SoapOperation,
        Object...)): New method.
        (main(String[])): New method.
        * src/nongnu/cashews/xml/Serializer.java:
        (serialize(java.io.Serializable, org.w3c.dom.Element,
        org.w3c.dom.Document,boolean)): Moved field generation to new method.
        (finalizeXmlDocument(org.w3c.dom.Document, org.w3c.dom.Element,
        javax.xml.namespace.QName[])): New method.
        (getXmlDocument()): New method.
        (serializeToStream(org.w3c.dom.Document, java.io.OutputStream)):
        New method.
        (serializeValue(String,Object,nongnu.cashews.xml.schema.TypeMapper,
        org.w3c.dom.Document, org.w3c.dom.Element)): New method.
        (serializeValue(String,Object,boolean,boolean,
        nongnu.cashews.xml.schema.TypeMapper,
        org.w3c.dom.Document, org.w3c.dom.Element)): New method.
        (main(String[])): Process creation moved to Processes.

-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

No software patents in Europe -- http://nosoftwarepatents.com

"Value your freedom, or you will lose it, teaches history. 
`Don't bother us with politics' respond those who don't want to learn." 
-- Richard Stallman

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }

Attachment: cashews-07.diff
Description: Text document

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]