org.jboss.webservice.util
Class WSDLUtilities

java.lang.Object
  extended byorg.jboss.webservice.util.WSDLUtilities

public final class WSDLUtilities
extends java.lang.Object

A utility class for common wsdl operations.

Since:
15-May-2004

Field Summary
static java.lang.String WSDL_NAMESPACE_URI
           
static java.lang.String XSD_NAMESPACE_URI
           
 
Method Summary
static void endorseServiceEndpointInterface(Definition wsdlDefinition, java.lang.Class seiClass, JavaWsdlMapping (src)  jaxrpcMapping)
          Validate that the operations in the given SEI correspond to the wsdl operations
static java.lang.String[] getServiceLocations(Definition wsdlDefinition)
          Get the list of available service locations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL_NAMESPACE_URI

public static final java.lang.String WSDL_NAMESPACE_URI

XSD_NAMESPACE_URI

public static final java.lang.String XSD_NAMESPACE_URI
Method Detail

endorseServiceEndpointInterface

public static void endorseServiceEndpointInterface(Definition wsdlDefinition,
                                                   java.lang.Class seiClass,
                                                   JavaWsdlMapping (src)  jaxrpcMapping)
                                            throws ServiceException (src) 
Validate that the operations in the given SEI correspond to the wsdl operations

Throws:
ServiceException (src)

getServiceLocations

public static java.lang.String[] getServiceLocations(Definition wsdlDefinition)
Get the list of available service locations