Package org.apache.axis.message.addressing

Examples of org.apache.axis.message.addressing.ReferencePropertiesType


        if (endpoint == null) {
            return false;
        }

        final ReferencePropertiesType rpt = endpoint.getProperties();
        if (rpt == null) {
            return false;
        }

        final MessageElement me =
                    rpt.get(Constants_GT4_0.NIMBUS_CONTEXTUALIZATION_RESOURCE_KEY_QNAME);

        return me != null;
    }
View Full Code Here

TOP

Related Classes of org.apache.axis.message.addressing.ReferencePropertiesType

Copyright © 2018 www.massapicom. 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.