com.sapportals.portal.prt.service.soap
Interface ISOAPConnection
- public interface ISOAPConnection
Define the IServlet Connection corresponding to the soap connection of the portal
|
Method Summary |
boolean |
acceptRequest(com.sapportals.portal.prt.dispatcher.IDispatcherContext context)
accept request from the dispatcher of call to connections. |
java.lang.String |
getConnectionName()
Get the connection name |
javax.xml.soap.MessageFactory |
getMsgFactory()
Get the instance of the javax.xml.soap.MessageFactory for the SOAP Framework |
acceptRequest
public boolean acceptRequest(com.sapportals.portal.prt.dispatcher.IDispatcherContext context)
- accept request from the dispatcher of call to connections.
- Parameters:
context - the context of the request- Returns:
- true if succesful, no else
getConnectionName
public java.lang.String getConnectionName()
- Get the connection name
- Returns:
- the name
getMsgFactory
public javax.xml.soap.MessageFactory getMsgFactory()
- Get the instance of the javax.xml.soap.MessageFactory for the SOAP Framework
- Returns:
- the message factory