org.apache.ws.resource.impl
Class ResourceDefinitionImpl

java.lang.Object
  extended byorg.apache.ws.resource.impl.ResourceCapabilityImpl
      extended byorg.apache.ws.resource.impl.ResourceDefinitionImpl
All Implemented Interfaces:
ResourceCapability, ResourceDefinition

public class ResourceDefinitionImpl
extends ResourceCapabilityImpl
implements ResourceDefinition

A ResourceDefinition implementation.

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

Constructor Summary
ResourceDefinitionImpl(javax.wsdl.Definition def, javax.wsdl.Port port, java.net.URL baseUrl)
           
 
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 class org.apache.ws.resource.impl.ResourceCapabilityImpl
getCustomOperationNames, getCustomPropertyNames, getDefinition, getImplementedResourceCapabilities, getMetadataDescriptorLocation, getMetadataDescriptorName, getPortType, getPropertiesDocumentName, getPropertyNames, hasProperties, implementsResourceCapability, main, toString, validateOperations, validateProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.ws.resource.ResourceCapability
getCustomOperationNames, getCustomPropertyNames, getDefinition, getImplementedResourceCapabilities, getMetadataDescriptorLocation, getMetadataDescriptorName, getPortType, getPropertiesDocumentName, getPropertyNames, hasProperties, implementsResourceCapability
 

Constructor Detail

ResourceDefinitionImpl

public ResourceDefinitionImpl(javax.wsdl.Definition def,
                              javax.wsdl.Port port,
                              java.net.URL baseUrl)
                       throws InvalidWsrfWsdlException
Method Detail

getPort

public javax.wsdl.Port getPort()
Description copied from interface: ResourceDefinition
Returns the JWSDL Service for this resource definition.

Specified by:
getPort in interface ResourceDefinition
Returns:
the JWSDL Service for this resource definition

getName

public java.lang.String getName()
Description copied from interface: ResourceDefinition
Returns the last portion of the service endpoint URL for this resource definition.

Specified by:
getName in interface ResourceDefinition
Returns:
the last portion of the service endpoint URL for this resource definition

getEndpointURL

public java.lang.String getEndpointURL()
Description copied from interface: ResourceDefinition
Returns the service endpoint URL for this resource definition.

Specified by:
getEndpointURL in interface ResourceDefinition
Returns:
the service endpoint URL for this resource definition


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