Uses of Class
org.codehaus.xfire.service.object.Parameter

Packages that use Parameter
org.codehaus.xfire.message   
org.codehaus.xfire.service.object This package includes an implementation of the the org.codehaus.xfire.service package. 
 

Uses of Parameter in org.codehaus.xfire.message
 

Methods in org.codehaus.xfire.message that return Parameter
protected  Parameter DocumentBridge.findParameter(javax.xml.namespace.QName name)
           
 

Uses of Parameter in org.codehaus.xfire.service.object
 

Methods in org.codehaus.xfire.service.object that return Parameter
 Parameter Operation.getInParameter(javax.xml.namespace.QName q)
           
 Parameter Operation.getOutParameter(javax.xml.namespace.QName q)
           
 

Methods in org.codehaus.xfire.service.object with parameters of type Parameter
 void Operation.addInParameter(Parameter p)
           
 void Operation.addOutParameter(Parameter p)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.