Package org.apache.axis2.addressing
Class RelatesTo
java.lang.Object
org.apache.axis2.addressing.RelatesTo
- All Implemented Interfaces:
Externalizable,Serializable,SafeSerializable
Class RelatesTo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod getRelationshipType.getValue()Method getValuevoidreadExternal(ObjectInput inObject) Restore the contents of the object that was previously saved.voidsetExtensibilityAttributes(ArrayList extensibilityAttributes) voidsetRelationshipType(String relationshipType) Method setRelationshipTypevoidMethod setValuetoString()voidSave the contents of this object.
-
Constructor Details
-
RelatesTo
public RelatesTo()Constructor RelatesTo -
RelatesTo
Constructor RelatesTo- Parameters:
value-
-
RelatesTo
Constructor RelatesTo- Parameters:
value-relationshipType-
-
-
Method Details
-
getRelationshipType
Method getRelationshipType. If the relationship type has not been set it returns the default valueAddressingConstants.Final.WSA_DEFAULT_RELATIONSHIP_TYPE -
getValue
Method getValue -
setRelationshipType
Method setRelationshipType- Parameters:
relationshipType-
-
setValue
Method setValue- Parameters:
value-
-
getExtensibilityAttributes
-
setExtensibilityAttributes
-
toString
-
writeExternal
Save the contents of this object. NOTE: Transient fields and static fields are not saved.- Specified by:
writeExternalin interfaceExternalizable- Parameters:
out- The stream to write the object contents to- Throws:
IOException
-
readExternal
Restore the contents of the object that was previously saved. NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.- Specified by:
readExternalin interfaceExternalizable- Parameters:
in- The stream to read the object contents from- Throws:
IOExceptionClassNotFoundException
-