Uses of Interface
org.apache.axis2.jaxws.message.factory.BlockFactory
Packages that use BlockFactory
Package
Description
-
Uses of BlockFactory in org.apache.axis2.jaxws.message
Methods in org.apache.axis2.jaxws.message that return BlockFactoryMethods in org.apache.axis2.jaxws.message with parameters of type BlockFactoryModifier and TypeMethodDescriptionXMLPart.getBodyBlock(int index, Object context, BlockFactory blockFactory) getBodyBlock Get the body block at the specificed index.XMLPart.getBodyBlock(Object context, BlockFactory blockFactory) getBodyBlock Get the single Body Block.XMLPart.getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory) getHeaderBlock Get the firstheader block with the specified name.XMLPart.getHeaderBlocks(String namespace, String localPart, Object context, BlockFactory blockFactory, org.apache.axiom.soap.RolePlayer rolePlayer) getHeaderBlock Get the header blocks with the specified name The BlockFactory and object context are passed in to help create the proper kind of block.Message.getValue(Object context, BlockFactory blockFactory) -
Uses of BlockFactory in org.apache.axis2.jaxws.message.databinding.impl
Classes in org.apache.axis2.jaxws.message.databinding.impl that implement BlockFactoryModifier and TypeClassDescriptionclassSourceBlockFactoryImplclassJAXBBlockFactoryImpl Creates a JAXBBlockclassOMBlockFactoryImplclassCreates a SOAPEnvelopeBlockclassSourceBlockFactoryImplclassXMLStringFactoryImplConstructors in org.apache.axis2.jaxws.message.databinding.impl with parameters of type BlockFactoryModifierConstructorDescriptionDataSourceBlockImpl(org.apache.axiom.om.OMElement omElement, QName qName, BlockFactory factory) Constructor called from factorySOAPEnvelopeBlockImpl(jakarta.xml.soap.SOAPEnvelope busObject, QName qName, BlockFactory factory) Called by SOAPEnvelopeBlockFactorySOAPEnvelopeBlockImpl(org.apache.axiom.om.OMElement omElement, QName qName, BlockFactory factory) Called by SOAPEnvelopeBlockFactorySourceBlockImpl(org.apache.axiom.om.OMElement omElement, QName qName, BlockFactory factory) Constructor called from factoryXMLStringBlockImpl(org.apache.axiom.om.OMElement omElement, QName qName, BlockFactory factory) Constructor called from factory -
Uses of BlockFactory in org.apache.axis2.jaxws.message.factory
Subinterfaces of BlockFactory in org.apache.axis2.jaxws.message.factoryModifier and TypeInterfaceDescriptioninterfaceDataSourceBlockFactoryinterfaceJAXBBlockFactoryinterfaceOMBlockFactoryinterfaceSOAPEnvelopeBlockFactoryinterfaceSourceBlockFactoryinterfaceXMLStringBlockFactory -
Uses of BlockFactory in org.apache.axis2.jaxws.message.impl
Classes in org.apache.axis2.jaxws.message.impl that implement BlockFactoryModifier and TypeClassDescriptionclassBlockFactoryImpl Abstract Base Class for the Block FactoriesFields in org.apache.axis2.jaxws.message.impl declared as BlockFactoryMethods in org.apache.axis2.jaxws.message.impl that return BlockFactoryMethods in org.apache.axis2.jaxws.message.impl with parameters of type BlockFactoryModifier and TypeMethodDescriptionMessageImpl.getBodyBlock(int index, Object context, BlockFactory blockFactory) MessageImpl.getBodyBlock(Object context, BlockFactory blockFactory) XMLPartBase.getBodyBlock(int index, Object context, BlockFactory blockFactory) XMLPartBase.getBodyBlock(Object context, BlockFactory blockFactory) MessageImpl.getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory) XMLPartBase.getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory) MessageImpl.getHeaderBlocks(String namespace, String localPart, Object context, BlockFactory blockFactory, org.apache.axiom.soap.RolePlayer rolePlayer) XMLPartBase.getHeaderBlocks(String namespace, String localPart, Object context, BlockFactory blockFactory, org.apache.axiom.soap.RolePlayer rolePlayer) MessageImpl.getValue(Object context, BlockFactory blockFactory) Constructors in org.apache.axis2.jaxws.message.impl with parameters of type BlockFactoryModifierConstructorDescriptionprotectedBlockImpl(C busContext, org.apache.axiom.om.OMElement omElement, QName qName, BlockFactory factory) protectedBlockImpl(org.apache.axiom.om.OMElement omElement, C busContext, QName qName, BlockFactory factory) A Block has the following componentsprotectedBlockImpl(T busObject, C busContext, QName qName, BlockFactory factory) A Block has the following components