it.imolinfo.jbi4ejb.jbi.wsdl
Class Jbi4EjbBindingSerializer

java.lang.Object
  extended by it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBindingSerializer
All Implemented Interfaces:
javax.wsdl.extensions.ExtensionSerializer

public class Jbi4EjbBindingSerializer
extends java.lang.Object
implements javax.wsdl.extensions.ExtensionSerializer

Serializer for the Jbi4Ejb WSDL Extension (binding element), according with JWSDL specs. See JSR 110.

Author:
Marco Piraccini

Constructor Summary
Jbi4EjbBindingSerializer()
          Instantiates a new jbi4 ejb binding serializer.
 
Method Summary
 void marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, javax.wsdl.extensions.ExtensibilityElement extension, java.io.PrintWriter pw, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg)
          Marshall the Jbi4EjbBinding in a WSDL binding fragment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jbi4EjbBindingSerializer

public Jbi4EjbBindingSerializer()
Instantiates a new jbi4 ejb binding serializer.

Method Detail

marshall

public void marshall(java.lang.Class parentType,
                     javax.xml.namespace.QName elementType,
                     javax.wsdl.extensions.ExtensibilityElement extension,
                     java.io.PrintWriter pw,
                     javax.wsdl.Definition def,
                     javax.wsdl.extensions.ExtensionRegistry extReg)
              throws javax.wsdl.WSDLException
Marshall the Jbi4EjbBinding in a WSDL binding fragment.

Specified by:
marshall in interface javax.wsdl.extensions.ExtensionSerializer
Parameters:
parentType - the parent type
elementType - the element type
extension - the Jbi4EjbBinding extension
pw - the writer
def - the WSDL definition
extReg - the ExtensionRegistry
Throws:
javax.wsdl.WSDLException - if some problem occurs in marshalling


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.