Uses of Interface
org.apache.axis2.jaxws.message.Block
-
-
Uses of Block in org.apache.axis2.jaxws.message
Methods in org.apache.axis2.jaxws.message that return Block 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[]
XMLFault. getDetailBlocks()
Block
XMLPart. getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory)
getHeaderBlock Get the firstheader block with the specified name.Methods in org.apache.axis2.jaxws.message that return types with arguments of type Block Modifier and Type Method Description 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.Methods in org.apache.axis2.jaxws.message with parameters of type Block Modifier and Type Method Description void
XMLPart. appendHeaderBlock(String namespace, String localPart, Block block)
appendHeaderBlock Append the block to the list of header blocks.void
XMLPart. setBodyBlock(int index, Block block)
setBodyBlock Set the block at the specified index Once set, the Message owns the block.void
XMLPart. setBodyBlock(Block block)
setBodyBlock Set this as block as the single block for the message.void
XMLPart. setHeaderBlock(String namespace, String localPart, Block block)
setHeaderBlock replaces the first existing header block with this new block.Constructors in org.apache.axis2.jaxws.message with parameters of type Block Constructor Description XMLFault(XMLFaultCode code, XMLFaultReason reason, Block[] detailBlocks)
Construct Application XMLFault with minimum required information -
Uses of Block in org.apache.axis2.jaxws.message.databinding
Subinterfaces of Block in org.apache.axis2.jaxws.message.databinding Modifier and Type Interface Description interface
DataSourceBlock
DataSourceBlock Block with a business object that is a javax.activation.DataSourceinterface
JAXBBlock
JAXBBlock Block represented by a JAXB objectinterface
OMBlock
OMBlock Block represented by an OMElement objectinterface
SOAPEnvelopeBlock
SOAPEnvelopeBlock Block represented by an SAAJ SOAPEnvelope.interface
SourceBlock
SourceBlock Block with a business object that is a javax.xml.transform.Sourceinterface
XMLStringBlock
XMLStringBlock Block with a business object that is a String containing xml text -
Uses of Block in org.apache.axis2.jaxws.message.databinding.impl
Classes in org.apache.axis2.jaxws.message.databinding.impl that implement Block Modifier and Type Class Description class
DataSourceBlockImpl
SourceBlockclass
JAXBBlockImpl
JAXBBlockImplclass
OMBlockImpl
OMBlockImpl Block with a business object that is an OMElementclass
SOAPEnvelopeBlockImpl
class
SourceBlockImpl
SourceBlockclass
XMLStringBlockImpl
XMLStringBlockMethods in org.apache.axis2.jaxws.message.databinding.impl that return Block Modifier and Type Method Description Block
DataSourceBlockFactoryImpl. createFrom(Object businessObject, Object context, QName qName)
Block
DataSourceBlockFactoryImpl. createFrom(OMElement omElement, Object context, QName qName)
Block
JAXBBlockFactoryImpl. createFrom(Object businessObject, Object context, QName qName)
Block
JAXBBlockFactoryImpl. createFrom(OMElement omElement, Object context, QName qName)
Block
OMBlockFactoryImpl. createFrom(Object businessObject, Object context, QName qName)
Block
OMBlockFactoryImpl. createFrom(OMElement omElement, Object context, QName qName)
Block
SOAPEnvelopeBlockFactoryImpl. createFrom(Object businessObject, Object context, QName qName)
Block
SOAPEnvelopeBlockFactoryImpl. createFrom(OMElement omElement, Object context, QName qName)
Block
SourceBlockFactoryImpl. createFrom(Object businessObject, Object context, QName qName)
Block
SourceBlockFactoryImpl. createFrom(OMElement omElement, Object context, QName qName)
Block
XMLStringBlockFactoryImpl. createFrom(Object businessObject, Object context, QName qName)
Block
XMLStringBlockFactoryImpl. createFrom(OMElement omElement, Object context, QName qName)
-
Uses of Block in org.apache.axis2.jaxws.message.factory
Methods in org.apache.axis2.jaxws.message.factory that return Block Modifier and Type Method Description Block
BlockFactory. createFrom(Object businessObject, Object context, QName qName)
Create from business objectBlock
BlockFactory. createFrom(XMLStreamReader reader, Object context, QName qName)
createBlock from XMLStreamReaderBlock
BlockFactory. createFrom(OMElement omElement, Object context, QName qName)
createBlock from XMLStreamReaderBlock
BlockFactory. createFrom(Block other, Object context)
createBlock from another Block If the other Block was created with the same factory and has the same context, the other Block is returned.Methods in org.apache.axis2.jaxws.message.factory with parameters of type Block Modifier and Type Method Description Block
BlockFactory. createFrom(Block other, Object context)
createBlock from another Block If the other Block was created with the same factory and has the same context, the other Block is returned.Message
MessageFactory. createFrom(Block other, Object context, Protocol protocol)
create Message from a Block -
Uses of Block in org.apache.axis2.jaxws.message.impl
Classes in org.apache.axis2.jaxws.message.impl that implement Block Modifier and Type Class Description class
BlockImpl<T,C>
BlockImpl Abstract Base class for various Block Implementations.Methods in org.apache.axis2.jaxws.message.impl that return Block Modifier and Type Method Description Block
BlockFactoryImpl. createFrom(XMLStreamReader reader, Object context, QName qName)
Block
BlockFactoryImpl. createFrom(Block other, Object context)
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)
Methods in org.apache.axis2.jaxws.message.impl that return types with arguments of type Block Modifier and Type Method Description 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)
Methods in org.apache.axis2.jaxws.message.impl with parameters of type Block Modifier and Type Method Description void
MessageImpl. appendHeaderBlock(String namespace, String localPart, Block block)
void
XMLPartBase. appendHeaderBlock(String namespace, String localPart, Block block)
Block
BlockFactoryImpl. createFrom(Block other, Object context)
Message
MessageFactoryImpl. createFrom(Block block, Object context, Protocol protocol)
void
MessageImpl. setBodyBlock(int index, Block block)
void
MessageImpl. setBodyBlock(Block block)
void
XMLPartBase. setBodyBlock(int index, Block block)
void
XMLPartBase. setBodyBlock(Block block)
void
MessageImpl. setHeaderBlock(String namespace, String localPart, Block block)
void
XMLPartBase. setHeaderBlock(String namespace, String localPart, Block block)
Constructor parameters in org.apache.axis2.jaxws.message.impl with type arguments of type Block Constructor Description XMLStreamReaderForXMLSpine(OMElement root, Protocol protocol, List<Block> headerBlocks, List<Block> bodyBlocks, List<Block> detailBlocks, boolean consume)
-
Uses of Block in org.apache.axis2.jaxws.message.util
Methods in org.apache.axis2.jaxws.message.util with parameters of type Block Modifier and Type Method Description static boolean
XMLFaultUtils. containsFault(Block b)
static XMLFault
XMLFaultUtils. createXMLFault(SOAPFault soapFault, Block[] detailBlocks)
Create an XMLFault object from a SOAPFault and detail Blocksstatic XMLFault
XMLFaultUtils. createXMLFault(SOAPFault soapFault, Block[] detailBlocks)
Create an XMLFault object from a SOAPFault and detail Blocksstatic XMLFault
XMLFaultUtils. createXMLFault(Block b, Protocol p)
-