|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.jbi.processor.ProviderExchangeProcessor
public class ProviderExchangeProcessor
Provider Exchange processor
Field Summary | |
---|---|
protected ProviderEndpoint |
endpoint
The endpoint |
Constructor Summary | |
---|---|
ProviderExchangeProcessor(ProviderEndpoint endpoint)
The Exchange processor |
Method Summary | |
---|---|
protected Document |
getXMLDom(Source source)
|
protected javax.xml.stream.XMLStreamReader |
getXMLStreamReader(Source source)
|
protected boolean |
isInAndOut(javax.jbi.messaging.MessageExchange exchange)
|
protected boolean |
isOneWay(javax.jbi.messaging.MessageExchange exchange)
True if the exchange is InOnly. |
void |
process(javax.jbi.messaging.MessageExchange jbiExchange)
Process the message exchange. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ProviderEndpoint endpoint
Constructor Detail |
---|
public ProviderExchangeProcessor(ProviderEndpoint endpoint) throws Jbi4CorbaException
endpoint
- The endpoint
Jbi4CorbaException
Method Detail |
---|
public void process(javax.jbi.messaging.MessageExchange jbiExchange)
ExchangeProcessor
process
in interface ExchangeProcessor
exchange
- The message exchange
Exception
- The exceptionprotected javax.xml.stream.XMLStreamReader getXMLStreamReader(Source source) throws TransformerException, javax.xml.stream.XMLStreamException
source
- The source
TransformerException
- The transformer exception
javax.xml.stream.XMLStreamException
- The XML stream exceptionprotected Document getXMLDom(Source source) throws TransformerException, ParserConfigurationException, IOException, SAXException
source
- The source
TransformerException
- The transformer exception
ParserConfigurationException
- The parser configuration exception
IOException
- The IO exception
SAXException
- The SAX exceptionprotected boolean isInAndOut(javax.jbi.messaging.MessageExchange exchange)
exchange
- The exchange
protected boolean isOneWay(javax.jbi.messaging.MessageExchange exchange)
exchange
- The exchange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |