at.ac.tuwien.vitalab.hrcrm.ws.party
Class AbstractPartyEndpoint

java.lang.Object
  extended by AbstractMarshallingPayloadEndpoint
      extended by at.ac.tuwien.vitalab.hrcrm.ws.party.AbstractPartyEndpoint
Direct Known Subclasses:
AddAddressToPartyEndpointImpl, AddNameToPartyEndpointImpl, AddPartyEndpointImpl, DeletePartyEndpointImpl, GetAllPartiesEndpointImpl, GetPartyEndpointImpl, UpdatePartyEndpointImpl

public abstract class AbstractPartyEndpoint
extends AbstractMarshallingPayloadEndpoint


Field Summary
protected  PartyService partyService
           
 
Constructor Summary
AbstractPartyEndpoint()
           
 
Method Summary
 void setPartyService(PartyService partyService)
          Write access to private field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

partyService

protected PartyService partyService
Constructor Detail

AbstractPartyEndpoint

public AbstractPartyEndpoint()
Method Detail

setPartyService

public void setPartyService(PartyService partyService)
Write access to private field.

Parameters:
partyService - The partyService to set.


Copyright © 2008 null. All Rights Reserved.