hu.soft4d.minerva.wsdl
Class JPortBinding

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.apache.axis.constants.Style getBindingStyle()
           
 org.apache.axis.constants.Use getInputUse(JOperation oper)
           
 JInterface getInterface()
           
 org.apache.axis.constants.Use getOutputUse(JOperation oper)
           
 boolean isSOAPBinding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPortBinding

public JPortBinding(org.apache.axis.wsdl.symbolTable.BindingEntry bindingEntry,
                    org.apache.axis.wsdl.symbolTable.SymbolTable table)
Method Detail

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