it.imolinfo.jbi4ejb.jbi.wsdl
Class Jbi4EjbAddressSerializer
java.lang.Object
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
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 |
Jbi4EjbAddressSerializer
public Jbi4EjbAddressSerializer()
- Instantiates a new jbi4 ejb address 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
- Creates the WSDL fragment for the jbi4ejb address.
- Specified by:
marshall
in interface javax.wsdl.extensions.ExtensionSerializer
- Parameters:
parentType
- the parent typeelementType
- the element typeextension
- the extensionpw
- the writerdef
- the WSDL definitionextReg
- the extension registry
- Throws:
javax.wsdl.WSDLException
- if some problem occurs in marshalling
Copyright © 2007-2008 Imola Informatica. All Rights Reserved.