it.imolinfo.jbi4corba.jbi.wsdl
Class Jbi4CorbaAddressSerializer
java.lang.Object
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
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 |
Jbi4CorbaAddressSerializer
public Jbi4CorbaAddressSerializer()
- Default constructor.
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 typeelementType
- The element tipeextension
- The extensionpw
- The io print writerdef
- The definitionextReg
- The extension registry
- Throws:
javax.wsdl.WSDLException
- The WSDL exception
Copyright © 2005-2010 Imola Informatica. All Rights Reserved.