Apache CXF API

org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
Class CustomizationParser

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomizationParser

public final class CustomizationParser
extends Object


Constructor Summary
CustomizationParser()
           
 
Method Summary
protected  void copyAllJaxbDeclarations(Node schemaNode, Element jaxwsBindingNode)
           
 Map<String,Element> getCustomizedWSDLElements()
           
 Element getHandlerChains()
           
 List<InputSource> getJaxbBindings()
           
 Element getTargetNode(String uri)
           
 Node getWSDLNode()
           
protected  boolean hasJaxbBindingDeclaration(Node bindings)
           
protected  void internalizeBinding(Element bindings, Element targetNode, String expression)
           
static JAXWSBinding mergeJawsBinding(JAXWSBinding binding1, JAXWSBinding binding2)
           
 void parse(ToolContext pe)
           
protected  void setWSDLNode(Element node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomizationParser

public CustomizationParser()
Method Detail

getHandlerChains

public Element getHandlerChains()

parse

public void parse(ToolContext pe)

getTargetNode

public Element getTargetNode(String uri)

copyAllJaxbDeclarations

protected void copyAllJaxbDeclarations(Node schemaNode,
                                       Element jaxwsBindingNode)

internalizeBinding

protected void internalizeBinding(Element bindings,
                                  Element targetNode,
                                  String expression)

setWSDLNode

protected void setWSDLNode(Element node)

getWSDLNode

public Node getWSDLNode()

hasJaxbBindingDeclaration

protected boolean hasJaxbBindingDeclaration(Node bindings)

getCustomizedWSDLElements

public Map<String,Element> getCustomizedWSDLElements()

getJaxbBindings

public List<InputSource> getJaxbBindings()

mergeJawsBinding

public static JAXWSBinding mergeJawsBinding(JAXWSBinding binding1,
                                            JAXWSBinding binding2)

Apache CXF API

Apache CXF