|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.description.AxisService2WSDL20
public class AxisService2WSDL20
Field Summary |
---|
Constructor Summary | |
---|---|
AxisService2WSDL20(AxisService service)
|
|
AxisService2WSDL20(AxisService service,
java.lang.String serviceName)
|
Method Summary | |
---|---|
org.apache.axiom.om.OMElement |
generateInterfaceOperationElement(AxisOperation axisOperation,
org.apache.axiom.om.OMNamespace wsdl,
org.apache.axiom.om.OMNamespace tns,
org.apache.axiom.om.OMNamespace wsdlx,
org.apache.axiom.om.OMNamespace wrpc)
Generates the interface Operation element. |
org.apache.axiom.om.OMElement |
generateOM()
Generates a WSDL 2.0 document for this web service |
void |
setEPRs(java.lang.String[] eprs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxisService2WSDL20(AxisService service)
public AxisService2WSDL20(AxisService service, java.lang.String serviceName)
Method Detail |
---|
public org.apache.axiom.om.OMElement generateOM() throws java.lang.Exception
java.lang.Exception
- - Thrown in case an exception occurspublic org.apache.axiom.om.OMElement generateInterfaceOperationElement(AxisOperation axisOperation, org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace tns, org.apache.axiom.om.OMNamespace wsdlx, org.apache.axiom.om.OMNamespace wrpc) throws java.net.URISyntaxException, AxisFault, javax.xml.stream.XMLStreamException, javax.xml.stream.FactoryConfigurationError
axisOperation
- the operation to writewsdl
- the WSDL namespacetns
- the target namespacewsdlx
- the WSDL extentions namespace (WSDL 2.0)
javax.xml.stream.FactoryConfigurationError
javax.xml.stream.XMLStreamException
java.net.URISyntaxException
AxisFault
public void setEPRs(java.lang.String[] eprs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |