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

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

[CASHeW-s-editor-patches] Basic WSDL parser implementation


From: Andrew John Hughes
Subject: [CASHeW-s-editor-patches] Basic WSDL parser implementation
Date: Wed, 11 May 2005 19:04:30 +0100

I'm committing the attached patch so that the WSDL parser
works and creates operations.

Changelog:

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

        * src/nongnu/cashews/language/grounding/SoapOperation.java:
        (SoapOperation()): New constructor.
        * src/nongnu/cashews/soap/SoapClient.java:
        (call(nongnu.cashews.language.grounding.SoapOperation, Object...)):
        Return booleans for now.
        * src/nongnu/cashews/wsdl/WsdlHandler.java:
        (WSDL_SOAP_NAMESPACE): New field.
        (currentMessage): New field.
        (messages): New field.
        (portTypeMap): New field.
        (operationMap): New field.
        (currentPortTypeName): New field.
        (currentOperationName): New field.
        (currentOperation): New field.
        (startElement(String,String,String,org.xml.sax.Attributes)):
        Added basic handling of <message>, <part>, <portType> and <service>.
        (endElement(String,String,String)): Likewise.
        (parseQName(String)): New method.
        (endDocument()): New method.
        * src/nongnu/cashews/wsdl/WsdlParser.java:
        (main(String[])): Changed level down to FINE.
        * src/nongnu/cashews/xml/Parser.java:
        (Parser(java.util.logging.Handler)): Turn namespace-prefixes option on.

-- 
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-09.diff
Description: Text document

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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