Package org.apache.ws.resource.tool.porttype

Examples of org.apache.ws.resource.tool.porttype.QueryResourcePropertiesPortType2JavaInfo


    private void initPortTypeInfoMap()
    {
        addPortType2JavaInfo( new GetResourcePropertyPortType2JavaInfo() );
        addPortType2JavaInfo( new GetMultipleResourcePropertiesPortType2JavaInfo() );
        addPortType2JavaInfo( new SetResourcePropertiesPortType2JavaInfo() );
        addPortType2JavaInfo( new QueryResourcePropertiesPortType2JavaInfo() );
        addPortType2JavaInfo( new ImmediateResourceTerminationPortType2JavaInfo() );
        addPortType2JavaInfo( new ScheduledResourceTerminationPortType2JavaInfo() );
    }
View Full Code Here

TOP

Related Classes of org.apache.ws.resource.tool.porttype.QueryResourcePropertiesPortType2JavaInfo

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.