|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbSOAPExtensionsUtils
public final class Jbi4EjbSOAPExtensionsUtils
Utility class to add the SOAP extensions (needed by xfire to correctly generate the sources).
| Method Summary | |
|---|---|
static void |
addSoapElements(javax.wsdl.Definition def)
Adds SOAP elements to the specified WSDL if they are not present. |
static java.io.File |
addSoapElements(java.io.File wsdl)
Creates a wsdl file, adding the SOAP extension elements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.io.File addSoapElements(java.io.File wsdl)
throws EJBDeployException
wsdl - the wsdl file
EJBDeployException - if some problem occurs
public static void addSoapElements(javax.wsdl.Definition def)
throws javax.wsdl.WSDLException
def - the WSDL to add SOAP elements. Must be not
null.
javax.wsdl.WSDLException - in case of error manipulating the
Definition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||