org.globus.wsrf.encoding
Class QueryExpressionSerializer

java.lang.Object
  extended by org.globus.wsrf.encoding.DialectDependentSerializer
      extended by org.globus.wsrf.encoding.QueryExpressionSerializer
All Implemented Interfaces:
java.io.Serializable, javax.xml.rpc.encoding.Serializer

public class QueryExpressionSerializer
extends DialectDependentSerializer

See Also:
Serialized Form

Field Summary
private static javax.xml.namespace.QName ATTR
           
private static org.apache.axis.types.URI XPATH_1_DIALECT_URI
           
 
Fields inherited from class org.globus.wsrf.encoding.DialectDependentSerializer
attributeName, logger, serializerFactories, typeMappingName
 
Constructor Summary
QueryExpressionSerializer()
           
 
Method Summary
 
Methods inherited from class org.globus.wsrf.encoding.DialectDependentSerializer
getMechanismType, isNSQualified, registerSerializerFactory, serialize, unregisterSerializerFactory, writeSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR

private static final javax.xml.namespace.QName ATTR

XPATH_1_DIALECT_URI

private static final org.apache.axis.types.URI XPATH_1_DIALECT_URI
Constructor Detail

QueryExpressionSerializer

public QueryExpressionSerializer()