it.imolinfo.jbi4ejb.jbi.wsdl
Class Jbi4EjbBindingSerializer
java.lang.Object
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
|
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 |
Jbi4EjbBindingSerializer
public Jbi4EjbBindingSerializer()
- Instantiates a new jbi4 ejb binding serializer.
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 typeelementType - the element typeextension - the Jbi4EjbBinding extensionpw - the writerdef - the WSDL definitionextReg - the ExtensionRegistry
- Throws:
javax.wsdl.WSDLException - if some problem occurs in marshalling
Copyright © 2007-2008 Imola Informatica. All Rights Reserved.