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

Packages that use MessagePartInfo
org.codehaus.xfire.aegis   
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, javax.xml.stream.XMLStreamReader xsr, MessageContext context)
           
 void AegisBindingProvider.writeHeader(MessagePartInfo p, MessageContext context, java.lang.Object value)
           
 void AegisBindingProvider.writeParameter(MessagePartInfo p, javax.xml.stream.XMLStreamWriter writer, MessageContext context, java.lang.Object value)
           
 

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 DocumentBinding.findMessagePart(Service endpoint, javax.xml.namespace.QName name)
           
 

Methods in org.codehaus.xfire.service.binding with parameters of type MessagePartInfo
 SchemaType MessageBindingProvider.getSchemaType(Service service, MessagePartInfo param)
           
 java.lang.Object MessageBindingProvider.readParameter(MessagePartInfo p, javax.xml.stream.XMLStreamReader reader, MessageContext context)
           
 java.lang.Object BindingProvider.readParameter(MessagePartInfo p, javax.xml.stream.XMLStreamReader reader, MessageContext context)
           
 void MessageBindingProvider.writeHeader(MessagePartInfo p, MessageContext context, java.lang.Object value)
           
 void BindingProvider.writeHeader(MessagePartInfo p, MessageContext context, java.lang.Object value)
           
 void MessageBindingProvider.writeParameter(MessagePartInfo p, javax.xml.stream.XMLStreamWriter writer, MessageContext context, java.lang.Object value)
           
 void BindingProvider.writeParameter(MessagePartInfo p, javax.xml.stream.XMLStreamWriter writer, MessageContext context, java.lang.Object value)
           
 

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

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



Copyright © 2004-2005 Codehaus. All Rights Reserved.