Package org.apache.muse.ws.resource.sg

Examples of org.apache.muse.ws.resource.sg.ServiceGroup.removeEntry()


    {
        //
        // tell the sg that owns us to remove us from its collection
        //
        ServiceGroup sg = (ServiceGroup)getServiceGroup().getCapability(WssgConstants.SERVICE_GROUP_URI);
        sg.removeEntry(getWsResource());
       
        super.shutdown();
    }
   
    public Element toXML()
View Full Code Here


    {
        //
        // tell the sg that owns us to remove us from its collection
        //
        ServiceGroup sg = (ServiceGroup)getServiceGroup().getCapability(WssgConstants.SERVICE_GROUP_URI);
        sg.removeEntry(getWsResource());
       
        super.shutdown();
    }
   
    public Element toXML()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.