hu.soft4d.minerva.wsdl
Class JOperation

java.lang.Object
  extended by 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)
           
 
Method Summary
 JMessage getInputMessage()
           
 java.lang.String getName()
           
 javax.wsdl.Operation getOperation()
           
 stsimulator.sts.OperationKind getOperationKind()
           
 JMessage getOutputMessage()
           
 javax.wsdl.OperationType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOperation

public JOperation(javax.wsdl.Operation op,
                  org.apache.axis.wsdl.symbolTable.SymbolTable symTable)
Method Detail

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()