it.imolinfo.jbi4ejb.jbi.wsdl
Class Jbi4EjbAddressSerializer

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

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

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

Author:
Marco Piraccini

Constructor Summary
Jbi4EjbAddressSerializer()
          Instantiates a new jbi4 ejb address 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)
          Creates the WSDL fragment for the jbi4ejb address.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jbi4EjbAddressSerializer

public Jbi4EjbAddressSerializer()
Instantiates a new jbi4 ejb address 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
Creates the WSDL fragment for the jbi4ejb address.

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


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