Package org.apache.wsdl.impl

Examples of org.apache.wsdl.impl.MessageReferenceImpl


    // private PolicyInclude policyInclude;


    public AxisMessage() {
        handlerChain = new ArrayList();
        messageReference = new MessageReferenceImpl();
    }
View Full Code Here


    public WSDLInterface createInterface() {
        return new WSDLInterfaceImpl();
    }

    public MessageReference createMessageReference() {
        return new MessageReferenceImpl();
    }
View Full Code Here

    private PolicyInclude policyInclude;

    public AxisMessage() {
        parameterinclude = new ParameterIncludeImpl();
        handlerChain = new ArrayList();
        messageReference = new MessageReferenceImpl();
        policyInclude = new PolicyInclude();
    }
View Full Code Here

    public WSDLProperty createProperty() {
        return new WSDLPropertyImpl();
    }

    public MessageReference createMessageReference() {
        return new MessageReferenceImpl();
    }
View Full Code Here

TOP

Related Classes of org.apache.wsdl.impl.MessageReferenceImpl

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.