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

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

[CASHeW-s-editor-auto] java/src/nongnu/cashews/xml Serializer.java Custo


From: Andrew Hughes
Subject: [CASHeW-s-editor-auto] java/src/nongnu/cashews/xml Serializer.java CustomXmlizable.java
Date: Mon, 9 May 2005 03:43:41 +0100 (BST)

Update of /share/darwin/darwin4/cvs/java/src/nongnu/cashews/xml
In directory hazel:/tmp/cvs-serv26101/src/nongnu/cashews/xml

Modified Files:
        Serializer.java 
Removed Files:
        CustomXmlizable.java 
Log Message:
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.







reply via email to

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