Uses of Interface
org.jboss.wsf.spi.deployment.Service

Packages that use Service
org.jboss.wsf.spi.deployment   
 

Uses of Service in org.jboss.wsf.spi.deployment
 

Methods in org.jboss.wsf.spi.deployment that return Service
 Service Deployment.getService()
          Get the service associated with this deployment
 Service Endpoint.getService()
          Get the service this endpoint belongs to
abstract  Service DeploymentModelFactory.newService()
           
 

Methods in org.jboss.wsf.spi.deployment with parameters of type Service
 void Deployment.setService(Service service)
          Set the service associated with this deployment
 void Endpoint.setService(Service service)
          Set the service this endpoint belongs to
 



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.