Uses of Interface
org.apache.axis2.jaxws.message.factory.BlockFactory
-
Packages that use BlockFactory Package Description org.apache.axis2.jaxws.message org.apache.axis2.jaxws.message.databinding.impl org.apache.axis2.jaxws.message.factory org.apache.axis2.jaxws.message.impl -
-
Uses of BlockFactory in org.apache.axis2.jaxws.message
Methods in org.apache.axis2.jaxws.message that return BlockFactory Modifier and Type Method Description BlockFactoryBlock. getBlockFactory()Get BlockFactoryMethods in org.apache.axis2.jaxws.message with parameters of type BlockFactory Modifier and Type Method Description BlockXMLPart. getBodyBlock(int index, Object context, BlockFactory blockFactory)getBodyBlock Get the body block at the specificed index.BlockXMLPart. getBodyBlock(Object context, BlockFactory blockFactory)getBodyBlock Get the single Body Block.BlockXMLPart. getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory)getHeaderBlock Get the firstheader block with the specified name.List<Block>XMLPart. getHeaderBlocks(String namespace, String localPart, Object context, BlockFactory blockFactory, 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.ObjectMessage. 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 BlockFactory Modifier and Type Class Description classDataSourceBlockFactoryImplSourceBlockFactoryImplclassJAXBBlockFactoryImplJAXBBlockFactoryImpl Creates a JAXBBlockclassOMBlockFactoryImplOMBlockFactoryImplclassSOAPEnvelopeBlockFactoryImplCreates a SOAPEnvelopeBlockclassSourceBlockFactoryImplSourceBlockFactoryImplclassXMLStringBlockFactoryImplXMLStringFactoryImplConstructors in org.apache.axis2.jaxws.message.databinding.impl with parameters of type BlockFactory Constructor Description DataSourceBlockImpl(OMElement omElement, QName qName, BlockFactory factory)Constructor called from factorySOAPEnvelopeBlockImpl(SOAPEnvelope busObject, QName qName, BlockFactory factory)Called by SOAPEnvelopeBlockFactorySOAPEnvelopeBlockImpl(OMElement omElement, QName qName, BlockFactory factory)Called by SOAPEnvelopeBlockFactorySourceBlockImpl(OMElement omElement, QName qName, BlockFactory factory)Constructor called from factoryXMLStringBlockImpl(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.factory Modifier and Type Interface Description interfaceDataSourceBlockFactoryDataSourceBlockFactoryinterfaceJAXBBlockFactoryJAXBBlockFactoryinterfaceOMBlockFactoryOMBlockFactoryinterfaceSOAPEnvelopeBlockFactorySOAPEnvelopeBlockFactoryinterfaceSourceBlockFactorySourceBlockFactoryinterfaceXMLStringBlockFactoryXMLStringBlockFactory -
Uses of BlockFactory in org.apache.axis2.jaxws.message.impl
Classes in org.apache.axis2.jaxws.message.impl that implement BlockFactory Modifier and Type Class Description classBlockFactoryImplBlockFactoryImpl Abstract Base Class for the Block FactoriesFields in org.apache.axis2.jaxws.message.impl declared as BlockFactory Modifier and Type Field Description protected BlockFactoryBlockImpl. factoryMethods in org.apache.axis2.jaxws.message.impl that return BlockFactory Modifier and Type Method Description BlockFactoryBlockImpl. getBlockFactory()Methods in org.apache.axis2.jaxws.message.impl with parameters of type BlockFactory Modifier and Type Method Description BlockMessageImpl. getBodyBlock(int index, Object context, BlockFactory blockFactory)BlockMessageImpl. getBodyBlock(Object context, BlockFactory blockFactory)BlockXMLPartBase. getBodyBlock(int index, Object context, BlockFactory blockFactory)BlockXMLPartBase. getBodyBlock(Object context, BlockFactory blockFactory)BlockMessageImpl. getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory)BlockXMLPartBase. getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory)List<Block>MessageImpl. getHeaderBlocks(String namespace, String localPart, Object context, BlockFactory blockFactory, RolePlayer rolePlayer)List<Block>XMLPartBase. getHeaderBlocks(String namespace, String localPart, Object context, BlockFactory blockFactory, RolePlayer rolePlayer)ObjectMessageImpl. getValue(Object context, BlockFactory blockFactory)Constructors in org.apache.axis2.jaxws.message.impl with parameters of type BlockFactory Constructor Description BlockImpl(C busContext, OMElement omElement, QName qName, BlockFactory factory)BlockImpl(OMElement omElement, C busContext, QName qName, BlockFactory factory)A Block has the following componentsBlockImpl(T busObject, C busContext, QName qName, BlockFactory factory)A Block has the following components
-