javax.jws.soap
Annotation Type SOAPMessageHandler


Deprecated. As of JSR-181 2.0 with no replacement.

@Deprecated
public @interface SOAPMessageHandler

A single SOAP message handler

Author:
Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.

Required Element Summary
 java.lang.String className
          Deprecated. Name of the handler class.
 
Optional Element Summary
 java.lang.String[] headers
          Deprecated. List of SOAP headers processed by the handler.
 InitParam[] initParams
          Deprecated. Array of name/value pairs that should be passed to the handler during initialization.
 java.lang.String name
          Deprecated. Name of the handler.
 java.lang.String[] roles
          Deprecated. List of SOAP roles/actors implemented by the handler
 

Element Detail

className

public abstract java.lang.String className
Deprecated. 
Name of the handler class.

name

public abstract java.lang.String name
Deprecated. 
Name of the handler. Defaults to the name of the handler class.

Default:
""

initParams

public abstract InitParam[] initParams
Deprecated. 
Array of name/value pairs that should be passed to the handler during initialization.

Default:
{}

roles

public abstract java.lang.String[] roles
Deprecated. 
List of SOAP roles/actors implemented by the handler

Default:
{}

headers

public abstract java.lang.String[] headers
Deprecated. 
List of SOAP headers processed by the handler. Each element in this array contains a QName which defines the header element processed by the handler. The QNames are specified using the string notation described in the documentation for javax.xml.namespace.QName.valueOf(String qNameAsString)

Default:
{}


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.