|
Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a WSDL operation. It includes information on input, output and fault messages associated with usage of the operation.
Method Summary |
Type | Method |
---|---|
org.w3c.dom.Element |
getDocumentationElement()
Get the documentation element. |
Fault |
getFault(java.lang.String name)
Get the specified fault message. |
java.util.Map |
getFaults()
Get all the fault messages associated with this operation. |
Input |
getInput()
Get the input message specification for this operation. |
java.lang.String |
getName()
Get the name of this operation. |
Output |
getOutput()
Get the output message specification for this operation. |
java.util.List |
getParameterOrdering()
Get the parameter ordering for this operation. |
OperationType |
getStyle()
Get the operation type. |
Method Detail |
public java.lang.String getName()
public Input getInput()
public Output getOutput()
public Fault getFault(java.lang.String name)
name
- the name of the desired fault message.public java.util.Map getFaults()
public OperationType getStyle()
public java.util.List getParameterOrdering()
public org.w3c.dom.Element getDocumentationElement()
|
Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |