Package org.apache.cxf.transports.jbi

Examples of org.apache.cxf.transports.jbi.AddressType


import org.apache.cxf.wsdl.AbstractWSDLPlugin;

public class JBITransportPlugin extends AbstractWSDLPlugin {

    public ExtensibilityElement createExtension(Map<String, Object> args) throws WSDLException {
        AddressType jbiAddress = null;
        jbiAddress = (AddressType)registry.createExtension(Port.class, ToolConstants.JBI_ADDRESS);
        return jbiAddress;
    }
View Full Code Here

TOP

Related Classes of org.apache.cxf.transports.jbi.AddressType

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.