|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.deployment.wsdd.WSDDConstants
org.jboss.axis.deployment.wsdd.WSDDElement
org.jboss.axis.deployment.wsdd.WSDDOperation
public class WSDDOperation
Parse the WSDD operation elements.
Example:
Field Summary |
---|
Constructor Summary | |
---|---|
WSDDOperation(Element e,
ServiceDesc parent)
Constructor from XML |
|
WSDDOperation(OperationDesc desc)
Constructor |
Method Summary | |
---|---|
protected javax.xml.namespace.QName |
getElementName()
Return the element name of a particular subclass. |
OperationDesc |
getOperationDesc()
|
void |
writeToContext(SerializationContext context)
Write this element out to a SerializationContext |
Methods inherited from class org.jboss.axis.deployment.wsdd.WSDDElement |
---|
getChildElement, getChildElements, getDocumentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDDOperation(OperationDesc desc)
public WSDDOperation(Element e, ServiceDesc parent) throws WSDDException
e
- (Element) the parent
- our ServiceDesc.
WSDDException
- XXXMethod Detail |
---|
public void writeToContext(SerializationContext context) throws IOException
writeToContext
in class WSDDElement
IOException
protected javax.xml.namespace.QName getElementName()
WSDDElement
getElementName
in class WSDDElement
public OperationDesc getOperationDesc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |