org.gcube.data.tm.stubs
Class SourceBinding

java.lang.Object
  extended by org.gcube.data.tm.stubs.SourceBinding
All Implemented Interfaces:
Serializable

public class SourceBinding
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SourceBinding()
           
SourceBinding(org.apache.axis.message.addressing.EndpointReferenceType readerEndpoint, String sourceID, org.apache.axis.message.addressing.EndpointReferenceType writerEndpoint)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.message.addressing.EndpointReferenceType getReaderEndpoint()
          Gets the readerEndpoint value for this SourceBinding.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSourceID()
          Gets the sourceID value for this SourceBinding.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 org.apache.axis.message.addressing.EndpointReferenceType getWriterEndpoint()
          Gets the writerEndpoint value for this SourceBinding.
 int hashCode()
           
 void setReaderEndpoint(org.apache.axis.message.addressing.EndpointReferenceType readerEndpoint)
          Sets the readerEndpoint value for this SourceBinding.
 void setSourceID(String sourceID)
          Sets the sourceID value for this SourceBinding.
 void setWriterEndpoint(org.apache.axis.message.addressing.EndpointReferenceType writerEndpoint)
          Sets the writerEndpoint value for this SourceBinding.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceBinding

public SourceBinding()

SourceBinding

public SourceBinding(org.apache.axis.message.addressing.EndpointReferenceType readerEndpoint,
                     String sourceID,
                     org.apache.axis.message.addressing.EndpointReferenceType writerEndpoint)
Method Detail

getSourceID

public String getSourceID()
Gets the sourceID value for this SourceBinding.

Returns:
sourceID

setSourceID

public void setSourceID(String sourceID)
Sets the sourceID value for this SourceBinding.

Parameters:
sourceID -

getReaderEndpoint

public org.apache.axis.message.addressing.EndpointReferenceType getReaderEndpoint()
Gets the readerEndpoint value for this SourceBinding.

Returns:
readerEndpoint

setReaderEndpoint

public void setReaderEndpoint(org.apache.axis.message.addressing.EndpointReferenceType readerEndpoint)
Sets the readerEndpoint value for this SourceBinding.

Parameters:
readerEndpoint -

getWriterEndpoint

public org.apache.axis.message.addressing.EndpointReferenceType getWriterEndpoint()
Gets the writerEndpoint value for this SourceBinding.

Returns:
writerEndpoint

setWriterEndpoint

public void setWriterEndpoint(org.apache.axis.message.addressing.EndpointReferenceType writerEndpoint)
Sets the writerEndpoint value for this SourceBinding.

Parameters:
writerEndpoint -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.