Class SoapHandler.UnmarshalResult

java.lang.Object
org.bedework.caldav.server.soap.SoapHandler.UnmarshalResult
Enclosing class:
SoapHandler

public static class SoapHandler.UnmarshalResult
extends java.lang.Object
Unpack the headers and body
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.Object body  
    java.lang.Object[] hdrs  
  • Constructor Summary

    Constructors
    Constructor Description
    UnmarshalResult()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • hdrs

      public java.lang.Object[] hdrs
    • body

      public java.lang.Object body
  • Constructor Details

    • UnmarshalResult

      public UnmarshalResult()