com.ebmwebsourcing.easyviper.core.impl.soa.message
Class HeaderImpl
java.lang.Object
com.ebmwebsourcing.easyviper.core.impl.soa.message.HeaderImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easyviper.core.api.soa.message.Header
public class HeaderImpl
- extends java.lang.Object
- implements com.ebmwebsourcing.easyviper.core.api.soa.message.Header
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderImpl
public HeaderImpl()
addProperty
public void addProperty(javax.xml.namespace.QName id,
org.w3c.dom.Document prop)
- Specified by:
addProperty in interface com.ebmwebsourcing.easyviper.core.api.soa.message.Header
clearProperties
public void clearProperties()
- Specified by:
clearProperties in interface com.ebmwebsourcing.easyviper.core.api.soa.message.Header
getProperties
public org.w3c.dom.Document[] getProperties()
- Specified by:
getProperties in interface com.ebmwebsourcing.easyviper.core.api.soa.message.Header
getPropertiesMap
public java.util.Map<javax.xml.namespace.QName,org.w3c.dom.Document> getPropertiesMap()
- Specified by:
getPropertiesMap in interface com.ebmwebsourcing.easyviper.core.api.soa.message.Header
getProperty
public org.w3c.dom.Document getProperty(javax.xml.namespace.QName qname)
- Specified by:
getProperty in interface com.ebmwebsourcing.easyviper.core.api.soa.message.Header
removeProperty
public org.w3c.dom.Document removeProperty(javax.xml.namespace.QName qname)
- Specified by:
removeProperty in interface com.ebmwebsourcing.easyviper.core.api.soa.message.Header
Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.