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

Packages that use MessagePartContainer
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
org.codehaus.xfire.wsdl11.parser   
 

Uses of MessagePartContainer in org.codehaus.xfire.service
 

Subclasses of MessagePartContainer in org.codehaus.xfire.service
 class FaultInfo
          Represents the description of a service operation fault.
 class MessageInfo
          Represents the description of a service operation message.
 

Methods in org.codehaus.xfire.service that return MessagePartContainer
 MessagePartContainer MessagePartInfo.getContainer()
           
 MessagePartContainer Binding.getHeaders(MessageInfo msg)
           
 

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

Methods in org.codehaus.xfire.service.binding with parameters of type MessagePartContainer
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.
protected  void MessageBindingProvider.initializeMessage(Service service, MessagePartContainer container, int type)
           
protected  void AbstractBindingProvider.initializeMessage(Service service, MessagePartContainer container, int type)
           
static java.lang.Object ServiceInvocationHandler.readHeaders(MessageContext context, MessagePartContainer headerMsg, java.lang.Object[] paramArray)
           
 

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

Methods in org.codehaus.xfire.wsdl11.parser with parameters of type MessagePartContainer
protected  void SoapBindingAnnotator.setUse(MessagePartContainer msg, java.lang.String use)
           
 



Copyright © 2004-2009. All Rights Reserved.