Uses of Class
org.codehaus.xfire.service.MessagePartInfo

Packages that use MessagePartInfo
org.codehaus.xfire.aegis   
org.codehaus.xfire.client   
org.codehaus.xfire.gen   
org.codehaus.xfire.gen.jaxb   
org.codehaus.xfire.gen.jsr181   
org.codehaus.xfire.gen.xmlbeans   
org.codehaus.xfire.handler   
org.codehaus.xfire.jaxws.gen   
org.codehaus.xfire.jaxws.handler   
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
org.codehaus.xfire.wsdl11.builder   
 

Uses of MessagePartInfo in org.codehaus.xfire.aegis
 

Methods in org.codehaus.xfire.aegis with parameters of type MessagePartInfo
 java.lang.Object AegisBindingProvider.readParameter(MessagePartInfo p, XMLStreamReader xsr, MessageContext context)
           
 void AegisBindingProvider.writeParameter(MessagePartInfo p, XMLStreamWriter writer, MessageContext context, java.lang.Object value)
           
 

Uses of MessagePartInfo in org.codehaus.xfire.client
 

Methods in org.codehaus.xfire.client that return MessagePartInfo
protected  MessagePartInfo ClientFaultConverter.getFaultPart(OperationInfo operation, Element exDetail)
           
 

Uses of MessagePartInfo in org.codehaus.xfire.gen
 

Methods in org.codehaus.xfire.gen with parameters of type MessagePartInfo
 JType SchemaSupport.getType(GenerationContext context, MessagePartInfo part)
           
 

Uses of MessagePartInfo in org.codehaus.xfire.gen.jaxb
 

Methods in org.codehaus.xfire.gen.jaxb with parameters of type MessagePartInfo
 JType JAXBSchemaSupport.getType(GenerationContext context, MessagePartInfo part)
           
 JType JAXBSchemaSupport.getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType, MessagePartInfo part)
           
 

Uses of MessagePartInfo in org.codehaus.xfire.gen.jsr181
 

Methods in org.codehaus.xfire.gen.jsr181 that return MessagePartInfo
 MessagePartInfo AbstractServiceGenerator.ParamInfo.getPart()
           
 

Methods in org.codehaus.xfire.gen.jsr181 with parameters of type MessagePartInfo
protected  void AbstractServiceGenerator.annotate(MessagePartInfo part, JVar jvar)
           
protected  void ServiceInterfaceGenerator.annotate(MessagePartInfo part, JVar jvar)
           
protected  void AbstractServiceGenerator.annotate(MessagePartInfo part, JVar jvar, Binding binding)
           
protected  void ServiceInterfaceGenerator.annotate(MessagePartInfo part, JVar jvar, Binding binding)
           
protected  void AbstractServiceGenerator.annotateInOutParam(MessagePartInfo part, JVar jvar, Binding binding)
           
protected  void AbstractServiceGenerator.annotateOutParam(MessagePartInfo part, JVar jvar)
           
protected  void ServiceInterfaceGenerator.annotateOutParam(MessagePartInfo part, JVar jvar)
           
protected  void AbstractServiceGenerator.annotateOutParam(MessagePartInfo part, JVar jvar, Binding binding)
           
protected  void ServiceInterfaceGenerator.annotateOutParam(MessagePartInfo part, JVar jvar, Binding binding)
           
protected  void AbstractServiceGenerator.annotateReturnType(JMethod method, MessagePartInfo returnPart)
           
protected  void ServiceInterfaceGenerator.annotateReturnType(JMethod method, MessagePartInfo returnPart)
           
protected  void AbstractServiceGenerator.annotateReturnType(JMethod method, MessagePartInfo returnPart, Binding binding)
           
protected  JClass FaultGenerator.generateExceptionClass(GenerationContext context, FaultInfo fault, MessagePartInfo part)
           
protected  JClass FaultGenerator.generateExceptionClass(MessagePartInfo part, JCodeModel model, JType paramType, JDefinedClass exCls)
           
protected  JType AbstractServiceGenerator.getHolderType(GenerationContext context, MessagePartInfo part)
           
 void AbstractServiceGenerator.ParamInfo.setPart(MessagePartInfo part)
           
 

Uses of MessagePartInfo in org.codehaus.xfire.gen.xmlbeans
 

Methods in org.codehaus.xfire.gen.xmlbeans with parameters of type MessagePartInfo
 JType XmlBeansSchemaSupport.getType(GenerationContext context, MessagePartInfo part)
           
 

Uses of MessagePartInfo in org.codehaus.xfire.handler
 

Methods in org.codehaus.xfire.handler with parameters of type MessagePartInfo
protected  java.lang.Object CustomFaultHandler.getFaultBean(java.lang.Throwable cause, MessagePartInfo faultPart, MessageContext context)
           
protected  void CustomFaultHandler.handleFault(MessageContext context, XFireFault fault, java.lang.Throwable cause, MessagePartInfo faultPart)
           
 

Uses of MessagePartInfo in org.codehaus.xfire.jaxws.gen
 

Methods in org.codehaus.xfire.jaxws.gen with parameters of type MessagePartInfo
protected  JClass FaultGenerator.generateExceptionClass(MessagePartInfo part, JCodeModel model, JType paramType, JDefinedClass exCls)
           
 

Uses of MessagePartInfo in org.codehaus.xfire.jaxws.handler
 

Methods in org.codehaus.xfire.jaxws.handler with parameters of type MessagePartInfo
protected  java.lang.Object WebFaultHandler.getFaultBean(java.lang.Throwable cause, MessagePartInfo faultPart, MessageContext context)
           
 

Uses of MessagePartInfo in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return MessagePartInfo
 MessagePartInfo MessagePartContainer.addMessagePart(javax.xml.namespace.QName name, java.lang.Class clazz)
          Adds an message part to this conainer.
 MessagePartInfo MessagePartContainer.getMessagePart(javax.xml.namespace.QName name)
          Returns the message part with the given name, if found.
 

Methods in org.codehaus.xfire.service with parameters of type MessagePartInfo
 void MessagePartContainer.addMessagePart(MessagePartInfo part)
          Adds an message part to this container.
 void Visitor.endMessagePart(MessagePartInfo messagePartInfo)
          Receive notification at the end of a message part visit.
 int MessagePartContainer.getMessagePartIndex(MessagePartInfo part)
           
 void Visitor.startMessagePart(MessagePartInfo messagePartInfo)
          Receive notification at the beginning of a message part visit.
 

Uses of MessagePartInfo in org.codehaus.xfire.service.binding
 

Methods in org.codehaus.xfire.service.binding that return MessagePartInfo
protected  MessagePartInfo AbstractBinding.findMessagePart(MessageContext context, java.util.Collection operations, javax.xml.namespace.QName name, int index)
           
 

Methods in org.codehaus.xfire.service.binding with parameters of type MessagePartInfo
protected  java.lang.String AbstractBinding.getBoundNamespace(MessageContext context, MessagePartInfo p)
          Get the namespace for a particular part.
protected  java.lang.String RPCBinding.getBoundNamespace(MessageContext context, MessagePartInfo p)
           
protected  java.lang.Object AbstractBinding.getClientParam(java.lang.Object[] values, MessagePartInfo outParam, MessageContext context)
           
protected  java.lang.Object AbstractBinding.getParam(java.lang.Object[] values, MessagePartInfo outParam, MessageContext context)
           
 SchemaType MessageBindingProvider.getSchemaType(Service service, MessagePartInfo param)
           
 java.lang.Object BindingProvider.readParameter(MessagePartInfo p, XMLStreamReader reader, MessageContext context)
           
 java.lang.Object MessageBindingProvider.readParameter(MessagePartInfo p, XMLStreamReader reader, MessageContext context)
           
 void BindingProvider.writeParameter(MessagePartInfo p, XMLStreamWriter writer, MessageContext context, java.lang.Object value)
           
 void MessageBindingProvider.writeParameter(MessagePartInfo p, XMLStreamWriter writer, MessageContext context, java.lang.Object value)
           
static void AbstractBinding.writeParameter(XMLStreamWriter writer, MessageContext context, java.lang.Object value, MessagePartInfo p, java.lang.String ns)
           
 

Uses of MessagePartInfo in org.codehaus.xfire.wsdl11.builder
 

Methods in org.codehaus.xfire.wsdl11.builder with parameters of type MessagePartInfo
 Part WSDLBuilder.createPart(MessagePartInfo part)
           
 



Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.