Package com.sun.tools.internal.ws.wsdl.framework

Examples of com.sun.tools.internal.ws.wsdl.framework.ExtensibilityHelper


*/
public class BindingInput extends Entity implements TWSDLExtensible {

    public BindingInput(Locator locator) {
        super(locator);
        _helper = new ExtensibilityHelper();
    }
View Full Code Here


public class Operation extends Entity implements TWSDLOperation {

    public Operation(Locator locator) {
        super(locator);
        _faults = new ArrayList<Fault>();
        _helper = new ExtensibilityHelper();
    }
View Full Code Here

public class BindingOperation extends Entity implements TWSDLExtensible {

    public BindingOperation(Locator locator) {
        super(locator);
        _faults = new ArrayList<BindingFault>();
        _helper = new ExtensibilityHelper();
    }
View Full Code Here

*/
public class BindingFault extends Entity implements TWSDLExtensible {

    public BindingFault(Locator locator) {
        super(locator);
        _helper = new ExtensibilityHelper();
    }
View Full Code Here

*/
public class Types extends Entity implements TWSDLExtensible {

    public Types(Locator locator) {
        super(locator);
        _helper = new ExtensibilityHelper();
    }
View Full Code Here

*/
public class BindingOutput extends Entity implements TWSDLExtensible {

    public BindingOutput(Locator locator) {
        super(locator);
        _helper = new ExtensibilityHelper();
    }
View Full Code Here

*/
public class MIMEPart extends ExtensionImpl implements TWSDLExtensible {

    public MIMEPart(Locator locator) {
        super(locator);
        _helper = new ExtensibilityHelper();
    }
View Full Code Here

*/
public class MIMEPart extends ExtensionImpl implements TWSDLExtensible {

    public MIMEPart(Locator locator) {
        super(locator);
        _helper = new ExtensibilityHelper();
    }
View Full Code Here

*/
public class BindingInput extends Entity implements TWSDLExtensible {

    public BindingInput(Locator locator) {
        super(locator);
        _helper = new ExtensibilityHelper();
    }
View Full Code Here

*/
public class BindingOutput extends Entity implements TWSDLExtensible {

    public BindingOutput(Locator locator) {
        super(locator);
        _helper = new ExtensibilityHelper();
    }
View Full Code Here

TOP

Related Classes of com.sun.tools.internal.ws.wsdl.framework.ExtensibilityHelper

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.