This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class GetServiceDescription

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.GetServiceDescription

public class GetServiceDescription
extends Object


Constructor Summary
GetServiceDescription()
           
GetServiceDescription(RegistrationContext registrationContext, String[] desiredLocales)
           
 
Method Summary
 String[] getDesiredLocales()
           
 RegistrationContext getRegistrationContext()
           
 void setDesiredLocales(String[] desiredLocales)
           
 void setRegistrationContext(RegistrationContext registrationContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServiceDescription

public GetServiceDescription()

GetServiceDescription

public GetServiceDescription(RegistrationContext registrationContext,
                             String[] desiredLocales)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)

getDesiredLocales

public String[] getDesiredLocales()

setDesiredLocales

public void setDesiredLocales(String[] desiredLocales)

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification