org.apache.wsif.tools.wsdl
Class SOAPJMSBindingGenerator

java.lang.Object
  extended byorg.apache.wsif.tools.wsdl.ModelBindingGenerator
      extended byorg.apache.wsif.tools.wsdl.SOAPJMSBindingGenerator
All Implemented Interfaces:
BindingGenerator

public class SOAPJMSBindingGenerator
extends ModelBindingGenerator

Utility to add a WSIF SOAP/JMS binding to a WSDL4J definition

Author:
Ant Elder

Constructor Summary
SOAPJMSBindingGenerator()
          Construct a new binding generator
SOAPJMSBindingGenerator(java.lang.String name)
          Construct a new binding generator
 
Method Summary
 java.lang.Class getImplementedBinding()
          Returns the implemetedBinding.
 
Methods inherited from class org.apache.wsif.tools.wsdl.ModelBindingGenerator
addBindings, getBindingTypeName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPJMSBindingGenerator

public SOAPJMSBindingGenerator(java.lang.String name)
Construct a new binding generator


SOAPJMSBindingGenerator

public SOAPJMSBindingGenerator()
Construct a new binding generator

Method Detail

getImplementedBinding

public java.lang.Class getImplementedBinding()
Returns the implemetedBinding.

Specified by:
getImplementedBinding in class ModelBindingGenerator
Returns:
Class


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.