it.eng.spago.presentation
Class Publisher

java.lang.Object
  extended byit.eng.spago.presentation.Publisher

public class Publisher
extends java.lang.Object


Constructor Summary
Publisher()
           
 
Method Summary
 void addResource(SourceBean resource)
           
 java.lang.String getChannel()
           
static java.lang.String getLogicalUserAgent(RequestContainer requestContainer)
           
 java.lang.String getMode()
           
 java.lang.String getName()
           
static Publisher getPublisher(RequestContainer requestContainer, ResponseContainer responseContainer, java.lang.Exception serviceException)
           
 java.util.ArrayList getResources()
           
 java.lang.String getType()
           
 void setChannel(java.lang.String channel)
           
 void setMode(java.lang.String mode)
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Publisher

public Publisher()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getChannel

public java.lang.String getChannel()

setChannel

public void setChannel(java.lang.String channel)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getMode

public java.lang.String getMode()

setMode

public void setMode(java.lang.String mode)

getResources

public java.util.ArrayList getResources()

addResource

public void addResource(SourceBean resource)

getPublisher

public static Publisher getPublisher(RequestContainer requestContainer,
                                     ResponseContainer responseContainer,
                                     java.lang.Exception serviceException)

getLogicalUserAgent

public static java.lang.String getLogicalUserAgent(RequestContainer requestContainer)