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 Endpoint.getService()
          Get the service this endpoint belongs to
 Service Deployment.getService()
          Get the service assiated with this deployment
abstract  Service DeploymentModelFactory.newService()
           
 

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



Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.