com.sapportals.portal.prt.service.soap.element
Interface IPRTSOAPBodyElement
- public interface IPRTSOAPBodyElement
PRT SOAP body view of the javax.xml.soap.SOAPBody class
getName
public java.lang.String getName()
- Returns:
- the name of the javax.xml.soap.SOAPBodyElement
getNamespaceURI
public java.lang.String getNamespaceURI()
- Returns:
- return the namespaceURI of the javax.xml.soap.SOAPBodyElement
processParams
public boolean processParams(javax.xml.soap.SOAPElement element,
javax.xml.soap.Name nameElement)
- Parameters:
element - SOAPElement to processnameElement - name of the SOAPElement to Process- Returns:
- true if process successfully, false in other case
setResponse
public void setResponse(java.lang.Object object,
java.lang.Class typeResponse)
- Parameters:
object - objet to insert in the responsetypeResponse - javaType of the response Element
getAttributeHandler
public XMLAttributeHandler getAttributeHandler()
- Returns:
- the XMLAttributeHandler attached to the current IPRTSOAPBodyElement