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.Service service)
           
 
Method Summary
 java.lang.String getEndpointURL()
           
 java.lang.String getName()
           
 javax.wsdl.Service getService()
           
 
Methods inherited from class org.apache.ws.resource.impl.ResourceCapabilityImpl
getCustomOperationNames, getCustomPropertyNames, getDefinition, getImplementedResourceCapabilities, 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, getPortType, getPropertiesDocumentName, getPropertyNames, hasProperties, implementsResourceCapability
 

Constructor Detail

ResourceDefinitionImpl

public ResourceDefinitionImpl(javax.wsdl.Definition def,
                              javax.wsdl.Service service)
                       throws InvalidWsrfWsdlException
Method Detail

getService

public javax.wsdl.Service getService()
Specified by:
getService in interface ResourceDefinition

getName

public java.lang.String getName()
Specified by:
getName in interface ResourceDefinition

getEndpointURL

public java.lang.String getEndpointURL()
Specified by:
getEndpointURL in interface ResourceDefinition


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