|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.description.AxisService2WSDL11
public class AxisService2WSDL11
Field Summary |
---|
Constructor Summary | |
---|---|
AxisService2WSDL11(AxisService service)
|
Method Summary | |
---|---|
org.apache.axiom.om.OMElement |
generateOM()
|
void |
generateService(org.apache.axiom.om.OMFactory fac,
org.apache.axiom.om.OMElement defintions,
boolean disableREST)
Generate the WSDL <service> element |
java.lang.String |
getStyle()
|
java.lang.String |
getUse()
|
void |
setStyle(java.lang.String style)
|
void |
setUse(java.lang.String use)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxisService2WSDL11(AxisService service) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public org.apache.axiom.om.OMElement generateOM() throws java.lang.Exception
java.lang.Exception
public void generateService(org.apache.axiom.om.OMFactory fac, org.apache.axiom.om.OMElement defintions, boolean disableREST) throws java.lang.Exception
fac
- the active OMFactorydefintions
- the WSDL <definitions> element under which to put the servicedisableREST
- if false, generate REST binding, if true, don't
java.lang.Exception
- if there's a problempublic java.lang.String getStyle()
public void setStyle(java.lang.String style)
public java.lang.String getUse()
public void setUse(java.lang.String use)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |