org.jbind.example.soap.soap11
Interface IEnvelopeHandler

All Superinterfaces:
IAnyTypeData, IComplexCCData, IComplexData, IEnvelopeHandlerData
All Known Subinterfaces:
IBabelFishEnvelopeHandler, IBabelFishEnvelopeHandlerData
All Known Implementing Classes:
BabelFishEnvelopeHandler, EnvelopeHandler

public interface IEnvelopeHandler
extends IEnvelopeHandlerData


Method Summary
 void acceptResult(IEnvelopeData anEnvelope)
           
 void fillEnvelope(IEnvelopeData anEnvelope)
           
 
Methods inherited from interface org.jbind.xml.core.data.IAnyTypeData
accept_, acceptImpl_, addReferencedData_, createElement_, createElement_, equals, getAttribute_, getDataDesc_, getImpl_, getParent_, getSubstitutionHead_, getType_, hashCode, isDefault_, isNil_, iterAttributes_, iterElements_, setAttribute_, setDataDesc_, setImpl_, setSubstitutionHead_, setType_
 

Method Detail

fillEnvelope

public void fillEnvelope(IEnvelopeData anEnvelope)
                  throws XmlException
Throws:
XmlException

acceptResult

public void acceptResult(IEnvelopeData anEnvelope)
                  throws XmlException
Throws:
XmlException