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 BlockFactory
Block. getBlockFactory()
Get BlockFactoryMethods in org.apache.axis2.jaxws.message with parameters of type BlockFactory Modifier and Type Method Description Block
XMLPart. getBodyBlock(int index, Object context, BlockFactory blockFactory)
getBodyBlock Get the body block at the specificed index.Block
XMLPart. getBodyBlock(Object context, BlockFactory blockFactory)
getBodyBlock Get the single Body Block.Block
XMLPart. 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.Object
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 BlockFactory Modifier and Type Class Description class
DataSourceBlockFactoryImpl
SourceBlockFactoryImplclass
JAXBBlockFactoryImpl
JAXBBlockFactoryImpl Creates a JAXBBlockclass
OMBlockFactoryImpl
OMBlockFactoryImplclass
SOAPEnvelopeBlockFactoryImpl
Creates a SOAPEnvelopeBlockclass
SourceBlockFactoryImpl
SourceBlockFactoryImplclass
XMLStringBlockFactoryImpl
XMLStringFactoryImplConstructors 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 interface
DataSourceBlockFactory
DataSourceBlockFactoryinterface
JAXBBlockFactory
JAXBBlockFactoryinterface
OMBlockFactory
OMBlockFactoryinterface
SOAPEnvelopeBlockFactory
SOAPEnvelopeBlockFactoryinterface
SourceBlockFactory
SourceBlockFactoryinterface
XMLStringBlockFactory
XMLStringBlockFactory -
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 class
BlockFactoryImpl
BlockFactoryImpl Abstract Base Class for the Block FactoriesFields in org.apache.axis2.jaxws.message.impl declared as BlockFactory Modifier and Type Field Description protected BlockFactory
BlockImpl. factory
Methods in org.apache.axis2.jaxws.message.impl that return BlockFactory Modifier and Type Method Description BlockFactory
BlockImpl. getBlockFactory()
Methods in org.apache.axis2.jaxws.message.impl with parameters of type BlockFactory Modifier and Type Method Description Block
MessageImpl. getBodyBlock(int index, Object context, BlockFactory blockFactory)
Block
MessageImpl. getBodyBlock(Object context, BlockFactory blockFactory)
Block
XMLPartBase. getBodyBlock(int index, Object context, BlockFactory blockFactory)
Block
XMLPartBase. getBodyBlock(Object context, BlockFactory blockFactory)
Block
MessageImpl. getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory)
Block
XMLPartBase. 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)
Object
MessageImpl. 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
-