hu.soft4d.minerva.wsdl
Class JInterface

java.lang.Object
  extended by hu.soft4d.minerva.wsdl.JInterface

public class JInterface
extends java.lang.Object

Class representing a WSDL portType.

Author:
Zsolt Kiss-Gere, 4DSoft Ltd.

Constructor Summary
JInterface(javax.wsdl.PortType portType, org.apache.axis.wsdl.symbolTable.SymbolTable symTable)
           
 
Method Summary
 java.lang.String getLocalName()
           
 JOperation getOperation(java.lang.String name)
           
 java.util.List<JOperation> getOperations()
           
 javax.xml.namespace.QName getQName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JInterface

public JInterface(javax.wsdl.PortType portType,
                  org.apache.axis.wsdl.symbolTable.SymbolTable symTable)
Method Detail

getOperation

public JOperation getOperation(java.lang.String name)
                        throws java.lang.Exception
Throws:
java.lang.Exception

getOperations

public java.util.List<JOperation> getOperations()

getQName

public javax.xml.namespace.QName getQName()

getLocalName

public java.lang.String getLocalName()