org.apache.ws.resource
Interface ResourceDefinition

All Superinterfaces:
ResourceCapability

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()
          Returns the service endpoint URL for this resource definition.
 java.lang.String getName()
          Returns the last portion of the service endpoint URL for this resource definition.
 javax.wsdl.Port getPort()
          Returns the JWSDL Service for this resource definition.
 
Methods inherited from interface org.apache.ws.resource.ResourceCapability
getCustomOperationNames, getCustomPropertyNames, getDefinition, getImplementedResourceCapabilities, getMetadataDescriptorLocation, getMetadataDescriptorName, getPortType, getPropertiesDocumentName, getPropertyNames, hasProperties, implementsResourceCapability
 

Method Detail

getEndpointURL

public java.lang.String getEndpointURL()
Returns the service endpoint URL for this resource definition.

Returns:
the service endpoint URL for this resource definition

getName

public java.lang.String getName()
Returns the last portion of the service endpoint URL for this resource definition.

Returns:
the last portion of the service endpoint URL for this resource definition

getPort

public javax.wsdl.Port getPort()
Returns the JWSDL Service for this resource definition.

Returns:
the JWSDL Service for this resource definition


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