orca.cod
Class CodSoapFactory
java.lang.Object
orca.shirako.common.ConcreteSetFactory
orca.shirako.proxies.soap.SoapFactory
orca.cod.CodSoapFactory
- All Implemented Interfaces:
- IConcreteSetFactory
public class CodSoapFactory
- extends SoapFactory
| Fields inherited from class orca.shirako.proxies.soap.SoapFactory |
PropertyConcreteType, PropertyTermEnd, PropertyTermNewStart, PropertyTermStart, PropertyTicketAuthorityAuth, PropertyTicketAuthorityLocation, PropertyTicketProperties, PropertyTicketResourceType, PropertyTicketTerm, PropertyTicketTicket, PropertyTicketUnits |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyNodeHostName
public static final java.lang.String PropertyNodeHostName
- See Also:
- Constant Field Values
CodSoapFactory
public CodSoapFactory(IShirakoPlugin spi)
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.