orca.cod
Class CodSoapFactory

java.lang.Object
  extended by orca.shirako.common.ConcreteSetFactory
      extended by orca.shirako.proxies.soap.SoapFactory
          extended by orca.cod.CodSoapFactory
All Implemented Interfaces:
IConcreteSetFactory

public class CodSoapFactory
extends SoapFactory


Field Summary
static java.lang.String PropertyNodeHostName
           
 
Fields inherited from class orca.shirako.proxies.soap.SoapFactory
PropertyConcreteType, PropertyTermEnd, PropertyTermNewStart, PropertyTermStart, PropertyTicketAuthorityAuth, PropertyTicketAuthorityLocation, PropertyTicketProperties, PropertyTicketResourceType, PropertyTicketTerm, PropertyTicketTicket, PropertyTicketUnits
 
Fields inherited from class orca.shirako.common.ConcreteSetFactory
logger, spi
 
Constructor Summary
CodSoapFactory(IShirakoPlugin spi)
           
 
Method Summary
protected  IConcreteSet decode(java.util.Hashtable<java.lang.String,java.lang.Object> table)
          Helper dispatcher method to select what object needs to be decoded
protected  Node decodeNode(Plist plist)
           
protected  IConcreteSet decodeNodeGroup(java.util.Hashtable<java.lang.String,java.lang.Object> table)
           
 java.lang.Object encode(IConcreteSet cs)
          Encodes the concrete set for transmission.
protected  Plist encodeNode(Node node)
           
protected  Plist encodeNodeGroup(IConcreteSet cs)
           
 
Methods inherited from class orca.shirako.proxies.soap.SoapFactory
decode, decodePropertiesSoap, decodeTermSoap, decodeTicketStubSoap, encodePropertiesSoap, encodeTermSoap, encodeTicket, getTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PropertyNodeHostName

public static final java.lang.String PropertyNodeHostName
See Also:
Constant Field Values
Constructor Detail

CodSoapFactory

public CodSoapFactory(IShirakoPlugin spi)
Method Detail

encode

public java.lang.Object encode(IConcreteSet cs)
                        throws java.lang.Exception
Description copied from class: SoapFactory
Encodes the concrete set for transmission.

Specified by:
encode in interface IConcreteSetFactory
Overrides:
encode in class SoapFactory
Parameters:
cs - IConcreteSet to encode
Returns:
and encoded IConcreteSet
Throws:
java.lang.Exception

decode

protected IConcreteSet decode(java.util.Hashtable<java.lang.String,java.lang.Object> table)
                       throws java.lang.Exception
Description copied from class: SoapFactory
Helper dispatcher method to select what object needs to be decoded

Overrides:
decode in class SoapFactory
Parameters:
table - Hashtable of encoded properties
Returns:
Throws:
java.lang.Exception

encodeNodeGroup

protected Plist encodeNodeGroup(IConcreteSet cs)
                         throws java.lang.Exception
Throws:
java.lang.Exception

decodeNodeGroup

protected IConcreteSet decodeNodeGroup(java.util.Hashtable<java.lang.String,java.lang.Object> table)
                                throws java.lang.Exception
Throws:
java.lang.Exception

encodeNode

protected Plist encodeNode(Node node)
                    throws java.lang.Exception
Throws:
java.lang.Exception

decodeNode

protected Node decodeNode(Plist plist)
                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.