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

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

public class JaxRpcTypeInfo
extends Object


Nested Class Summary
static class JaxRpcTypeInfo.SerializerType
           
 
Field Summary
 QName componentType
           
 Collection<JaxRpcFieldInfo> fields
           
 String javaType
           
 QName qname
           
 JaxRpcTypeInfo.SerializerType serializerType
           
 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 QName qname

simpleBaseType

public QName simpleBaseType

javaType

public String javaType

serializerType

public JaxRpcTypeInfo.SerializerType serializerType

componentType

public QName componentType

fields

public final Collection<JaxRpcFieldInfo> fields
Constructor Detail

JaxRpcTypeInfo

public JaxRpcTypeInfo()


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