|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a serialization part in the deployment descriptor.
Field Summary |
Fields inherited from interface org.systinet.wasp.dd.OrderedPart |
ALL_PARTS |
Method Summary | |
java.lang.String |
getDeserializerClass()
Returns the implementation class of the deserializer. |
java.lang.String |
getSerializedClass()
Returns the serialized class name. |
QName |
getSerializedType()
Returns the serialized XML schema type. |
java.lang.String |
getSerializerClass()
Returns the implementation class of the serializer. |
void |
setDeserializerClass(java.lang.String implClass)
Sets the implementation class of the deserializer. |
void |
setSerializedClass(java.lang.String serializedClass)
Sets the serialized class name. |
void |
setSerializedType(QName serializedType)
Sets the serialized XML schema type. |
void |
setSerializerClass(java.lang.String implClass)
Sets the implementation class of the serializer. |
Methods inherited from interface org.systinet.wasp.dd.NamedPart |
getName, setName |
Methods inherited from interface org.systinet.wasp.dd.DeploymentPart |
getDeploymentDescriptor |
Methods inherited from interface org.systinet.wasp.dd.ConfigurablePart |
getConfiguration |
Methods inherited from interface org.systinet.wasp.dd.ExtensiblePart |
addElement, getElements |
Methods inherited from interface org.systinet.wasp.dd.OrderedPart |
getFollowingParts, getPrecedingParts, setFollowingParts, setPrecedingParts |
Methods inherited from interface org.systinet.wasp.dd.DocumentablePart |
getDocumentation, setDocumentation |
Method Detail |
public java.lang.String getSerializerClass()
public void setSerializerClass(java.lang.String implClass)
implClass
- the implementation classpublic java.lang.String getDeserializerClass()
public void setDeserializerClass(java.lang.String implClass)
implClass
- the implementation classpublic java.lang.String getSerializedClass()
public void setSerializedClass(java.lang.String serializedClass)
serializedClass
- the serialized class namepublic QName getSerializedType()
public void setSerializedType(QName serializedType)
serializedType
- the serialized XML schema type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |