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

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

public class JaxRpcParameterInfo
extends java.lang.Object


Nested Class Summary
static class JaxRpcParameterInfo.Mode
           
 
Field Summary
 java.lang.String javaType
           
 JaxRpcParameterInfo.Mode mode
           
 javax.xml.namespace.QName qname
           
 boolean soapHeader
           
 javax.xml.namespace.QName xmlType
           
 
Constructor Summary
JaxRpcParameterInfo()
           
 
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

mode

public JaxRpcParameterInfo.Mode mode

soapHeader

public boolean soapHeader

xmlType

public javax.xml.namespace.QName xmlType

javaType

public java.lang.String javaType
Constructor Detail

JaxRpcParameterInfo

public JaxRpcParameterInfo()


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