|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.webservice.deployment.WSDDGenerator
Generate the Axis deployment wsdd
Although there is awsdlFile
element in the wsdd it not used by axis to describe the service
the only purpose is, to return that file upon the ?WSDL operation
Constructor Summary | |
WSDDGenerator(ServiceDescription service)
A wsdd generator for a preconfigured ServiceDescription |
Method Summary | |
void |
appendFooter(PrintWriter out)
|
void |
appendHeader(PrintWriter out)
|
void |
appendOperations(PrintWriter out)
Append the operation information, which is taken from the wsdl |
void |
appendServiceElement(PrintWriter out,
String serviceID,
String provider)
Append the service element |
void |
appendTypeMappings(PrintWriter out)
Append the typeMapping information, which is taken from the wsdl and jaxrpc-mapping.xml |
void |
generateDeployment(PrintWriter out,
String serviceName,
String provider)
Generate the entire WSDD file |
static String |
getQNameAttrValue(javax.xml.namespace.QName qname)
|
static void |
main(String[] args)
WSDDGenerator [wsdl] [jaxrpc-mapping] [portName] |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSDDGenerator(ServiceDescription service)
Method Detail |
public void generateDeployment(PrintWriter out, String serviceName, String provider)
public void appendHeader(PrintWriter out)
public void appendServiceElement(PrintWriter out, String serviceID, String provider)
public void appendOperations(PrintWriter out)
public void appendTypeMappings(PrintWriter out)
public void appendFooter(PrintWriter out)
public static String getQNameAttrValue(javax.xml.namespace.QName qname)
public static void main(String[] args) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |