|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.binding.soap.util.WsdlHelper
public class WsdlHelper
| Method Summary | |
|---|---|
static org.ow2.easywsdl.wsdl.api.BindingOperation |
findOperationUsingElement(Element firstElement,
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description desc,
String endpointName,
QName serviceName)
|
static org.ow2.easywsdl.wsdl.api.BindingOperation |
findOperationUsingSoapAction(String soapAction,
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description desc)
|
static String |
findSoapAction(Element firstElement,
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description desc,
String endpointName,
QName serviceName)
Retrieve soapAction in the WSDL depending on the first element of the request |
static Map<String,String> |
readAndStoreSoapAction(Document doc,
QName serviceName,
String endpointName)
Read soap action in the wsdl and store for the given service and endpoint name |
static Document |
replaceServiceAddressInWSDL(Document doc,
String address)
Replace the endpoint address in the WSDL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final Document replaceServiceAddressInWSDL(Document doc,
String address)
throws org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.WSDL4ComplexWsdlException,
URISyntaxException
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.WSDL4ComplexWsdlException
URISyntaxException
public static final Map<String,String> readAndStoreSoapAction(Document doc,
QName serviceName,
String endpointName)
throws org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.WSDL4ComplexWsdlException,
URISyntaxException
doc - associated wsdlserviceName - endpointName -
URISyntaxException
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.WSDL4ComplexWsdlException
public static org.ow2.easywsdl.wsdl.api.BindingOperation findOperationUsingElement(Element firstElement,
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description desc,
String endpointName,
QName serviceName)
public static org.ow2.easywsdl.wsdl.api.BindingOperation findOperationUsingSoapAction(String soapAction,
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description desc)
public static String findSoapAction(Element firstElement,
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description desc,
String endpointName,
QName serviceName)
firstElement - the first element of the requestdesc - the WSDL of the service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||