org.apache.openejb.sxc
Class WebservicesXml

java.lang.Object
  extended by org.apache.openejb.sxc.WebservicesXml

public class WebservicesXml
extends Object

Version:
$Rev$ $Date$

Constructor Summary
WebservicesXml()
           
 
Method Summary
static void marshal(Webservices webservices, OutputStream outputStream)
           
static Webservices unmarshal(InputStream inputStream)
           
static Webservices unmarshal(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebservicesXml

public WebservicesXml()
Method Detail

unmarshal

public static Webservices unmarshal(InputStream inputStream)
                             throws Exception
Throws:
Exception

unmarshal

public static Webservices unmarshal(URL url)
                             throws Exception
Throws:
Exception

marshal

public static void marshal(Webservices webservices,
                           OutputStream outputStream)
                    throws Exception
Throws:
Exception


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.