[ http://issues.apache.org/jira/browse/WODEN-37?page=all ]

Oshani Seneviratne updated WODEN-37:
------------------------------------

    Attachment: OMWSDLFactory.patch

This patch contains OMWSDLFactory.java, which specifies the use of the 
OMWSDLReader. 

The WSDLFactory object can be used in the following way to obtain a WSDLReader 
object for StAX based parsing.

String factoryImplName = "org.apache.woden.internal.OMWSDLFactory"
WSDLFactory factory = WSDLFactory.newInstance(factoryImplName);
WSDLReader reader = factory.newWSDLReader();

Please apply this patch at WODEN_SRC_HOME/org/apache/woden/internal

> StAX based parsing for Woden
> ----------------------------
>
>          Key: WODEN-37
>          URL: http://issues.apache.org/jira/browse/WODEN-37
>      Project: Woden
>         Type: New Feature

>   Components: Parser
>     Reporter: Oshani Seneviratne
>     Priority: Minor
>  Attachments: OMWSDLFactory.patch, StAXBasedParsing.patch
>
> With the primary motivation for long-term integration with Axis2, a StAX 
> based parsing model for Woden could use AXIOM, the light-weight and high 
> performance object model to parse a WSDL into the Woden interface.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to