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 java.lang.Object


Constructor Summary
CustomizationParser()
           
 
Method Summary
protected  void copyAllJaxbDeclarations(org.w3c.dom.Node schemaNode, org.w3c.dom.Element jaxwsBindingNode)
           
 org.w3c.dom.Element getCustomizedWSDLElement()
           
 org.w3c.dom.Element getHandlerChains()
           
protected  org.w3c.dom.Element getJaxbBindingElement(org.w3c.dom.Element bindings)
           
 java.util.List<org.xml.sax.InputSource> getJaxbBindings()
           
 org.w3c.dom.Element getTargetNode(java.lang.String wsdlLoc)
           
 org.w3c.dom.Node getWSDLNode()
           
protected  boolean hasJaxbBindingDeclaration(org.w3c.dom.Node bindings)
           
protected  void internalizeBinding(org.w3c.dom.Element bindings, java.lang.String expression)
           
static JAXWSBinding mergeJawsBinding(JAXWSBinding binding1, JAXWSBinding binding2)
           
 void parse(ToolContext pe)
           
protected  void setWSDLNode(org.w3c.dom.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 org.w3c.dom.Element getHandlerChains()

parse

public void parse(ToolContext pe)

getTargetNode

public org.w3c.dom.Element getTargetNode(java.lang.String wsdlLoc)

copyAllJaxbDeclarations

protected void copyAllJaxbDeclarations(org.w3c.dom.Node schemaNode,
                                       org.w3c.dom.Element jaxwsBindingNode)

internalizeBinding

protected void internalizeBinding(org.w3c.dom.Element bindings,
                                  java.lang.String expression)

setWSDLNode

protected void setWSDLNode(org.w3c.dom.Element node)

getWSDLNode

public org.w3c.dom.Node getWSDLNode()

getJaxbBindingElement

protected org.w3c.dom.Element getJaxbBindingElement(org.w3c.dom.Element bindings)

hasJaxbBindingDeclaration

protected boolean hasJaxbBindingDeclaration(org.w3c.dom.Node bindings)

getCustomizedWSDLElement

public org.w3c.dom.Element getCustomizedWSDLElement()

getJaxbBindings

public java.util.List<org.xml.sax.InputSource> getJaxbBindings()

mergeJawsBinding

public static JAXWSBinding mergeJawsBinding(JAXWSBinding binding1,
                                            JAXWSBinding binding2)

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.