org.apache.openejb.server.axis.assembler
Class JaxRpcTypeInfo

java.lang.Object
  extended by org.apache.openejb.server.axis.assembler.JaxRpcTypeInfo

public class JaxRpcTypeInfo
extends java.lang.Object


Nested Class Summary
static class JaxRpcTypeInfo.SerializerType
           
 
Field Summary
 javax.xml.namespace.QName componentType
           
 java.util.Collection<JaxRpcFieldInfo> fields
           
 java.lang.String javaType
           
 javax.xml.namespace.QName qname
           
 JaxRpcTypeInfo.SerializerType serializerType
           
 javax.xml.namespace.QName simpleBaseType
           
 
Constructor Summary
JaxRpcTypeInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qname

public javax.xml.namespace.QName qname

simpleBaseType

public javax.xml.namespace.QName simpleBaseType

javaType

public java.lang.String javaType

serializerType

public JaxRpcTypeInfo.SerializerType serializerType

componentType

public javax.xml.namespace.QName componentType

fields

public final java.util.Collection<JaxRpcFieldInfo> fields
Constructor Detail

JaxRpcTypeInfo

public JaxRpcTypeInfo()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.