public class WSDLExtensionUtils extends Object
Constructor and Description |
---|
WSDLExtensionUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
processExtensions(EndpointDescription endpointDescription) |
static void |
search(javax.wsdl.WSDLElement element,
Set<WSDLValidatorElement> set,
List<QName> unusedExtensions)
This method will search for all wsdl extensibility elements marked as required=true in wsdl:bindings
As per the wsdl 2.2 specification section 2.5 here is how a wsdl:binding is defined:
|
public static void search(javax.wsdl.WSDLElement element, Set<WSDLValidatorElement> set, List<QName> unusedExtensions)
wsdlBinding
- - WSDLBinding Object read from WSDL Definition.set
- - Set that will be filled with list of required=true extension elements.public static void processExtensions(EndpointDescription endpointDescription)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.