Uses of Interface
org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchema

Packages that use ResourcePropertiesSchema
org.apache.muse.ws.resource.impl   
org.apache.muse.ws.resource.properties.impl   
org.apache.muse.ws.resource.properties.schema   
org.apache.muse.ws.resource.properties.schema.impl   
 

Uses of ResourcePropertiesSchema in org.apache.muse.ws.resource.impl
 

Methods in org.apache.muse.ws.resource.impl that return ResourcePropertiesSchema
protected  ResourcePropertiesSchema SimpleWsResource.createPropertiesSchema(Document wsdl)
           
 

Uses of ResourcePropertiesSchema in org.apache.muse.ws.resource.properties.impl
 

Methods in org.apache.muse.ws.resource.properties.impl that return ResourcePropertiesSchema
 ResourcePropertiesSchema SimpleResourcePropertyCollection.getSchema()
           
 

Methods in org.apache.muse.ws.resource.properties.impl with parameters of type ResourcePropertiesSchema
 void SimpleResourcePropertyCollection.setSchema(ResourcePropertiesSchema schema)
           
 

Uses of ResourcePropertiesSchema in org.apache.muse.ws.resource.properties.schema
 

Classes in org.apache.muse.ws.resource.properties.schema that implement ResourcePropertiesSchema
 class OpenPropertiesSchema
          OpenPropertiesSchema is a ResourcePropertiesSchema that has no restrictions on any of its properties - all operations are allowed, and no values have limits.
 

Methods in org.apache.muse.ws.resource.properties.schema that return ResourcePropertiesSchema
 ResourcePropertiesSchema ResourcePropertiesSchemaValidation.getSchema()
           
 

Methods in org.apache.muse.ws.resource.properties.schema with parameters of type ResourcePropertiesSchema
 void ResourcePropertiesSchemaValidation.setSchema(ResourcePropertiesSchema schema)
          Applies the given XMLSchema definitions to this WS-RP document.
 

Uses of ResourcePropertiesSchema in org.apache.muse.ws.resource.properties.schema.impl
 

Classes in org.apache.muse.ws.resource.properties.schema.impl that implement ResourcePropertiesSchema
 class SimpleResourcePropertiesSchema
          SimpleResourcePropertiesSchema is Muse's default implementation of the (WS-RP document schema).
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.