This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class MarkupResponse

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.MarkupResponse

public class MarkupResponse
extends Object


Constructor Summary
MarkupResponse()
           
MarkupResponse(MarkupContext markupContext, SessionContext sessionContext, Extension[] extensions)
           
 
Method Summary
 Extension[] getExtensions()
           
 MarkupContext getMarkupContext()
           
 SessionContext getSessionContext()
           
 void setExtensions(Extension[] extensions)
           
 void setMarkupContext(MarkupContext markupContext)
           
 void setSessionContext(SessionContext sessionContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupResponse

public MarkupResponse()

MarkupResponse

public MarkupResponse(MarkupContext markupContext,
                      SessionContext sessionContext,
                      Extension[] extensions)
Method Detail

getMarkupContext

public MarkupContext getMarkupContext()

setMarkupContext

public void setMarkupContext(MarkupContext markupContext)

getSessionContext

public SessionContext getSessionContext()

setSessionContext

public void setSessionContext(SessionContext sessionContext)

getExtensions

public Extension[] getExtensions()

setExtensions

public void setExtensions(Extension[] extensions)

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification