hu.soft4d.minerva.wsdl
Class JOperation
java.lang.Object
hu.soft4d.minerva.wsdl.JOperation
public class JOperation
- extends java.lang.Object
Class representing a WSDL operation.
- Author:
- Zsolt Kiss-Gere, 4DSoft Ltd.
Constructor Summary |
JOperation(javax.wsdl.Operation op,
org.apache.axis.wsdl.symbolTable.SymbolTable symTable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JOperation
public JOperation(javax.wsdl.Operation op,
org.apache.axis.wsdl.symbolTable.SymbolTable symTable)
getType
public javax.wsdl.OperationType getType()
- Returns:
- OperationType.NOTIFICATION, OperationType.ONE_WAY, OperationType.REQUEST_RESPONSE
or OperationType.SOLICIT_RESPONSE
getOperation
public javax.wsdl.Operation getOperation()
getInputMessage
public JMessage getInputMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
getOutputMessage
public JMessage getOutputMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
getName
public java.lang.String getName()
getOperationKind
public stsimulator.sts.OperationKind getOperationKind()