org.apache.ws.resource
Interface ResourceDefinition

All Superinterfaces:
ResourceCapability
All Known Implementing Classes:
ResourceDefinitionImpl

public interface ResourceDefinition
extends ResourceCapability

A WSRF resource definition.

Author:
Ian Springer (ian DOT springer AT hp DOT com)

Method Summary
 java.lang.String getEndpointURL()
           
 java.lang.String getName()
           
 javax.wsdl.Service getService()
           
 
Methods inherited from interface org.apache.ws.resource.ResourceCapability
getCustomOperationNames, getCustomPropertyNames, getDefinition, getImplementedResourceCapabilities, getPortType, getPropertiesDocumentName, getPropertyNames, hasProperties, implementsResourceCapability
 

Method Detail

getService

public javax.wsdl.Service getService()

getName

public java.lang.String getName()

getEndpointURL

public java.lang.String getEndpointURL()


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.