hu.soft4d.minerva.wsdl
Class JPortBinding
java.lang.Object
hu.soft4d.minerva.wsdl.JPortBinding
public class JPortBinding
- extends java.lang.Object
Class representing a WSDL port binding. Includes also information not found
in the WSDL4J Binding object.
- Author:
- Zsolt Kiss-Gere, 4DSoft Ltd.
Constructor Summary |
JPortBinding(org.apache.axis.wsdl.symbolTable.BindingEntry bindingEntry,
org.apache.axis.wsdl.symbolTable.SymbolTable table)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPortBinding
public JPortBinding(org.apache.axis.wsdl.symbolTable.BindingEntry bindingEntry,
org.apache.axis.wsdl.symbolTable.SymbolTable table)
getInterface
public JInterface getInterface()
getBindingStyle
public org.apache.axis.constants.Style getBindingStyle()
getInputUse
public org.apache.axis.constants.Use getInputUse(JOperation oper)
getOutputUse
public org.apache.axis.constants.Use getOutputUse(JOperation oper)
isSOAPBinding
public boolean isSOAPBinding()