org.apache.cxf.helpers
Class WSDLHelper
java.lang.Object
org.apache.cxf.helpers.WSDLHelper
public class WSDLHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLHelper
public WSDLHelper()
getBindingOperation
public javax.wsdl.BindingOperation getBindingOperation(javax.wsdl.Definition def,
String operationName)
writeQName
public static String writeQName(javax.wsdl.Definition def,
QName qname)
getBindingOperation
public javax.wsdl.BindingOperation getBindingOperation(javax.wsdl.Binding binding,
String operationName)
getParts
public Map getParts(javax.wsdl.Operation operation,
boolean out)
getPortTypes
public List<javax.wsdl.PortType> getPortTypes(javax.wsdl.Definition def)
getInMessageParts
public List<javax.wsdl.Part> getInMessageParts(javax.wsdl.Operation operation)
getOutMessageParts
public List<javax.wsdl.Part> getOutMessageParts(javax.wsdl.Operation operation)
getBinding
public javax.wsdl.Binding getBinding(javax.wsdl.BindingOperation bop,
javax.wsdl.Definition def)
getDefinition
public javax.wsdl.Definition getDefinition(File wsdlFile)
throws Exception
- Throws:
Exception
Apache CXF