如何打印AXIS2的工作流程日志

为了理解Axis2的工作流程,需要打印出Axis2的工作流程,只需要配置相应的log就行了

 

log4j配置

 

log4j.rootLogger=DEBUG, Console 

 

#Console 

log4j.appender.Console=org.apache.log4j.ConsoleAppender 

log4j.appender.Console.layout=org.apache.log4j.PatternLayout 

log4j.appender.Console.layout.ConversionPattern=%d [%t] %-5p [%c] - %m%n 

 

log4j.logger.java.sql.ResultSet=INFO 

log4j.logger.org.apache=debug 

log4j.logger.java.sql.Connection=debug

log4j.logger.java.sql.Statement=debug

log4j.logger.java.sql.PreparedStatement=debug

log4j.logger.org.mybatis.caches.ehcache=debug

 

关键是打印org.apache包的log目录

 

 

打印Axis2的工作流程:

2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.builder.BuilderUtil] - Input contentType (text/xml;charset=UTF-8)

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.builder.BuilderUtil] - CharSetEncoding from content-type (UTF-8)

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.transport.TransportUtils] - createSOAPEnvelope using Builder (class org.apache.axis2.builder.SOAPBuilder) selected from type (text/xml)

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.builder.BuilderUtil] - char set encoding set from default =UTF-8

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axiom.om.util.StAXUtils] - XMLStreamReader is org.apache.axiom.util.stax.dialect.WoodstoxStreamReaderWrapper

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder] - Starting to process SOAP 1.1 message

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder] - Build the OMElement Envelope by the StaxSOAPModelBuilder

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder] - Build the OMElement Header by the StaxSOAPModelBuilder

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder] - Build the OMElement Body by the StaxSOAPModelBuilder

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking pre-condition for Phase "Transport"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking phase "Transport"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Transport'

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.dispatchers.RequestURIBasedServiceDispatcher] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking for Service using target endpoint address : http://10.36.24.5:8999/VTMS3000/services/VTMS.VTMSHttpSoap11Endpoint/

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.util.Utils] - parseRequestURLForServiceAndOperation : [http://10.36.24.5:8999/VTMS3000/services/VTMS.VTMSHttpSoap11Endpoint/][/VTMS3000/services]

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.i18n.ProjectResourceBundle] - org.apache.axis2.i18n.resource::handleGetObject(servicefound)

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.AbstractDispatcher] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Found AxisService : VTMS

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Transport'

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.dispatchers.ActionBasedOperationDispatcher] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking for Operation using Action : urn:CallFunction

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.description.AxisService] - getOperationBySOAPAction: Operation (org.apache.axis2.description.InOutAxisOperation@a4f040,CallFunction) for soapAction: urn:CallFunction found in action map.

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.i18n.ProjectResourceBundle] - org.apache.axis2.i18n.resource::handleGetObject(operationfound)

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.AbstractDispatcher] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Found AxisOperation : CallFunction

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking post-conditions for phase "Transport"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking pre-condition for Phase "Addressing"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking phase "Addressing"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'AddressingInHandler' in Phase 'Addressing'

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.handlers.addressing.AddressingInHandler] - No headers present corresponding to http://www.w3.org/2005/08/addressing

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.handlers.addressing.AddressingInHandler] - No headers present corresponding to http://schemas.xmlsoap.org/ws/2004/08/addressing

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'AddressingBasedDispatcher' in Phase 'Addressing'

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking post-conditions for phase "Addressing"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking pre-condition for Phase "Security"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking phase "Security"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking post-conditions for phase "Security"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking pre-condition for Phase "PreDispatch"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking phase "PreDispatch"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking post-conditions for phase "PreDispatch"

  2012-04-26 19:27:54,781 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking pre-condition for Phase "Dispatch"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking phase "Dispatch"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'AddressingValidationHandler' in Phase 'Dispatch'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.addressing.AddressingHelper] - getAddressingRequirementParemeterValue: value: 'null'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.addressing.AddressingHelper] - getInvocationPatternParameterValue: value: 'null'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'GenericProviderDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'MustUnderstandValidationDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher] - JAXWS MustUnderstandValidationDispatcher.invoke on AxisService VTMS; AxisOperation org.apache.axis2.description.InOutAxisOperation@a4f040

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking post-conditions for phase "Dispatch"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.addressing.AddressingHelper] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] isReplyRedirected: ReplyTo is null. Returning false

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking pre-condition for Phase "RMPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking phase "RMPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking post-conditions for phase "RMPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking pre-condition for Phase "OperationInPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking phase "OperationInPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'MustUnderstandChecker' in Phase 'OperationInPhase'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.jaxws.dispatchers.MustUnderstandUtils] - Building list of understood headers for all operations under VTMS

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.jaxws.dispatchers.MustUnderstandUtils] - Parameter not on VTMS; org.apache.axis2.jaxws.description.EndpointDescription.handlerParameterQNames

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.jaxws.dispatchers.MustUnderstandUtils] - Adding headers from SOAP handlers; headers = null

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking post-conditions for phase "OperationInPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking pre-condition for Phase "soapmonitorPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking phase "soapmonitorPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking post-conditions for phase "soapmonitorPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking pre-condition for Phase "loggingPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking phase "loggingPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking Handler 'InFlowLogHandler' in Phase 'loggingPhase'

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder] - Build the OMElement CallFunction by the StaxSOAPModelBuilder

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [com.dahuatech.handler.LogHandler] -  ip:10.36.24.5 request begin!

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Checking post-conditions for phase "loggingPhase"

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axis2.context.ConfigurationContext] - messageID is null.

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder] - Build the OMElement strXml by the StaxSOAPModelBuilder

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [com.dahuatech.service.VTMS] - 10_9_你好____( End_0,Start_0,)

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [java.sql.Connection] - ooo Connection Opened

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT count(*) FROM qowners AS a left JOIN qareas AS b ON a.iAreaCode = b.iAreaCode 

  2012-04-26 19:27:54,796 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT a.iOwnerId, a.sOwnerCode, a.iOwnerGender, a.sOwnerName, a.iFloor, a.iRoom, a.iOwnerType, a.iAreaCode, a.iRightGroupId, a.iOwnerVTH, a.sOwnerFamilyName, a.iDocumnetsType, b.sAreaAddr FROM qowners AS a left JOIN qareas AS b ON a.iAreaCode = b.iAreaCode 

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 1808(Integer)

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 1888(Integer)

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 1881(Integer)

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 1807(Integer)

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 2699(Integer)

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 4(Integer)

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,812 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 1809(Integer)

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 6(Integer)

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 5(Integer)

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 1812(Integer)

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==>  Executing: SELECT iRightGroupId, sRightGroupName, sDesc, iAreaCode FROM qrightgroups where iRightGroupId = ? 

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [java.sql.PreparedStatement] - ==> Parameters: 7(Integer)

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking pre-condition for Phase "soapmonitorPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking phase "soapmonitorPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking post-conditions for phase "soapmonitorPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking pre-condition for Phase "OperationOutPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking phase "OperationOutPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking post-conditions for phase "OperationOutPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking pre-condition for Phase "RMPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking phase "RMPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking post-conditions for phase "RMPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking pre-condition for Phase "PolicyDetermination"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking phase "PolicyDetermination"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking post-conditions for phase "PolicyDetermination"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking pre-condition for Phase "MessageOut"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking phase "MessageOut"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking Handler 'AddressingOutHandler' in Phase 'MessageOut'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking post-conditions for phase "MessageOut"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking pre-condition for Phase "Security"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking phase "Security"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking post-conditions for phase "Security"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking pre-condition for Phase "loggingPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking phase "loggingPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking Handler 'OutFlowLogHandler' in Phase 'loggingPhase'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [com.dahuatech.handler.LogHandler] -  request end

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Checking post-conditions for phase "loggingPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axiom.om.OMOutputFormat] - Start getContentType: OMOutputFormat [ mimeBoundary =null rootContentId=null doOptimize=false doingSWA=false isSOAP11=true charSetEncoding=UTF-8 xmlVersion=null contentType=null ignoreXmlDeclaration=false autoCloseWriter=true actionProperty=null optimizedThreshold=0]

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axiom.om.OMOutputFormat] - getContentType= {text/xml}   OMOutputFormat [ mimeBoundary =null rootContentId=null doOptimize=false doingSWA=false isSOAP11=true charSetEncoding=UTF-8 xmlVersion=null contentType=text/xml ignoreXmlDeclaration=false autoCloseWriter=true actionProperty=null optimizedThreshold=0]

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.http.SOAPMessageFormatter] - contentType from the OMOutputFormat =text/xml

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.http.SOAPMessageFormatter] - contentType returned =text/xml; charset=UTF-8

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.http.SOAPMessageFormatter] - start writeTo()

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.http.SOAPMessageFormatter] -   preserve=false

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.http.SOAPMessageFormatter] -   isOptimized=false

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.http.SOAPMessageFormatter] -   isDoingSWA=false

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.util.Utils] - MTOM optimized Threshold value =0

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axiom.om.impl.MTOMXMLStreamWriter] - Creating MTOMXMLStreamWriter

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axiom.om.impl.MTOMXMLStreamWriter] - OutputStream =class java.io.BufferedOutputStream

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axiom.om.impl.MTOMXMLStreamWriter] - OMFormat = OMOutputFormat [ mimeBoundary =null rootContentId=null doOptimize=false doingSWA=false isSOAP11=true charSetEncoding=UTF-8 xmlVersion=null contentType=text/xml ignoreXmlDeclaration=false autoCloseWriter=true actionProperty=null optimizedThreshold=0]

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axiom.om.util.StAXUtils] - XMLStreamWriter is org.apache.axiom.util.stax.dialect.WoodstoxStreamWriterWrapper

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl] - Could not close builder or parser due to:

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl] - builder is null

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axiom.om.impl.MTOMXMLStreamWriter] - Calling MTOMXMLStreamWriter.flush

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axiom.om.impl.MTOMXMLStreamWriter] - close

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.http.SOAPMessageFormatter] - end writeTo()

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.TransportUtils] - Found RequestResponseTransport setting response written

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking flowComplete() in Phase "loggingPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking flowComplete() for Handler 'OutFlowLogHandler' in Phase 'loggingPhase'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking flowComplete() in Phase "Security"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking flowComplete() in Phase "MessageOut"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking flowComplete() for Handler 'AddressingOutHandler' in Phase 'MessageOut'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking flowComplete() in Phase "PolicyDetermination"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking flowComplete() in Phase "RMPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking flowComplete() in Phase "OperationOutPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674865] Invoking flowComplete() in Phase "soapmonitorPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() in Phase "loggingPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'InFlowLogHandler' in Phase 'loggingPhase'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() in Phase "soapmonitorPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() in Phase "OperationInPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'MustUnderstandChecker' in Phase 'OperationInPhase'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() in Phase "RMPhase"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() in Phase "Dispatch"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'MustUnderstandValidationDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'GenericProviderDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'AddressingValidationHandler' in Phase 'Dispatch'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'SOAPActionBasedDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'RequestURIBasedDispatcher' in Phase 'Dispatch'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() in Phase "PreDispatch"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() in Phase "Security"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() in Phase "Addressing"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'AddressingBasedDispatcher' in Phase 'Addressing'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'AddressingInHandler' in Phase 'Addressing'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() in Phase "Transport"

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'SOAPActionBasedDispatcher' in Phase 'Transport'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.engine.Phase] - [MessageContext: logID=urn:uuid:7F3B554DE52B92CF071335439674817] Invoking flowComplete() for Handler 'RequestURIBasedDispatcher' in Phase 'Transport'

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.TransportUtils] - Found RequestResponseTransport returning isResponseWritten()

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.TransportUtils] - Entering deleteAttachments()

  2012-04-26 19:27:54,828 [http-8999-1] DEBUG [org.apache.axis2.transport.TransportUtils] - Exiting deleteAttachments()

 


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Axis2 是一个流行的开源的 Web 服务框架,它提供了一个简单而强大的方式来构建和部署 Web 服务。由于其灵活性和功能丰富的特性,许多开发者都希望学习并掌握 Axis2 的使用。为了满足这一需求,许多教育平台和个人博客都提供了 Axis2 的视频教程。 Axis2 视频教程通常包括以下内容:介绍 Axis2 的基本概念和架构,演示如何安装和配置 Axis2 环境,创建和部署简单的 Web 服务,以及如何利用 Axis2 的高级特性来实现复杂的功能。通过视频教程,观众可以清晰地看到操作过程,更容易理解和掌握 Axis2 的使用方法。 值得注意的是,由于 Axis2 是一个功能强大且复杂的框架,因此视频教程通常会以模块化的方式展示,每个视频都会重点介绍一个特定的主题或功能。这样可以使学习者更有针对性地选择他们感兴趣的内容进行学习,并且便于反复观看和复习。 除了基本的概念和操作指南,一些视频教程还会提供实际的案例分析和实战演练,帮助学习者将理论知识应用到实际项目中。这种实践性的学习方式更有利于学习者的掌握和运用。 总之,Axis2 视频教程为学习者提供了一个高效、直观的学习途径,帮助他们快速入门并掌握 Axis2 的使用技巧。希望学习者能够通过视频教程的学习,掌握 Axis2 的核心概念和高级功能,为自己的技术能力提升打下坚实的基础。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值