Package org.apache.muse.ws.resource.properties

Examples of org.apache.muse.ws.resource.properties.ResourcePropertyCollection.addCapability()


        //
        // tell WSRP container about us - all read/write requests for
        // our properties will now be sent to us
        //
        ResourcePropertyCollection props = getWsResource().getPropertyCollection();
        props.addCapability(this);
    }

    public void insertProperty(QName propertyQName, Element[] values)
        throws BaseFault
    {
View Full Code Here


        //
        // tell WSRP container about us - all read/write requests for
        // our properties will now be sent to us
        //
        ResourcePropertyCollection props = getWsResource().getPropertyCollection();
        props.addCapability(this);
    }

    public void insertProperty(QName propertyQName, Element[] values)
        throws BaseFault
    {
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.