it.imolinfo.jbi4cics.jbi.wsdl
Class Jbi4CicsBindingSerializer

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

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

Serializer for the address elemento of Jbi4Cics WSDL Extension, according with JWSDL specs. See JSR 110.

Author:
amedeocannone, marcopiraccini, Marco Cimatti

Method Summary
 void marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, javax.wsdl.extensions.ExtensibilityElement extension, java.io.PrintWriter writer, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg)
          Serializes Jbi4Cics extension-specific instances of ExtensibilityElement into the specified PrintWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

marshall

public void marshall(java.lang.Class parentType,
                     javax.xml.namespace.QName elementType,
                     javax.wsdl.extensions.ExtensibilityElement extension,
                     java.io.PrintWriter writer,
                     javax.wsdl.Definition def,
                     javax.wsdl.extensions.ExtensionRegistry extReg)
              throws javax.wsdl.WSDLException
Serializes Jbi4Cics extension-specific instances of ExtensibilityElement into the specified PrintWriter.

Specified by:
marshall in interface javax.wsdl.extensions.ExtensionSerializer
Parameters:
parentType - a class object indicating where in the WSDL definition this extension was encountered. For example, javax.wsdl.Binding.class would be used to indicate this extensibility element was found in the list of extensibility elements belonging to a javax.wsdl.Binding.
elementType - the qname of the extensibility element.
extension - the extensibility element to serialize.
writer - the writer to write to.
def - the definition this extensibility element was encountered in.
extReg - the ExtensionRegistry to use (if needed again).
Throws:
javax.wsdl.WSDLException - if extension is a Jbi4CicsBinding instance but doesn't contain mandatory values.


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