FileDocCategorySizeDatePackage
UPnPActionImpl.javaAPI DocAzureus 3.0.3.41672Thu Feb 09 19:42:50 GMT 2006com.aelitis.net.upnp.impl.services

UPnPActionImpl

public class UPnPActionImpl extends Object implements UPnPAction
author
parg

Fields Summary
protected UPnPServiceImpl
service
protected String
name
Constructors Summary
protected UPnPActionImpl(UPnPServiceImpl _service, org.gudy.azureus2.plugins.utils.xml.simpleparser.SimpleXMLParserDocumentNode node)

		service	= _service;
		
		name	= node.getChild( "name" ).getValue().trim();
	
Methods Summary
public UPnPActionInvocationgetInvocation()

		return( new UPnPActionInvocationImpl( this ));
	
public java.lang.StringgetName()

		return( name );
	
public UPnPServicegetService()

		return( service );