org.ow2.orchestra.util.wsdl
Class WsdlUtil
java.lang.Object
org.ow2.orchestra.util.wsdl.WsdlUtil
public final class WsdlUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readWsdl
public static javax.wsdl.Definition readWsdl(URL wsdlURL)
readWsdl
public static javax.wsdl.Definition readWsdl(Element wsdlDefinitionElt)
- Parameters:
wsdlDefinitionElt -
- Returns:
writeWsdl
public static String writeWsdl(javax.wsdl.Definition wsdlDefinition)
writeWsdl
public static void writeWsdl(javax.wsdl.Definition wsdlDefinition,
OutputStream sink)
getServicesOfPortType
public static List<javax.wsdl.Service> getServicesOfPortType(QName portTypeQName,
Set<javax.wsdl.Definition> wsdlDefinitions)
- Return the service that contains the given port.
- Parameters:
port - port
- Returns:
- the service that contains the given port.
Copyright © 2011 OW2 Consortium. All Rights Reserved.