it.imolinfo.jbi4corba.jbi.wsdl
Class Jbi4CorbaAddressSerializer

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

public class Jbi4CorbaAddressSerializer
extends Object
implements javax.wsdl.extensions.ExtensionSerializer

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

Author:
Marco Piraccini

Constructor Summary
Jbi4CorbaAddressSerializer()
          Default constructor.
 
Method Summary
 void marshall(Class parentType, QName elementType, javax.wsdl.extensions.ExtensibilityElement extension, PrintWriter pw, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jbi4CorbaAddressSerializer

public Jbi4CorbaAddressSerializer()
Default constructor.

Method Detail

marshall

public void marshall(Class parentType,
                     QName elementType,
                     javax.wsdl.extensions.ExtensibilityElement extension,
                     PrintWriter pw,
                     javax.wsdl.Definition def,
                     javax.wsdl.extensions.ExtensionRegistry extReg)
              throws javax.wsdl.WSDLException
Specified by:
marshall in interface javax.wsdl.extensions.ExtensionSerializer
Parameters:
parentType - The parent type
elementType - The element tipe
extension - The extension
pw - The io print writer
def - The definition
extReg - The extension registry
Throws:
javax.wsdl.WSDLException - The WSDL exception


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