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

Packages that use MessageInfo
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
org.codehaus.xfire.soap SOAP protocol specific contants 
org.codehaus.xfire.wsdl11.builder   
org.codehaus.xfire.wsdl11.parser   
 

Uses of MessageInfo in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return MessageInfo
 MessageInfo OperationInfo.createMessage(javax.xml.namespace.QName name)
          Creates a new message.
 MessageInfo OperationInfo.getInputMessage()
          Returns the input message info.
 MessageInfo OperationInfo.getOutputMessage()
          Returns the output message info.
 

Methods in org.codehaus.xfire.service with parameters of type MessageInfo
 void OperationInfo.setInputMessage(MessageInfo inputMessage)
          Sets the input message info.
 void OperationInfo.setOutputMessage(MessageInfo outputMessage)
          Sets the output message info.
 MessagePartContainer Binding.getHeaders(MessageInfo msg)
           
 void Visitor.startMessage(MessageInfo messageInfo)
          Receive notification at the beginning of a message visit.
 void Visitor.endMessage(MessageInfo messageInfo)
          Receive notification at the end of a message visit.
 

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

Methods in org.codehaus.xfire.service.binding that return MessageInfo
static MessageInfo AbstractBinding.getIncomingMessageInfo(MessageContext context)
           
static MessageInfo AbstractBinding.getOutgoingMessageInfo(MessageContext context)
           
 

Methods in org.codehaus.xfire.service.binding with parameters of type MessageInfo
protected  java.lang.Object[] ServiceInvocationHandler.fillInHolders(MessageContext context, OperationInfo opInfo, MessageInfo inMsg, MessageInfo outMsg, MessagePartContainer headerMsg, MessagePartContainer outHeaderMsg, java.util.List params)
          Looks for holders, instantiates them, then inserts them into the parameters.
 

Uses of MessageInfo in org.codehaus.xfire.soap
 

Methods in org.codehaus.xfire.soap with parameters of type MessageInfo
protected  javax.wsdl.Message Soap11Binding.createHeaderMessages(WSDLBuilder builder, MessageInfo msgInfo, java.util.List headers)
           
 

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

Methods in org.codehaus.xfire.wsdl11.builder with parameters of type MessageInfo
protected  javax.xml.namespace.QName WSDLBuilder.createDocumentType(MessageInfo message, javax.wsdl.Part part, java.lang.String opName)
           
 

Uses of MessageInfo in org.codehaus.xfire.wsdl11.parser
 

Methods in org.codehaus.xfire.wsdl11.parser with parameters of type MessageInfo
protected  void BindingAnnotator.visit(javax.wsdl.BindingOutput bindingOutput, javax.wsdl.Output output, MessageInfo msg)
           
protected  void BindingAnnotator.visit(javax.wsdl.BindingInput bindingInput, javax.wsdl.Input input, MessageInfo msg)
           
protected  void SoapBindingAnnotator.visit(javax.wsdl.BindingInput bindingInput, javax.wsdl.Input input, MessageInfo msg)
           
protected  void SoapBindingAnnotator.visit(javax.wsdl.BindingOutput bindingOutput, javax.wsdl.Output output, MessageInfo msg)
           
 



Copyright © 2004-2006 null. All Rights Reserved.