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.
 javax.xml.namespace.QName getWsdlServiceName()
          The wsdl sevice name from the wsdl file.
 
Methods inherited from interface org.apache.ws.resource.ResourceCapability
getAllOperations, getBindingName, 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

getWsdlServiceName

public javax.xml.namespace.QName getWsdlServiceName()
The wsdl sevice name from the wsdl file. This is used for JSR109 configurations, but is not used as endpoint.

Returns:
QName of the wsdl service name.


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