org.ow2.jonas.ws.cxf.util
Class WSDLUtils

java.lang.Object
  extended by org.ow2.jonas.ws.cxf.util.WSDLUtils

public class WSDLUtils
extends Object

The WSDLUtils class contains WSDL related tools.

Author:
Guillaume Sauthier

Constructor Summary
WSDLUtils()
           
 
Method Summary
static void updateEndpointAddresses(javax.wsdl.Definition definition, WebservicesContainer<? extends IWebServiceEndpoint> container)
          Update the endpoints addresses of the given WSDL Definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLUtils

public WSDLUtils()
Method Detail

updateEndpointAddresses

public static void updateEndpointAddresses(javax.wsdl.Definition definition,
                                           WebservicesContainer<? extends IWebServiceEndpoint> container)
Update the endpoints addresses of the given WSDL Definition.

Parameters:
definition - WSDL document
container - group of endpoints sharing the same WSDL definition


Copyright © 2010 OW2 Consortium. All Rights Reserved.