com.ibm.wsdl.extensions.schema

Class SchemaDeserializer

public class SchemaDeserializer extends Object implements ExtensionDeserializer, Serializable

This class is used to deserialize <schema> elements into Schema instances.

Author: Jeremy Hughes

See Also: SchemaImpl

Field Summary
static longserialVersionUID
Method Summary
static voidsetLocator(WSDLLocator loc)
Set the WSDLLocator to be used by the deserializer on this thread.
ExtensibilityElementunmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)

Field Detail

serialVersionUID

public static final long serialVersionUID

Method Detail

setLocator

public static void setLocator(WSDLLocator loc)
Set the WSDLLocator to be used by the deserializer on this thread.

Parameters: loc The WSDLLocator to be used.

See Also: WSDLLocator

unmarshall

public ExtensibilityElement unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
Copyright © 2003,2005 IBM. All Rights Reserved.