com.sapportals.portal.prt.service.soap.element
Interface IPRTSOAPBodyElement


public interface IPRTSOAPBodyElement

PRT SOAP body view of the javax.xml.soap.SOAPBody class


Method Summary
 XMLAttributeHandler getAttributeHandler()
           
 java.lang.String getName()
           
 java.lang.String getNamespaceURI()
           
 boolean processParams(javax.xml.soap.SOAPElement element, javax.xml.soap.Name nameElement)
           
 void setResponse(java.lang.Object object, java.lang.Class typeResponse)
           
 

Method Detail

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 process
nameElement - 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 response
typeResponse - javaType of the response Element

getAttributeHandler

public XMLAttributeHandler getAttributeHandler()
Returns:
the XMLAttributeHandler attached to the current IPRTSOAPBodyElement