|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.itinnovation.grid.comms.wsdl.WSDLUtils
public class WSDLUtils
Methods for dealing with WSDL in its various forms.
| Constructor Summary | |
|---|---|
WSDLUtils()
|
|
| Method Summary | |
|---|---|
static BindingEntry |
getBindingEntry(Parser parser,
QName bindingName)
|
static BindingEntry |
getBindingEntry(WSDLCache wsdlCache,
String filename,
QName bindingName)
Get a BindingEntry from a WSDL identified by a string |
static BindingEntry |
getBindingEntry(WSDLCache wsdlCache,
URL url,
QName bindingName)
Get a BindingEntry from a WSDL identified by its URL |
static javax.wsdl.Definition |
getDefinition(Document doc,
URL url)
Get the WSDL as a Definition object. |
static javax.wsdl.Definition |
getDefinition(Parser parser)
Get the WSDL as a Definition object. |
static javax.wsdl.Definition |
getDefinition(WSDLCache wsdlCache,
String filename)
Get the WSDL as a Definition object. |
static javax.wsdl.Definition |
getDefinition(WSDLCache wsdlCache,
URL url)
Get the WSDL as a Definition object. |
static Parser |
getParser(Document doc,
String filename)
Get the WSDL in a Parser object. |
static Parser |
getParser(Document doc,
URL url)
Get the WSDL in a Parser object. |
static Parser |
getParser(WSDLCache wsdlCache,
String filename)
Get the WSDL in a Parser object. |
static Parser |
getParser(WSDLCache wsdlCache,
URL url,
X509Certificate expectedCertificate)
|
static QName |
getSoapBinding(javax.wsdl.Definition def)
|
static QName |
getSoapBinding(WSDLCache wsdlCache,
String filename)
Get a SOAP binding from a WSDL identified by a string |
static QName |
getSoapBinding(WSDLCache wsdlCache,
URL url)
Get a SOAP binding from a WSDL identified by its URL |
static boolean |
isOperationInWSDL(org.apache.axis.message.addressing.EndpointReferenceType target,
String operation,
WSDLCache cache)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDLUtils()
| Method Detail |
|---|
public static boolean isOperationInWSDL(org.apache.axis.message.addressing.EndpointReferenceType target,
String operation,
WSDLCache cache)
throws RemoteException
RemoteException
public static Parser getParser(WSDLCache wsdlCache,
URL url,
X509Certificate expectedCertificate)
throws RemoteException
RemoteException
public static Parser getParser(WSDLCache wsdlCache,
String filename)
doc - the WSDL Documenturl - the URL of the WSDL
public static Parser getParser(Document doc,
URL url)
doc - the WSDL documenturl - the URL of the WSDL
public static Parser getParser(Document doc,
String filename)
doc - the WSDL documentfilename - the identifier for the WSDL, such as its filename
public static javax.wsdl.Definition getDefinition(WSDLCache wsdlCache,
URL url)
throws RemoteException
wsdlCache - the WSDLCache to get the WSDL fromurl - the URL of the WSDL
RemoteException
public static javax.wsdl.Definition getDefinition(WSDLCache wsdlCache,
String filename)
wsdlCache - the WSDLCache to get the WSDL fromfilename - string identifying the WSDL such as its filename
RemoteException
public static javax.wsdl.Definition getDefinition(Document doc,
URL url)
doc - the WSDL in a Documenturl - the URL of the WSDL
public static javax.wsdl.Definition getDefinition(Parser parser)
parser - the Parser object holding the WSDL
public static BindingEntry getBindingEntry(WSDLCache wsdlCache,
URL url,
QName bindingName)
throws RemoteException
wsdlCache - the wsdlCache to get the WSDL fromurl - the URL of the WSDLbindingName - the QName of the bindingName to get
RemoteException
public static BindingEntry getBindingEntry(WSDLCache wsdlCache,
String filename,
QName bindingName)
wsdlCache - the wsdlCache to get the WSDL fromurl - the identifier for the WSDL, such as its filenamebindingName - the QName of the bindingName to get
RemoteException
public static BindingEntry getBindingEntry(Parser parser,
QName bindingName)
throws RemoteException
RemoteException
public static QName getSoapBinding(WSDLCache wsdlCache,
URL url)
throws RemoteException
wsdlCache - the WSDLCache to get the WSDL fromurl - the URL of the WSDL
RemoteException
public static QName getSoapBinding(WSDLCache wsdlCache,
String filename)
wsdlCache - the WSDLCache to get the WSDL fromurl - the identifier of the WSDL, such as a filename
RemoteExceptionpublic static QName getSoapBinding(javax.wsdl.Definition def)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||